Thanks for these great plugin!
I have it running on my Ubuntu Server and it works great. With the update of yesterday also the status of switches are correctly shown in Eve.
I have 2 questions:
- Is it possible to add scenes/groups to eDomoticz? This way I can import groups from Domoticz. I used this with an earlier version of the Homebridge/Domoticz plugin and that worked fine.
There is also a possibility to add scenes in Eve, but then you have to manage the scenes/groups on 2 places.
- I have an thermostat which shows in Eve, but it's not possible to change the setpoint. It says Target Temperature N/A.
When I push the up or down button it shows 10C, but the current setpoint is 20C. Below the json output of the thermostat. Any ideas how to add these thermostat correctly?
Code: Select all
{
"ActTime" : 1456058024,
"ServerTime" : "2016-02-21 13:33:44",
"Sunrise" : "07:41",
"Sunset" : "17:57",
"result" : [
{
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 255,
"CustomImage" : 0,
"Data" : "20.0",
"Description" : "",
"Favorite" : 1,
"HardwareID" : 15,
"HardwareName" : "Thermostaat",
"HardwareType" : "ICY Thermostat",
"HardwareTypeVal" : 28,
"HaveTimeout" : false,
"ID" : "0000001",
"LastUpdate" : "2016-02-21 13:33:39",
"Name" : "Thermostaat",
"Notifications" : "false",
"PlanID" : "20",
"PlanIDs" : [ 20 ],
"Protected" : false,
"SetPoint" : "20.0",
"ShowNotifications" : true,
"SignalLevel" : "-",
"SubType" : "SetPoint",
"Timers" : "false",
"Type" : "Thermostat",
"TypeImg" : "override_mini",
"Unit" : 0,
"Used" : 1,
"XOffset" : "0",
"YOffset" : "0",
"idx" : "283"
}
],
"status" : "OK",
"title" : "Devices"
}