#State of Remote Raspberry Pi gpio

4 messages · Page 1 of 1 (latest)

upbeat lichen
#

I've gotten mixed information from google searches and soforth. What is the current state of the raspberry pi remote gpio integration. I saw posts saying it had been deprecated, but modifying the config.yml file makes sensors show up and the pi seems to configure pins based on the config.yml entry, but the sensors do not function otherwise. Has anyone played with this recently?

nocturne ginkgo
#

The last time I was playing around with it I had issues too so ended up just using this to hook it in to my mqtt broker
https://github.com/flyte/mqtt-io
There's almost certainly other solutions available if you don't have mqtt

upbeat lichen
#

I am using mqtt and this is working well. After spending several hours using wiringpi pin numbers instead of bcm and wondering why it wasn't working.

nocturne ginkgo
#

Ah nuts, sorry, I should have mentioned to watch it for that. Glad you're getting somewhere though!