Skip to content
Snippets Groups Projects
Commit fb76b416 authored by Jan Grewe's avatar Jan Grewe
Browse files

enable real light schedules

disable wifi power saving
tweak SCD40 temperature offset
parent f47ec469
Branches
No related tags found
No related merge requests found
...@@ -31,7 +31,8 @@ ota: ...@@ -31,7 +31,8 @@ ota:
wifi: wifi:
ssid: !secret wifi_ssid ssid: !secret wifi_ssid
password: !secret wifi_password password: !secret wifi_password
fast_connect: on #fast_connect: on
reboot_timeout: 1min
use_address: ${devicename}.${domain} use_address: ${devicename}.${domain}
ap: ap:
ssid: "$devicename Fallback Hotspot" ssid: "$devicename Fallback Hotspot"
......
...@@ -5,3 +5,6 @@ i2c: ...@@ -5,3 +5,6 @@ i2c:
sda: 21 sda: 21
scl: 22 scl: 22
frequency: 10khz frequency: 10khz
wifi:
power_save_mode: none
substitutions: substitutions:
# Schedules # Schedules
#schedule_grow_on: "0 0 3 * * *" schedule_grow_on: "0 0 3 * * *"
#schedule_grow_off: "0 0 21 * * *" schedule_grow_off: "0 0 21 * * *"
#schedule_bloom_on: "0 0 6 * * *" schedule_bloom_on: "0 0 6 * * *"
#schedule_bloom_off: "0 0 18 * * *" 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 * * * * *"
prometheus: prometheus:
relabel: relabel:
......
sensor: sensor:
- platform: scd4x - platform: scd4x
update_interval: 5s update_interval: 5s
temperature_offset: 4.85 temperature_offset: 4.35
ambient_pressure_compensation_source: bme280_pressure ambient_pressure_compensation_source: bme280_pressure
co2: co2:
id: scd40_co2 id: scd40_co2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment