Everyday im getting happier with this project.
I have a few bugs (at least i think they are)
My fans have a x through the icon like this
This is the Domoticz output
Code: Select all
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 255,
"CustomImage" : 7,
"Data" : "On",
"Description" : "",
"Favorite" : 1,
"HardwareID" : 10,
"HardwareName" : "Z-wave",
"HardwareType" : "OpenZWave USB",
"HardwareTypeVal" : 21,
"HaveDimmer" : true,
"HaveGroupCmd" : true,
"HaveTimeout" : false,
"ID" : "00000601",
"Image" : "Fan",
"IsSubDevice" : false,
"LastUpdate" : "2017-04-18 11:55:49",
"Level" : 0,
"LevelInt" : 0,
"MaxDimLevel" : 100,
"Name" : "Ventilatie stand 3",
"Notifications" : "false",
"PlanID" : "3",
"PlanIDs" : [ 3, 4 ],
"Protected" : false,
"ShowNotifications" : true,
"SignalLevel" : "-",
"Status" : "On",
"StrParam1" : "",
"StrParam2" : "",
"SubType" : "Switch",
"SwitchType" : "On/Off",
"SwitchTypeVal" : 0,
"Timers" : "false",
"Type" : "Light/Switch",
"TypeImg" : "lightbulb",
"Unit" : 1,
"Used" : 1,
"UsedByCamera" : false,
"XOffset" : "294",
"YOffset" : "107",
"idx" : "48"
My Toon scenes also have this in the icon
with this output
Code: Select all
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 255,
"CustomImage" : 15,
"Data" : "On",
"Description" : "",
"Favorite" : 1,
"HardwareID" : 8,
"HardwareName" : "Thermostaat setpoint",
"HardwareType" : "Dummy (Does nothing, use for virtual switches only)",
"HardwareTypeVal" : 15,
"HaveDimmer" : true,
"HaveGroupCmd" : true,
"HaveTimeout" : false,
"ID" : "00014064",
"Image" : "Heating",
"IsSubDevice" : false,
"LastUpdate" : "2017-04-18 07:45:01",
"Level" : 10,
"LevelActions" : "http%3A//192.168.1.131%3A6060/json.htm%3Ftype%3Dcommand%26param%3Dthermostatstate%26idx%3D303%26state%3D4|http%3A//192.168.1.131%3A6060/json.htm%3Ftype%3Dcommand%26param%3Dthermostatstate%26idx%3D303%26state%3D3|http%3A//192.168.1.131%3A6060/json.htm%3Ftype%3Dcommand%26param%3Dthermostatstate%26idx%3D303%26state%3D2|http%3A//192.168.1.131%3A6060/json.htm%3Ftype%3Dcommand%26param%3Dthermostatstate%26idx%3D303%26state%3D1|http%3A//192.168.1.131%3A6060/json.htm%3Ftype%3Dcommand%26param%3Dthermostatstate%26idx%3D303%26state%3D0",
"LevelInt" : 10,
"LevelNames" : "Off|Away|Sleep|Home|Comfort",
"LevelOffHidden" : true,
"MaxDimLevel" : 100,
"Name" : "Toon scenes",
"Notifications" : "false",
"PlanID" : "3",
"PlanIDs" : [ 3, 4 ],
"Protected" : false,
"SelectorStyle" : 0,
"ShowNotifications" : true,
"SignalLevel" : "-",
"Status" : "On",
"StrParam1" : "",
"StrParam2" : "",
"SubType" : "Selector Switch",
"SwitchType" : "Selector",
"SwitchTypeVal" : 18,
"Timers" : "false",
"Type" : "Light/Switch",
"TypeImg" : "Light",
"Unit" : 1,
"Used" : 1,
"UsedByCamera" : false,
"XOffset" : "208",
"YOffset" : "120",
"idx" : "20"
How can i/we change this?