For the shutters, since am using "Blinds Percentage Inverted" it exists in Domoticz like this:
As you see it is only open or close, no place to set percentage or stop the blinds.
If i set it to "Venetian Blinds EU", in imperihome stop button also comes into view, but since there's no inverted type of Venetian blinds in Domoticz, open means close, close means open which confuses me a lot.
Maybe when transferring "Blinds Percentage Inverted" option to Imperihome, the percentage value could be used like it is in the next visual where i could use it for the Volume of TV:
For the reference, the open, half closed and closed modes of the shutter gives these:
Code: Select all
OPEN
{
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 255,
"CustomImage" : 0,
"Data" : "Open",
"Description" : "",
"Favorite" : 0,
"HardwareID" : 16,
"HardwareName" : "Home ZWave",
"HardwareType" : "OpenZWave USB",
"HardwareTypeVal" : 21,
"HaveDimmer" : true,
"HaveGroupCmd" : true,
"HaveTimeout" : false,
"ID" : "00000C01",
"Image" : "Light",
"IsSubDevice" : false,
"LastUpdate" : "2017-09-08 07:00:30",
"Level" : 100,
"LevelInt" : 100,
"MaxDimLevel" : 100,
"Name" : "Ebeveyn Panjur",
"Notifications" : "false",
"PlanID" : "3",
"PlanIDs" : [ 3 ],
"Protected" : false,
"ShowNotifications" : true,
"SignalLevel" : "-",
"Status" : "Open",
"StrParam1" : "",
"StrParam2" : "",
"SubType" : "Switch",
"SwitchType" : "Blinds Percentage Inverted",
"SwitchTypeVal" : 16,
"Timers" : "true",
"Type" : "Light/Switch",
"TypeImg" : "blinds",
"Unit" : 1,
"Used" : 1,
"UsedByCamera" : false,
"XOffset" : "0",
"YOffset" : "0",
"idx" : "171"
},
HALF-CLOSED
{
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 255,
"CustomImage" : 0,
"Data" : "Set Level: 50 %",
"Description" : "",
"Favorite" : 0,
"HardwareID" : 16,
"HardwareName" : "Home ZWave",
"HardwareType" : "OpenZWave USB",
"HardwareTypeVal" : 21,
"HaveDimmer" : true,
"HaveGroupCmd" : true,
"HaveTimeout" : false,
"ID" : "00000C01",
"Image" : "Light",
"IsSubDevice" : false,
"LastUpdate" : "2017-09-08 10:25:46",
"Level" : 50,
"LevelInt" : 50,
"MaxDimLevel" : 100,
"Name" : "Ebeveyn Panjur",
"Notifications" : "false",
"PlanID" : "3",
"PlanIDs" : [ 3 ],
"Protected" : false,
"ShowNotifications" : true,
"SignalLevel" : "-",
"Status" : "Set Level: 50 %",
"StrParam1" : "",
"StrParam2" : "",
"SubType" : "Switch",
"SwitchType" : "Blinds Percentage Inverted",
"SwitchTypeVal" : 16,
"Timers" : "true",
"Type" : "Light/Switch",
"TypeImg" : "blinds",
"Unit" : 1,
"Used" : 1,
"UsedByCamera" : false,
"XOffset" : "0",
"YOffset" : "0",
"idx" : "171"
},
CLOSED
{
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 255,
"CustomImage" : 0,
"Data" : "Closed",
"Description" : "",
"Favorite" : 0,
"HardwareID" : 16,
"HardwareName" : "Home ZWave",
"HardwareType" : "OpenZWave USB",
"HardwareTypeVal" : 21,
"HaveDimmer" : true,
"HaveGroupCmd" : true,
"HaveTimeout" : false,
"ID" : "00000C01",
"Image" : "Light",
"IsSubDevice" : false,
"LastUpdate" : "2017-09-08 10:26:46",
"Level" : 0,
"LevelInt" : 0,
"MaxDimLevel" : 100,
"Name" : "Ebeveyn Panjur",
"Notifications" : "false",
"PlanID" : "3",
"PlanIDs" : [ 3 ],
"Protected" : false,
"ShowNotifications" : true,
"SignalLevel" : "-",
"Status" : "Closed",
"StrParam1" : "",
"StrParam2" : "",
"SubType" : "Switch",
"SwitchType" : "Blinds Percentage Inverted",
"SwitchTypeVal" : 16,
"Timers" : "true",
"Type" : "Light/Switch",
"TypeImg" : "blinds",
"Unit" : 1,
"Used" : 1,
"UsedByCamera" : false,
"XOffset" : "0",
"YOffset" : "0",
"idx" : "171"
},
And as for the Sony Bravia, i set the mode to "On/Off" in Domoticz, since i do not use the Kodi Remote and all works well now.
Thank you once again for your support...