DheerajKhajuria / pimatic-mysensors

mysensors
http://forum.mysensors.org/topic/797/pimatic-mysensors-controller-plugin
GNU General Public License v2.0
23 stars 24 forks source link

Dimmer state doesn't change upon failed send #94

Open rikki78 opened 7 years ago

rikki78 commented 7 years ago

Hi, Since I've last updated I have an issue that sometimes the dimmer value (as set by pimatic-node-red) doesn;t always change. So node-red sets it to 0 but the slider remains in its old state. I've done some investigation and it seems that this occurs when the dimmer message isn't received by the dimmer (or better: is not acknowledged by the dimmer), the value remains the same.

Could this be due to this line of code? https://github.com/DheerajKhajuria/pimatic-mysensors/blob/development/MySensors.coffee#L1598

Thanks!