dfischbach / pimatic-coc

Pimatic plugin for the coc module
GNU General Public License v2.0
5 stars 2 forks source link

Pimatic does not register other remote presses #2

Open nanokatz opened 8 years ago

nanokatz commented 8 years ago

Thanks for your work on this plugin! I have a CUL module up and running with some FS20 switches I have. I can control these switches no issue in pimatic and it works great. But unlike with my RFLink when I press the original remote pimatic doesn't register the press and toggle the switch in its database.

These are Conrad FS20 switches. The remote shows a command FE3D30212 (it's a one button remote so it just toggles) when reading from CUL over serial

nanokatz commented 8 years ago

Okay I figured it out. The plugin doesn't currently hande the toggle command. Also I couldn't figure out how to enable debug for the plugin :P

I altered the plugin to handle the toggle command for my remote at least. If you want I can give you want I did although its a real workaround

dfischbach commented 8 years ago

Could you explain, what you've done so far? As I understand I need to detect the control code for toggle (0x12) and toggle the state of the switch, right?

sti0 commented 7 years ago

Hello, I got the same issue with my Brennenstuhl RCS 1000N. If I press the button on the remote, pimatic-coc doesn't update the status of the switch device. @nanokatz can you please tell us how do you changed the plugin to get this work.

Thanks in advance!