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

RETEKESS plugin 5 Eurodomest #119

Open
pinwiz opened this issue Oct 31, 2024 · 1 comment
Open

RETEKESS plugin 5 Eurodomest #119

pinwiz opened this issue Oct 31, 2024 · 1 comment

Comments

@pinwiz
Copy link

pinwiz commented Oct 31, 2024

The Retekess pagers get more and more popular. You can buy a controller with 10 pagers for around 100€ (https://retekess.eu/shop/pager-system/retekess-td158-pager/).
The controller can have a unit ID from 0-999, the pagers can have device ID from 0-999, too.
When i use the original controller,I receive messages like

20;10;Eurodomest;ID=0977eb;SWITCH=05;CMD=ALLON;

But when I try to send a command, the pager does not respond. In detail I tried:
10;Eurodomest;0977eb;05;ALLON;
-> 20;23;CMD UNKNOWN;

10;Eurodomest;0977eb;0;5;ALLON;
-> 20;24;OK;

10;Eurodomest;0977eb;5;ALLON;
-> 20;26;OK;

My conclusion is that either the decoding is not working properly, and the protocol might even be a different one, or the coding of the transmission.

Can anybody help?

@pinwiz
Copy link
Author

pinwiz commented Nov 19, 2024

It turned out to be a static code that Flipper Zero identifies as "SMC5326 25bit".
The timing is identical to Eurodomest, but one bit more, and the coding is 10bits for housecode, 10bits for unitcode (pager) and 5 bits for command.
I have implemented a plugin for decoding and sending commands (plugin20.c).
If somebody is interessted, I can share.

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