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

Receive Signals from 433 Remote Controllers (like Brennstuhl RCS 1000N) #25

Open
dcrafr opened this issue Dec 29, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@dcrafr
Copy link

dcrafr commented Dec 29, 2024

Current Situation

Sockets/Switches and Remote Controllers for 433 MHz Sets (Brennstuhl) are available for a low price. It is easy to control the socket/switches with homebridge plugins like -rfoutlets. But it seems that there is no plugin to receive the commands from the remote controllers. If this would be possible, simple automation procedures could be applied, like switch on/off several devices, control heating etc.

Proposed Change

As much as I understand your plugin can receive 433 sensor signals. So it could be easy to extend it to receive command signals. Command signals can be easily detected by the same code which is used for switching: eg: "rf_on": 1315921, "rf_off": 1315924. I can supply a code table depending on the switch settings and the button of the remote controller if you need.

Additional Context

Bildschirmfoto 2024-12-29 um 20 23 32

@dcrafr dcrafr added the enhancement New feature or request label Dec 29, 2024
@NorthernMan54
Copy link
Owner

This plugin is just a wrapper around the rtl_433 program. So if rtl_433 can receive the signal, this should also be able to as well.

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

No branches or pull requests

2 participants