Hello,
When setting a zwave dimmer via web api I use an url like this (to set the dimmer at 25%):
/api/HomeAutomation.ZWave/3/Control.Level/25
But when querying this same value with this url
/api/HomeAutomation.HomeGenie/Config/Modules.ParameterGet/HomeAutomation.ZWave/3/Status.Level
The returned value is 0.25 instead of 25
I think this is incoherent, HG is multiplying/dividing by 100 somewhere.
I'm binding this value to slider of an external application (which I don't control) and the get/set operations doesn't work correctly.