Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No switching and no logging #153

Open
yexner opened this issue Mar 27, 2023 · 0 comments
Open

No switching and no logging #153

yexner opened this issue Mar 27, 2023 · 0 comments

Comments

@yexner
Copy link

yexner commented Mar 27, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant