I’ve had a bit of a play with the API that this connects to, and it seems that our “hub” devices dont actually report any stats back, which is really annoying, I’m kinda at the end of my ability, because the data is there the app on my phone knows exactly what ive used…
{
"latestUtc": 0,
"id": "b0bc652d-d9b6-43fd-a294-XXXXXXXX",
"power": null,
"powerTimestamp": 0,
"localTime": 0,
"localTimeTimestamp": 0,
"creditStatus": null,
"creditStatusTimestamp": 0,
"remainingCredit": null,
"remainingCreditTimestamp": 0,
"zigbeeStatus": null,
"zigbeeStatusTimestamp": 0,
"emergencyCredit": null,
"emergencyCreditTimestamp": 0,
"systemStatus": null,
"systemStatusTimestamp": 0,
"temperature": 0.0,
"temperatureTimestamp": 0,
"ttl": 0
}
Despite being able to iterate out the connected devices, the api doesnt return any data, this is so infuritating!!!
"systemRoles": [{
"name": "4acfea35-30e9-4b94-81c4-XXXXXX",
"systemId": "b0bc652d-d9b6-43fd-XXXXXX",
"roles": ["READ", "WRITE"]
}],
"systemDetails": [{
"name": "Home",
"devices": [{
"deviceType": "MINI_HUB_COSY",
"sensorType": 110,
"nodeId": 0,
"versionNumber": {
"major": 4,
"minor": 5
},
"pairedTimestamp": 0,
"pairingCode": "DXXX9",
"upgradeRequired": false
}, {
"deviceType": "LED_TX",
"sensorType": 118,
"nodeId": 70,
"versionNumber": {
"major": 4,
"minor": 8
},
"pairedTimestamp": 1654253884,
"pairingCode": "4DXXXH",
"upgradeRequired": false
}],
"systemId": "b0bc652d-d9b6-43fd-a294-XXXXX"
}]
}
Even reports wifi disconnects… why dont you show the poxy data damn you
"systemStatus": [{
"component": "WIFI",
"statusType": "STATUS_ERROR",
"systemErrorCode": "ERROR_CODE_WIFI_NOT_CONNECTED",
"systemErrorNumber": 39
}],