You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this seems to be a great plugin. Unfortunately, I cannot get it to work.
I can perfectly switch my power socket via terminal on the standard rpi-rf script via python3 sendRF.py -p 315 -t 1 4261201
This also works from the terminal within the homebridge UI.
sendRF.py is setup so that it uses GPIO17, which I also set in the plugin's config:
Hi there,
this seems to be a great plugin. Unfortunately, I cannot get it to work.
I can perfectly switch my power socket via terminal on the standard rpi-rf script via
python3 sendRF.py -p 315 -t 1 4261201
This also works from the terminal within the homebridge UI.
sendRF.py is setup so that it uses GPIO17, which I also set in the plugin's config:
{ "devices": [ { "name": "Outlet A", "on_code": 4261201, "off_code": 4261204, "pulselength": 315 }, ], "name": "RF Switch", "gpio": 17, "platform": "rfSwitch" }
When switching "Outlet A", I do not see any logs in homebridge's main log apart from the following:
[27/03/2023, 16:26:25] [RF Switch] Outlet A is turned off. [27/03/2023, 16:26:43] [RF Switch] Outlet A is turned on.
Did you ever encounter this issue?
Any help is greatly appreciated, thank you very much!
The text was updated successfully, but these errors were encountered: