irrigation controler: v1 feature complete

This commit is contained in:
Brian Hanifin
2020-02-07 11:23:55 -08:00
parent 8b7c83badc
commit e2349dd323
2 changed files with 15 additions and 2 deletions
+8 -1
View File
@@ -11,7 +11,14 @@ substitutions:
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_pass
use_address: 10.0.20.13
# Using these as a precaution to ensure solid WiFi connectivity.
power_save_mode: none
manual_ip:
static_ip: 10.0.20.13
gateway: 10.0.20.1
subnet: 255.255.255.0
<<: !include common/ota.yaml
<<: !include common/logger_info.yaml
<<: !include common/api.yaml
+7 -1
View File
@@ -24,6 +24,12 @@ wifi:
ssid: !secret wifi_ssid
password: !secret wifi_pass
# Disable rebooting due to losing connection with Home Assistant. This will allow
# the watering schedule to continue if Home Assistant goes down. Should it become
# unresponsive, we can have Home Assistant power cycle a smart plug to reboot it.
reboot_timeout: 0s
# Using these as a precaution to ensure solid WiFi connectivity.
power_save_mode: none
manual_ip:
static_ip: 10.0.20.18
@@ -320,7 +326,7 @@ text_sensor:
id: irrigation_zone2_next
// Update the countdown timers every 5 seconds.
# Update the countdown timers every 5 seconds.
interval:
- interval: 5s
then: