-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi,
I have the C-bus plugin installed and have a C-Bus system with a PCI module. Everything works fine as far as Guidesigner ( plugin comes up, XML file is loaded and the command are created) I have also made the required setting on the PCI modual such as: Smart Mode , Checksum , EXSTAT . When i upload the GUI file and i press the button that has a c-bus lighting command on the PCI i get a " checksum error " and the command is not executed. But i do receive feedback on iveiwer if i turn on the same group address through the wall switch. but i can not turn on/off the light.
I have tried creating a command manually without using the plugin for group address 15 and the command that works fine to turn on this group would be \053800790F\x0D which would give the same error if i have checksum enabled on the PCI so i would have to disable checksum for this command to work.
I have looked into your cbus.js and i have noticed that the command that you have programed into the javascript has \05 at the begining of the command but it should have \05 and i tried the \05 with my manual command and it would not work.
I think that two things should be changed in the javascript for this plugin to work for me:
- Remove the checksum
- replace \05 with \05
what do you think?
Please email me at [email protected]