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

Shutter4 protocol - Rohrmotor24 - 5 channel remotes not recognized #94

Closed TRIROG closed 5 years ago

TRIROG commented 8 years ago

I have several 5 channel Rohrmotor24 emotes in my house, but they are not recognized correctly by Homeduino-pimatic plugin.

1 channel remotes are correctly decoded:

22:03:25debug [pimatic-homeduino]: shutter4:  { id: 65542026, channel: '0', all: true, command: 'stop' }
22:03:25debug [pimatic-homeduino]: shutter3:  { id: 65542026, channel: 1, command: 'stop' }
22:03:25debug [pimatic-homeduino]: awning2:  { id: 262168104, command: 'stop' }
22:03:25debug [pimatic-homeduino]: received: [ 364, 732, 1712, 5284, 10560 ] 3201010110101010100110010101010101100110101010010101100110010101100110011001100114
22:03:25debug [pimatic-homeduino]: data: "RF receive 5284 1712 364 732 10560 0 0 0 0123232332323232322332232323232323322332323232232323322332232323322332233223322334"

but 5 channel is not:

debug [pimatic-homeduino]: received: [ 360, 728, 1728, 5124, 10944 ] 3210101010101010110110010101010101011001100101100101101001010101010110011001100114
22:06:04debug [pimatic-homeduino]: data: "RF receive 5124 1728 728 360 10944 0 0 0 0123232323232323223223323232323232322332233232233232232332323232323223322332233224"
mwittig commented 5 years ago

Just checked the protocols and according to this channel 5 should be detected. However the test data you sent does not decode. Not sure why. To investigate further this would require more test data. Please re-open if still have this issue and you would like to follow-up on this