Hi all,
I’m struggeling a bit with the textual configuration of channels in item-file. The channels do work fine, but for my rollershutter I need to invert the direction. This is possible via PaperUI or habmin, but I have not found any clue how to configure this in textual config.
I stepped through the Java source, where I found the parser for channel config for zwave. From the Thing source I also do know the exact config parameter. I need to set config_invert to true.
But how? My item channel config is in the form
{ channel="zwave:device:bs7:node26:blinds_control" }
I’ve already tried to add the config in various ways. Neither worked.
Perhaps anyone has a tip… I think textual channel config will work in the same way for any binding. I simply did not find any example.
Greetings!
Patrick
Small update:
I’ve found the config parameters changed to
"config_invert_percent": true,
"config_invert_control": true
But still no clue how to add.