It is not working for me on there… but I could be doing something wrong. Inside of Home Assistant I launched Node-RED where I have a dashboard switch controlling a GPIO PIN and that doesn’t work. Meaning the GPIO is not set high when the switch is turned on. Is there some more troubleshooting steps I should take?
When I issue “ls -lah /sys/class/gpio/” I don’t see the GPIOs I want to control. Is there something I have to do to tell HA that I want to use specific pins in Node-RED?
A bit more researching and it looks like a problem with Node-RED on HA. Seems I cannot use the Raspberry Pi section rpi gpio out and instead I have to configure GPIO in HA and then have Node-RED switch the value on that. I found that on Setting GPIO output from NodeRed is broken?.
So, I cannot say if GPIO works on HA with 64 bit or not. Since apparently I have to start from the beginning with my configuration.
I guess HA and Node-RED are not as tightly integrated as I had hopped. Once I know if GPIO will work on 64 Bit HA I will update this thread.
I am not sure I am up to the task of configuring GPIO in HA. I have configured MY configuration.yaml file with the code (pasted below). But now what? I don’t see any articles that show how to work with it beyond that. Should something show up in entities or devices or do I still need to do something else? Because I am not seeing anything new in entities or devices.
YES! That was the ticket! I now see switch.speaker_relay and I was able to add it to a card on my HA dashboard and I can toggle the relay on/off from there.
This conclusively shows that GPIO does work with HA on a Raspberry Pi 4 with 8 GB RAM running on the 64 Bitt HA OS!
Thanks for all your help @nickrout you really helped me out with this one!
So returning to the initial question and one of the statements made long time ago…
What´s the current status? I guess 64 bit is fully supported as it´s listed without any notices or warnings (besides GPIO support) on the official setup instructions.
The ‘recommended’ has been removed from the 32 bit version.
So you are free to use either, with equality (equinimity even ??? )
So if your ‘need’ requires 64 bit or you have a Pi4b (4 or 8 GB) I’d go with the 64
Whats the current status? Does HA run faster on the Raspberry Pi 3B+ if i install the 64 Bit version? Are there any benefits compared to 32 Bit version? I dont really need GPIO Pins i only need USB functionallity for my CC2531 for zigbee… Any recommendation on this?
Thanks!