Is there a way to get also the states “opening” and “closing” and to have 4 icons for the states closed-opening-open-closing as covers in HA offers?
AND:
a api-call of …/info doesn’t give me wlanConnected, but in the list of json attributes you have it
json_attributes:
- versions
- scanResults
- wlanConnected
- serverConnected
this is what the bridge gives back using a bridge_ip/info - call:
{
“bridgeType”: 1,
“ids”: {
“hardwareId”: ___
“serverId”: ___
},
“versions”: {
“firmwareVersion”: “1.18.3”,
“wifiFirmwareVersion”: “1.2.0”
},
“uptime”: 336786,
“currentTime”: “2021-06-24T11:25:48+00:00”,
“serverConnected”: true,
“scanResults”: [
{
“deviceType”: 0,
“nukiId”: xxx,
“name”: “Nuki____”,
“rssi”: -56,
“paired”: true
}
]
}
Thank you in advance for your reply
Walter