Hi, this is my first post, so hello for everyone!
I successfully configured remote_rpi_gpio on Pi1_B and HA on my Debian home server(docker).
switch:
- platform: remote_rpi_gpio
host: 10.1.1.91
invert_logic: true
ports:
4: GPIO4
17: GPIO17
21: GPIO21
22: GPIO22
10: GPIO10
9: GPIO9
11: GPIO11
7: GPIO7
light:
- platform: rpi_gpio_pwm
leds:
- name: Lightstrip
driver: gpio
pins: [18]
type: simple
host: 10.1.1.91
I can turn on/off relays and dim led light but i can’t used them in scenes and automations.
Why? Any ideas?