puuu / MQTT433gateway

MQTT 433.92 MHz radio-frequency device gateway
MIT License
136 stars 27 forks source link

Problem to work with arctech_switch_old #12

Open ratawit opened 7 years ago

ratawit commented 7 years ago

I have a problem to get code from rf remote. I got code when pressing button:

pulses: 50 possible protocol: arctech_switch_old
pulses: 50 possible protocol: arctech_switch_old
pulses: 50 possible protocol: arctech_switch_old
pulses: 50 possible protocol: arctech_switch_old

I tried to get code from another rf remote. These what I got:

pulses: 50 possible protocol: rev3_switch
RF signal arrived [rev3_switch]/[33] (0) {"id":33,"unit":13,"state":"on"} (1)
pulses: 50 possible protocol: ev1527
RF signal arrived [ev1527]/[] (0) {"unitcode":1031337,"state":"opened"} (1)
pulses: 50 possible protocol: rev3_switch
RF signal arrived [rev3_switch]/[33] (2) {"id":33,"unit":13,"state":"on"} (102)
pulses: 50 possible protocol: ev1527
RF signal arrived [ev1527]/[] (2) {"unitcode":1031337,"state":"opened"} (102)

And I got code from 433Mhz door sensor as these:

pulses: 50 possible protocol: rsl366
pulses: 50 possible protocol: arctech_switch_old
pulses: 50 possible protocol: rsl366
pulses: 50 possible protocol: arctech_switch_old

What should I do to get them work?

Thanks.

puuu commented 6 years ago

@ratawit sorry for the late reply, I totally missed this issue. Are you sure that this is a arctech_switch_old remote? The output only indicates the pulse behaviour is similar, but the missing RF signal arrived shows that it could not be encoded by this protocol module. The same is for your door sensor.

Probably, the protocols are not yet supported by pilight. Please have a look here, how to report new protocols.