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

Cannot receive when using a Voltomat 4 channel transmitter #178

Open
raimohanska opened this issue Nov 19, 2017 · 4 comments
Open

Cannot receive when using a Voltomat 4 channel transmitter #178

raimohanska opened this issue Nov 19, 2017 · 4 comments

Comments

@raimohanska
Copy link

I'm trying to receive codes from a Voltomat 4 channel wall socket set remote control.

I don't get any output from the ReceiveDemo application. Maybe this remote is not supported? How to debug this?

I have confirmed that my wiring etc is correct: when sending codes on another arduino using SendDemo, I do get output from ReceiveDemo.

The remote control unit looks exactly like this: https://www.ebay.de/itm/WOW-VOLTOMAT-Fernbedienung-4-Kanal-Alle-Ein-Aus-Intertechno-kompatibel-/112372593666

@raimohanska
Copy link
Author

Tried with an Intertechno remote with the same result: nothing.

@raimohanska
Copy link
Author

The intertechno transmitter says on the back: ITT-1500, model PET-910

@raimohanska
Copy link
Author

It seems that rc-switch doesn't work with (some of) the newer Intertechno systems. My friend tried this with an older remote and a newer one and it only worked with the older one.

@raimohanska
Copy link
Author

raimohanska commented Nov 23, 2017

I believe the problem is that the newer Intertechno transmitters use a longer signal and also use a 3-phase header/sync instead of a single HighLow. I made a quick hack that works for my Intertechno outlets: https://github.com/raimohanska/intertechno-433-on-off/blob/master/intertechno-433-on-off.ino

Would love to contribute to rc-switch too. But if I've understood correctly, this would require some refactoring, because the header consists of 3 intervals instead of a single high/low pair.

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