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
fb76b416
Commit
fb76b416
authored
2 years ago
by
Jan Grewe
Browse files
Options
Downloads
Patches
Plain Diff
enable real light schedules
disable wifi power saving tweak SCD40 temperature offset
parent
f47ec469
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
packages/base.yaml
+2
-1
2 additions, 1 deletion
packages/base.yaml
packages/esp32.yaml
+3
-0
3 additions, 0 deletions
packages/esp32.yaml
packages/light.yaml
+4
-8
4 additions, 8 deletions
packages/light.yaml
packages/scd40.yaml
+1
-1
1 addition, 1 deletion
packages/scd40.yaml
with
10 additions
and
10 deletions
packages/base.yaml
+
2
−
1
View file @
fb76b416
...
...
@@ -31,7 +31,8 @@ ota:
wifi
:
ssid
:
!secret
wifi_ssid
password
:
!secret
wifi_password
fast_connect
:
on
#fast_connect: on
reboot_timeout
:
1min
use_address
:
${devicename}.${domain}
ap
:
ssid
:
"
$devicename
Fallback
Hotspot"
...
...
This diff is collapsed.
Click to expand it.
packages/esp32.yaml
+
3
−
0
View file @
fb76b416
...
...
@@ -5,3 +5,6 @@ i2c:
sda
:
21
scl
:
22
frequency
:
10khz
wifi
:
power_save_mode
:
none
This diff is collapsed.
Click to expand it.
packages/light.yaml
+
4
−
8
View file @
fb76b416
substitutions
:
# Schedules
#schedule_grow_on: "0 0 3 * * *"
#schedule_grow_off: "0 0 21 * * *"
#schedule_bloom_on: "0 0 6 * * *"
#schedule_bloom_off: "0 0 18 * * *"
schedule_grow_on
:
"
5,15,25,35,45,55
*
*
*
*
*"
schedule_grow_off
:
"
0,10,20,30,40,50
*
*
*
*
*"
schedule_bloom_on
:
"
0
*
*
*
*
*"
schedule_bloom_off
:
"
30
*
*
*
*
*"
schedule_grow_on
:
"
0
0
3
*
*
*"
schedule_grow_off
:
"
0
0
21
*
*
*"
schedule_bloom_on
:
"
0
0
6
*
*
*"
schedule_bloom_off
:
"
0
0
18
*
*
*"
prometheus
:
relabel
:
...
...
This diff is collapsed.
Click to expand it.
packages/scd40.yaml
+
1
−
1
View file @
fb76b416
sensor
:
-
platform
:
scd4x
update_interval
:
5s
temperature_offset
:
4.
8
5
temperature_offset
:
4.
3
5
ambient_pressure_compensation_source
:
bme280_pressure
co2
:
id
:
scd40_co2
...
...
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