Hi,
So I have setup and successfully use the Rainbird module for HA with a Rainbird ESP-RZXe + Wifi controller.
I am able to toggle/switch all the zones on and off no problem. However to turn on Zone 5 I have to toggle Zone 6. The same for Zones 6/7, 7/8 etc …
This is not an issue for Zones 1-4 though. The config if very simple and I cannot see that the config is wrong. It can only be a bug in the module code.
Please could I get some help on how to fix/resolve this issue.
My config below:
configuration.yaml
#Rainbird Irrigation
rainbird:
host: 192.168.xx.xx
password: xxxxxxx
switches.yaml
#Irrigation Rainbird
- platform: rainbird
switches:
sprinkler_1:
friendly_name: "Irrigation Zone 1"
zone: 1
trigger_time: 10
scan_interval: 10
sprinkler_2:
friendly_name: "Irrigation Zone 2"
zone: 2
trigger_time: 10
scan_interval: 10
sprinkler_3:
friendly_name: "Irrigation Zone 3"
zone: 3
trigger_time: 10
scan_interval: 10
sprinkler_4:
friendly_name: "Irrigation Zone 4"
zone: 4
trigger_time: 10
scan_interval: 10
sprinkler_5:
friendly_name: "Irrigation Zone 5"
zone: 5
trigger_time: 10
scan_interval: 10
sprinkler_6:
friendly_name: "Irrigation Zone 6"
zone: 6
trigger_time: 10
scan_interval: 10
sprinkler_7:
friendly_name: "Irrigation Zone 7"
zone: 7
trigger_time: 10
scan_interval: 10
sprinkler_8:
friendly_name: "Irrigation Zone 8"
zone: 8
trigger_time: 10
scan_interval: 10