I have a few FGR223 modules running in my house. I'm aware about the correct level reporting problem, but I think I've managed to sort it out using dedicated shell script, that parses domoticz log file and sets the correct level after the initiation of shutter position change.
The problem is, everything seems to work just fine, except when I use the 'Open' button on the switch device.
What happens is domoticz sends to blind level=255 position:
Code: Select all
2020-03-22 17:05:20.025 Status: User: Admin initiated a switch command (39/BLIND5/On)
2020-03-22 17:05:20.026 OpenZWave: Domoticz has send a Switch command!, Level: 255, NodeID: 6 (0x06)
Code: Select all
2020-03-22 17:05:23.311 Error, Node006, ERROR: Dropping command, expected response not received after 1 attempt(s). Command: "SwitchMultilevelCmd_Get (Node=6): 0x01, 0x09, 0x00, 0x13, 0x06, 0x02, 0x26, 0x02, 0x25, 0xfa, 0x1a"
2020-03-22 17:05:23.314 Always,
2020-03-22 17:05:23.315 Always, Dumping queued log messages
2020-03-22 17:05:23.315 Always,
2020-03-22 17:05:23.316 Always,
2020-03-22 17:05:23.317 Always, End of queued log message dump
2020-03-22 17:05:23.318 Always,
When I send to the blind explicitly level=99, it opens without any problem.
So, is there a way to change the default 'Open' level value to 99 ?
Additional thing is, that for 'Close' action, domoticz sends 'Off' (level 0) and for 'Open' action it sends 'On' (level 255).
For a Blind Percentage Inverted (that I use) shouldn't it be Close/Open instead of Off/On ?