Hey there,
I try to switch from the hue bridge to my deCONZ server. While doing this, I have seen, that in the Phoscon App there are no values for temperature, illuminance and battery.
This is the result of a direct REST API request:
{
"config": {
"alert": "none",
"battery": null,
"ledindication": false,
"on": true,
"pending": [],
"reachable": true,
"tholddark": 12000,
"tholdoffset": 7000,
"usertest": false
},
"ep": 2,
"etag": "e01f8ea5b0f2563b2f8c35f8e716456b",
"manufacturername": "Philips",
"modelid": "SML001",
"name": "Bewegungsmelder test",
"state": {
"dark": null,
"daylight": null,
"lastupdated": "none",
"lightlevel": null,
"lux": null
},
"swversion": "6.1.1.27575",
"type": "ZHALightLevel",
"uniqueid": "00:17:88:01:04:b7:11:79-02-0400"
}
I tried already to delete and then include the motion sensor again. But only with the same result.
Thank you