Open guyou opened 3 years ago
@guyou What's your DI-O remote ? Cannot recognize my remote too, ref 54794, type LYCT-819 I'm coming from a RPi (not Arduino) and search for a way to get protocol and value emitted...
Thanks !
@guyou What's your DI-O remote ? Cannot recognize my remote too, ref 54794, type LYCT-819 I'm coming from a RPi (not Arduino) and search for a way to get protocol and value emitted...
My remote has ref 54760 and the whole packaging is referenced as 54797. In order to hae something working, I had to switch to another solution than RC-Switch and adapt the timings. The other solution is https://github.com/guyou/DiOremote and the changes are https://github.com/guyou/DiOremote/compare/ref-54760 The way I found these values is described in my blog (french): http://nathguil.free.fr/blog/posts/controle-modules-dio-433mhz/
Keep us informed of your success.
This library support kaku protocol for info : https://github.com/1technophile/NewRemoteSwitch
This library support kaku protocol for info : https://github.com/1technophile/NewRemoteSwitch
@1technophile do you think DiO (Chacon) is using Kaku protocol? Rotation of timings seems similar. But the base timing seems quite different. Here are the values collected:
Timings 3× 10790.7 ±20.0 µs 173× 383.8 ±46.0 µs 3× 2740.0 ±34.0 µs 72× 209.8 ±38.0 µs 84× 1283.2 ±48.0 µs 12× 161.7 ±10.0 µs
I also noticed your version of RC-Switch, supporting much more complex protocols: https://github.com/1technophile/rc-switch
@1technophile do you think DiO (Chacon) is using Kaku protocol?
At least I have a DIO Chacon remote control and switch using Kaku and compatible with newremoteswitch. https://compatible.openmqttgateway.com/index.php/product/433mhz-dio-chacon-outlet/
I'm trying to add support for my remote: a DiO.
A sample recorded with SimpleRCscanner:
I identified the following sequence:
I think the protocol is based on a common separator (~360), a long value (~1300) and a short value (~200). But I think the protocol uses a specific synch with two values : 10796 and 2772.
Is it possible to use RCswtich with such protocol?