I have Domoticz running on an RPi and am new to Domoticz. Currently I'm only using virtual hardware and devices to receive JSON commands from my home automation system (LK IHC via a middleware component called IHC Captain) that keeps Domotics updated with the correct status from the LK IHC controller.
My LK IHC dimmers needs 0-100%. It is working fine except Domoticz is always 1% low compared to the dimmer - ie. 50% on the dimmer = 49% in Domoticz - 0% in dimmer = off and Domoticz needs 1% = off.
There has been reported an issue regarding this:
viewtopic.php?f=6&t=10972
Tom, that has reported this issue has a workaround by adding "+1 in data".
But how the does he do that. I have not been able to find information about "json api data"
The URL used to update status in Domoticz
'http://192.168.10.11:8080/json.htm?type ... el=[newval]'
Can anyone guide me in adding a +1 to the "set level"
Sorry if I'm way off and this is not even possible.
BR Søren