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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Grewe
GrowSmart - ESPHome
Commits
36bf075e
Commit
36bf075e
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
No related merge requests found
Pipeline
#1177
passed
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
-1
0 additions, 1 deletion
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
9 deletions
growbox.yaml
+
2
−
1
View file @
36bf075e
...
@@ -11,8 +11,9 @@ substitutions:
...
@@ -11,8 +11,9 @@ substitutions:
packages
:
packages
:
base
:
!include
packages/base.yaml
base
:
!include
packages/base.yaml
esp32
:
!include
packages/esp32s3.yaml
esp32
s3
:
!include
packages/esp32s3.yaml
time
:
!include
packages/time_schedule.yaml
time
:
!include
packages/time_schedule.yaml
mqtt
:
!include
packages/mqtt.yaml
air_bme280
:
!include
packages/air_bme280.yaml
air_bme280
:
!include
packages/air_bme280.yaml
air_scd40
:
!include
packages/air_scd40.yaml
air_scd40
:
!include
packages/air_scd40.yaml
control_gp8403
:
!include
packages/control_gp8403.yaml
control_gp8403
:
!include
packages/control_gp8403.yaml
...
...
This diff is collapsed.
Click to expand it.
packages/esp32.yaml
+
0
−
1
View file @
36bf075e
...
@@ -6,7 +6,6 @@ esp32:
...
@@ -6,7 +6,6 @@ esp32:
i2c
:
i2c
:
sda
:
21
sda
:
21
scl
:
22
scl
:
22
frequency
:
1khz
wifi
:
wifi
:
power_save_mode
:
none
power_save_mode
:
none
This diff is collapsed.
Click to expand it.
packages/mqtt.yaml
0 → 100644
+
8
−
0
View file @
36bf075e
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 @
36bf075e
wifi_ssid:
"
foo
"
wifi_ssid: foo
wifi_password:
"
bar
"
wifi_password: bar
ota_password: ""
ota_password: ""
api_password: ""
api_password: ""
domain:
"
local
"
domain: local
timezone:
"
Europe/Berlin
"
timezone: Europe/Berlin
pump1_ml_sec: "2.15" # millilitre per second
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_ml_sec: "2.15" # millilitre per second
pump2_dose_ml: "5" # millilitre per dose
pump2_dose_ml: "1" # millilitre per dose
tcs34725_gaf: "1.0"
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