Temp/Hum device won't show up in Dashticz
Posted: Tuesday 02 June 2020 15:31
Hi
I have something strange, I added a Temp/Hum sensor to Dashticz, but it isn't displayed:
It worked before, but because of Z-Wave issues, I had to recreate the device, after this it won't show up.
It's about device 683
using latest Dashticz V3
blocks[683] = {};
blocks[683]['title'] = 'Gang';
blocks[683]['width'] = 3;
.......
columns[2] = {}
columns[2]['blocks'] = [492,491,510,511,683,'weather_owm', publictransport.ovinfobus,publictransport.ovinfotrain,'news']
columns[2]['width'] = 5;
in domoticz:
683 Z-Wave 0E01 0 Gang th Temp + Humidity WTGR800 26.6 C, 36 %
strange is that device 511, is almost the same , this one is working fine:
511 Virtual Sensors 1424F 1 Nest th Temp + Humidity THGN122/123/132, THGR122/228/238/268 26.2 C, 42 %
info from the domoticz-api:
{
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 100,
"CustomImage" : 0,
"Data" : "26.6 C, 38 %",
"Description" : "",
"DewPoint" : "11.12",
"Favorite" : 0,
"HardwareID" : 8,
"HardwareName" : "Z-Wave",
"HardwareType" : "OpenZWave USB",
"HardwareTypeVal" : 21,
"HaveTimeout" : false,
"Humidity" : 38,
"HumidityStatus" : "Comfortable",
"ID" : "0E01",
"LastUpdate" : "2020-06-02 15:13:45",
"Name" : "Gang th",
"Notifications" : "false",
"PlanID" : "0",
"PlanIDs" :
[
0
],
"Protected" : false,
"ShowNotifications" : true,
"SignalLevel" : "-",
"SubType" : "WTGR800",
"Temp" : 26.600000000000001,
"Timers" : "false",
"Type" : "Temp + Humidity",
"TypeImg" : "temperature",
"Unit" : 0,
"Used" : 1,
"XOffset" : "0",
"YOffset" : "0",
"idx" : "683",
"trend" : 2
}
any idea what's happening?
I have something strange, I added a Temp/Hum sensor to Dashticz, but it isn't displayed:
It worked before, but because of Z-Wave issues, I had to recreate the device, after this it won't show up.
It's about device 683
using latest Dashticz V3
blocks[683] = {};
blocks[683]['title'] = 'Gang';
blocks[683]['width'] = 3;
.......
columns[2] = {}
columns[2]['blocks'] = [492,491,510,511,683,'weather_owm', publictransport.ovinfobus,publictransport.ovinfotrain,'news']
columns[2]['width'] = 5;
in domoticz:
683 Z-Wave 0E01 0 Gang th Temp + Humidity WTGR800 26.6 C, 36 %
strange is that device 511, is almost the same , this one is working fine:
511 Virtual Sensors 1424F 1 Nest th Temp + Humidity THGN122/123/132, THGR122/228/238/268 26.2 C, 42 %
info from the domoticz-api:
{
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 100,
"CustomImage" : 0,
"Data" : "26.6 C, 38 %",
"Description" : "",
"DewPoint" : "11.12",
"Favorite" : 0,
"HardwareID" : 8,
"HardwareName" : "Z-Wave",
"HardwareType" : "OpenZWave USB",
"HardwareTypeVal" : 21,
"HaveTimeout" : false,
"Humidity" : 38,
"HumidityStatus" : "Comfortable",
"ID" : "0E01",
"LastUpdate" : "2020-06-02 15:13:45",
"Name" : "Gang th",
"Notifications" : "false",
"PlanID" : "0",
"PlanIDs" :
[
0
],
"Protected" : false,
"ShowNotifications" : true,
"SignalLevel" : "-",
"SubType" : "WTGR800",
"Temp" : 26.600000000000001,
"Timers" : "false",
"Type" : "Temp + Humidity",
"TypeImg" : "temperature",
"Unit" : 0,
"Used" : 1,
"XOffset" : "0",
"YOffset" : "0",
"idx" : "683",
"trend" : 2
}
any idea what's happening?