happy Christmas!
I have some issues with temperatures and thermostats. If I say "What's the temperature in the attic" it will respond with
"The Zolder-temp is off and it's currently 17 degrees. Unable to reach the Zolder-Stat."
The temperature is correct (although for me it doesn't need to round 17.1 to 17 but that's just personal)
Since the zolder-temp is of type "Temp" it should not say off, but that one you hear before.
Don't know what's going wrong with the thermostat. Is there anything we can do to support your debugging? How do you recognize thermostatic devices verses temperature devices?
anyway, maybe the results from the domoticz device query will help:
Code: Select all
{
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 255,
"CustomImage" : 0,
"Data" : "19.0",
"Description" : "",
"Favorite" : 1,
"HardwareID" : 17,
"HardwareName" : "MAX!",
"HardwareType" : "Dummy (Does nothing, use for virtual switches only)",
"HardwareTypeVal" : 15,
"HaveTimeout" : false,
"ID" : "0016F8B",
"LastUpdate" : "2017-12-25 14:40:39",
"Name" : "Zolder-Stat",
"Notifications" : "false",
"PlanID" : "2",
"PlanIDs" : [ 2 ],
"Protected" : false,
"SetPoint" : "19.0",
"ShowNotifications" : true,
"SignalLevel" : "-",
"SubType" : "SetPoint",
"Timers" : "false",
"Type" : "Thermostat",
"TypeImg" : "override_mini",
"Unit" : 1,
"Used" : 1,
"XOffset" : "0",
"YOffset" : "0",
"idx" : "306"
}
{
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 255,
"CustomImage" : 0,
"Data" : "17.1 C",
"Description" : "",
"Favorite" : 1,
"HardwareID" : 17,
"HardwareName" : "MAX!",
"HardwareType" : "Dummy (Does nothing, use for virtual switches only)",
"HardwareTypeVal" : 15,
"HaveTimeout" : false,
"ID" : "0010",
"LastUpdate" : "2017-12-25 15:15:45",
"Name" : "Zolder-temp",
"Notifications" : "false",
"PlanID" : "2",
"PlanIDs" : [ 2 ],
"Protected" : false,
"ShowNotifications" : true,
"SignalLevel" : "-",
"SubType" : "LaCrosse TX3",
"Temp" : 17.100000000000001,
"Timers" : "false",
"Type" : "Temp",
"TypeImg" : "temperature",
"Unit" : 1,
"Used" : 1,
"XOffset" : "0",
"YOffset" : "0",
"idx" : "305"
}