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
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -5,3 +5,6 @@ i2c:
sda: 21
scl: 22
frequency: 10khz
wifi:
power_save_mode: none
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:
......
sensor:
- platform: scd4x
update_interval: 5s
temperature_offset: 4.85
temperature_offset: 4.35
ambient_pressure_compensation_source: bme280_pressure
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