pimatic / rfcontroljs

nodejs modul with protocol support for different 433mhz switches and weather stations for the RFControl Arduino library.
GNU General Public License v3.0
49 stars 54 forks source link

EV1527, RT1527, FP1527, HS1527 and HT12E decode #55

Closed lcfm1 closed 8 years ago

lcfm1 commented 9 years ago

you have code for decoding this protocol?

mwittig commented 8 years ago

@sweetpi Can you please clarify if EV1527 is supported? Apparently, it is not. I found the following a bit confusing, as I wasn't sure about whether or not you have a device using EV1527 (the one shown on the pic). http://forum.pimatic.org/topic/451/ev1527-rt1527-fp1527-hs1527-and-ht12e-encoding

sweetpi commented 8 years ago

The mention encodings are generally supported. However the chips are used with various oscilations (resulting in different pulse length) and different information encodings (resulting in different bits for unit and state information).

So we have to distinguish support for different devices, for though the same chips are used.