I've setup my test environment on a RPI-3 and updated Domoticz to the latest Beta en your HomeWizard plugin to version 2.09
So far no stops but I get an error message from the plugin and my HomeWizard-rain device in domoticz is not updated.
Code: Select all
status": "ok",
"version": "3.372",
"request": {
"route": "/get-status"
},
"response": {
"preset": 0,
"time": "2017-03-16 16:58",
"switches": [
{
"id": 0,
"type": "switch",
"status": "on"
},
{
"id": 1,
"type": "switch",
"status": "off"
},
{
"id": 2,
"type": "switch",
"status": "off"
},
{
"id": 3,
"type": "switch",
"status": "on"
},
{
"id": 4,
"type": "dimmer",
"status": "off",
"dimlevel": 0
},
{
"id": 5,
"type": "switch",
"status": "off"
},
{
"id": 6,
"type": "switch",
"status": "off"
},
{
"id": 7,
"type": "switch",
"status": "off"
},
{
"id": 8,
"type": "switch",
"status": "off"
},
{
"id": 9,
"type": "dimmer",
"status": "off",
"dimlevel": 0
},
{
"id": 10,
"type": "switch",
"status": "off"
},
{
"id": 11,
"type": "switch",
"status": "off"
},
{
"id": 12,
"type": "switch",
"status": "on"
},
{
"id": 13,
"type": "switch",
"status": "on"
},
{
"id": 14,
"type": "dimmer",
"status": "off",
"dimlevel": 0
},
{
"id": 16,
"type": "switch",
"status": "on"
},
{
"id": 17,
"type": "virtual"
},
{
"id": 18,
"type": "switch",
"status": "off"
},
{
"id": 19,
"type": "virtual"
},
{
"id": 20,
"type": "switch",
"status": "off"
},
{
"id": 21,
"type": "switch",
"status": "on"
},
{
"id": 22,
"type": "switch",
"status": "on"
},
{
"id": 23,
"type": "switch",
"status": "off"
},
{
"id": 24,
"type": "switch",
"status": "off"
},
{
"id": 25,
"type": "virtual"
}
],
"uvmeters": [],
"windmeters": [
{
"id": 9,
"unit": 0,
"ws": 6.7,
"dir": "NW 315",
"gu": 5.9,
"wc": 18.4,
"te": 18.4,
"favorite": "no"
}
],
"rainmeters": [
{
"id": 0,
"mm": 0,
"3h": 0,
"favorite": "no"
}
],
"thermometers": [
{
"id": 1,
"te": 20.5,
"hu": 50,
"favorite": "no"
},
{
"id": 3,
"te": 16.1,
"hu": 62,
"favorite": "no"
},
{
"id": 5,
"te": 19.3,
"hu": 50,
"favorite": "no"
},
{
"id": 8,
"te": 19.6,
"hu": 55,
"favorite": "no"
}
],
"weatherdisplays": [
{
"id": 4,
"favorite": "no"
}
],
"energymeters": [],
"energylinks": [
{
"id": 0,
"tariff": 2,
"s1": {
"po": 1865,
"dayTotal": 14.2,
"po+": 3773,
"po+t": "14:28",
"po-": 0,
"po-t": "00:01"
},
"s2": {
"po": 0,
"dayTotal": 77,
"po+": 10,
"po+t": "08:32",
"po-": 0,
"po-t": "00:01"
},
"aggregate": {
"po": -1611,
"dayTotal": -6.82,
"po+": 2810,
"po+t": "01:17",
"po-": -2475,
"po-t": "14:52"
},
"used": {
"po": 323,
"dayTotal": 7.4,
"po+": 2810,
"po+t": "01:17",
"po-": 47,
"po-t": "15:46"
},
"gas": {
"lastHour": 0,
"dayTotal": 1.17
},
"kwhindex": 0
}
],
"heatlinks": [],
"kakusensors": [
{
"id": 0,
"status": "no",
"timestamp": "09:05"
},
{
"id": 1,
"status": "no",
"timestamp": "11:40"
},
{
"id": 2,
"status": "no",
"timestamp": "18:47"
},
{
"id": 3,
"status": null,
"timestamp": "00:00"
},
{
"id": 4,
"status": null,
"timestamp": "00:00"
},
{
"id": 5,
"status": "no",
"timestamp": "13:06"
},
{
"id": 6,
"status": "no",
"timestamp": "15:57"
},
{
"id": 7,
"status": "yes",
"timestamp": "14:11"
},
{
"id": 8,
"status": "no",
"timestamp": "12:40"
},
{
"id": 9,
"status": null,
"timestamp": "17:16"
},
{
"id": 10,
"status": "no",
"timestamp": "14:52"
}
]
}
}