mirror of
https://github.com/brianhanifin/esphome-config.git
synced 2026-07-27 19:55:41 +00:00
irrigation controler: v1 feature complete
This commit is contained in:
+8
-1
@@ -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
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user