fdebrus / Nikobus-HA

4 stars 1 forks source link

Problem with version 28 #20

Closed stefaanbolle closed 2 months ago

stefaanbolle commented 2 months ago

When upgrading to version 28 I cannot switch switches anymore. Error "kan service... Niet aanroepen". Rolling back to version 22 makes it working again.

fdebrus commented 2 months ago

Thanks for reporting the issue, as time allow, could you submit a debug log ?

Have you updated your module_config.json file according the readme for the .28 release ?

Your channels for all modules need to be updated to

{"description": "S1 Output 1", "led_on":"259B02", "led_off":"659B02"} for entries with feedback led {"description": "S1 Output 2", "led_on":"", "led_off":""}, for entries without feedback led

same for shuters, etc...

{"description": "R1 output_1", "operation_time": "40", "led_on":"", "led_off":""}

stefaanbolle commented 2 months ago

Yep, that did the trick! Did not read through the needed confg changes. Thanks!

stefaanbolle commented 2 months ago

I had to modify the config files. RTFM