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

rc-switch "protocol 1" PT2260, EV1527 support #264

Closed
mightymos opened this issue Jan 19, 2023 · 2 comments
Closed

rc-switch "protocol 1" PT2260, EV1527 support #264

mightymos opened this issue Jan 19, 2023 · 2 comments

Comments

@mightymos
Copy link

I have written an alternative firmware for a particular door sensor operating at 433 MHz:
https://github.com/mightymos/ReedTripRadio

I chose to transmit using "protocol 1" which is supported by rc-switch and portisch projects.
This allows Sonoff RF Bridge to be used for receiving (along with hardware or firmware modification).

I have one user that could not get my firmware working with SIGNALDuino:
mightymos/ReedTripRadio#4

The timings can be easily read here for "protocol 1":
https://github.com/sui77/rc-switch/blob/master/RCSwitch.cpp
https://github.com/Portisch/RF-Bridge-EFM8BB1/blob/master/inc/RF_Protocols.h

I must have poor eyesight, I could not find where SIGNALDuino stores protocol timings?
Is there any interest in supporting an additional protocol?

I will help as best I can if requested.

  • Cheers from USA
@sidey79
Copy link
Contributor

sidey79 commented Jan 20, 2023

The Signalduino isnt aware of any protocol. Its more a pattern which ist recognised.

We process a detected Signal outside of the uC. Currently there is only a per based FHEM Backend which translated the signals into protocols an then into sensors.

@mightymos
Copy link
Author

Okay thank you for the explanation.

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

2 participants