Hi All,
I’m trying to control the fans of my 3 RPIs via Remote GPIO but only one is showing up as a switch on HASS.
Is there any special configuration I need to use?
switch:
- platform: remote_rpi_gpio
host: 10.0.0.11
ports:
14: docker1_cooling_fan
host: 10.0.0.14
ports:
14: docker2_cooling_fan
host: 10.0.0.17
ports:
14: docker3_cooling_fan
Thanks in advance.