Hi there,
Since I’m running HassOS on my new Raspberry Pi 4, I no longer receive input from the GPIO pins.
Up until the latest RC (HassOS 3.5) and the latest version of HA, never received any input.
Also, no errors whatsoever.
The pins do show up in the hardware overview:
Here’s my config:
- platform: rpi_gpio
ports:
24: PIR Voordeur
pull_mode: up
invert_logic: false
- platform: rpi_gpio
ports:
27: PIR Keuken
pull_mode: up
invert_logic: false
- platform: rpi_gpio
ports:
26: PIR Zetel
pull_mode: up
invert_logic: false
- platform: rpi_gpio
ports:
18: PIR Boven
pull_mode: up
invert_logic: false
Same config on a Raspberry Pi 3B+ works perfectly.
Anyone having the same experience or knows how to solve this?
Thanks in advance!