I plan on trying it really soon. My hope is to use it to pick up RF codes when my wife uses the remote control to control our outlets (currently when she uses the remote the sockets get out of sync with home assistant).
It would be great to hear from people using it like this.
I would have to install and get my head around MQTT first though…
So if you’re starting into this mission soon, I suggest to avoid using HassOS since it breaks this addon due to GPIO issues at the moment.
I use it exactly for the same scenario (Elro remotes) but I also replaced the RF outlets by some Sonoff S20 (own custom firmware) / TP Link HS100 since switching via RF was too unreliable for my linking.
Yes, and it’s surprisingly responsive. I’m happy with it. OpenMQTT firmware has also status messages so You can automate it to let you know if it crashed or is unresponsive.
Maybe this is a dumb question, but how do I copy the “rpi-rf_receive.py” file into my share directory? I can’t seem to find the file, unless you mean copying directly from the github page
Traceback (most recent call last):
File “/share/rpi-rf_receive.py”, line 32, in
rfdevice.enable_rx()
File “/data/venv/lib/python3.6/site-packages/rpi_rf/rpi_rf.py”, line 168, in enable_rx
GPIO.add_event_detect(self.gpio, GPIO.BOTH)
RuntimeError: Failed to add edge detection
Still problem with GPIO on HASSio ? commit
Is it going to be fixed?
Any other options to use rpi_rf?