openhab / openhab1-addons

Add-ons for openHAB 1.x
Eclipse Public License 2.0
3.43k stars 1.71k forks source link

[MaxCul] Binding is broken since #5329 #5753

Open johgoe opened 5 years ago

johgoe commented 5 years ago

Expected Behavior

MaxCul checks the credits of cul before sending but since #5329 the credit variable is not updated correctly anymore.

The credit is not updated on starting cul.

Current Behavior

credit10ms stays 0

Possible Solution

5686

Steps to Reproduce (for bugs)

Just try to send anything with maxcul or watch the credits variable.

johgoe commented 5 years ago

Workaround to get it work for some time: Add as Switch for maxcul="LedMode" and set value ON or OFF to send a message with 0 credits. It will force a read of credits left in cul.

johgoe commented 5 years ago

https://community.openhab.org/t/oh2-cul/31193/14

johgoe commented 5 years ago

What kind of Feedback is required? Currently the module is broken but #5686 will fix it