Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GrowSmart - ESPHome
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Grewe
GrowSmart - ESPHome
Commits
0cce99f2
Commit
0cce99f2
authored
11 months ago
by
Jan Grewe
Browse files
Options
Downloads
Patches
Plain Diff
enable MQTT
parent
8d9f6c96
Branches
Branches containing commit
No related tags found
1 merge request
!1
add growbox-screen
Pipeline
#1173
failed
11 months ago
Stage: validate
Stage: deploy
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
growbox.yaml
+2
-1
2 additions, 1 deletion
growbox.yaml
packages/esp32.yaml
+0
-5
0 additions, 5 deletions
packages/esp32.yaml
packages/mqtt.yaml
+8
-0
8 additions, 0 deletions
packages/mqtt.yaml
packages/secrets.yaml.dist
+9
-7
9 additions, 7 deletions
packages/secrets.yaml.dist
with
19 additions
and
13 deletions
growbox.yaml
+
2
−
1
View file @
0cce99f2
...
...
@@ -11,8 +11,9 @@ substitutions:
packages
:
base
:
!include
packages/base.yaml
esp32
:
!include
packages/esp32s3.yaml
esp32
s3
:
!include
packages/esp32s3.yaml
time
:
!include
packages/time_schedule.yaml
mqtt
:
!include
packages/mqtt.yaml
air_bme280
:
!include
packages/air_bme280.yaml
air_scd40
:
!include
packages/air_scd40.yaml
control_gp8403
:
!include
packages/control_gp8403.yaml
...
...
This diff is collapsed.
Click to expand it.
packages/esp32.yaml
+
0
−
5
View file @
0cce99f2
...
...
@@ -3,10 +3,5 @@ esp32:
framework
:
type
:
arduino
i2c
:
sda
:
21
scl
:
22
frequency
:
1khz
wifi
:
power_save_mode
:
none
This diff is collapsed.
Click to expand it.
packages/mqtt.yaml
0 → 100644
+
8
−
0
View file @
0cce99f2
mqtt
:
broker
:
!secret
mqtt_host
username
:
!secret
mqtt_username
password
:
!secret
mqtt_password
client_id
:
$devicename
discovery
:
false
topic_prefix
:
growsmart/$devicename
reboot_timeout
:
0s
This diff is collapsed.
Click to expand it.
packages/secrets.yaml.dist
+
9
−
7
View file @
0cce99f2
wifi_ssid:
"
foo
"
wifi_password:
"
bar
"
wifi_ssid: foo
wifi_password: bar
ota_password: ""
api_password: ""
domain:
"
local
"
timezone:
"
Europe/Berlin
"
domain: local
timezone: Europe/Berlin
pump1_ml_sec: "2.15" # millilitre per second
pump1_dose_ml: "
2
" # millilitre per dose
pump1_dose_ml: "
1
" # millilitre per dose
pump2_ml_sec: "2.15" # millilitre per second
pump2_dose_ml: "5" # millilitre per dose
tcs34725_gaf: "1.0"
pump2_dose_ml: "1" # millilitre per dose
mqtt_username: ""
mqtt_password: ""
mqtt_host: ""
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment