Ik gebruik een geroote toon2 en heb deze via de HACS integraties "Toon Smart Meter" en "Toon Climate" gekoppeld aan home assistant. Dit werkte al lange tijd prima, maar sinds gisteren krijg ik plotseling geen verbruik gegevens meer binnen. Ik zie in Home assistant dat alle entiteiten op unknown of Nan staan.
Ik zie dat de gegevens opgehaald worden via http://192.168.2.184/hdrv_zwave?action=getDevices.json, en daar komt nu de volgende output uit:
{
"dev_2":{
"uuid":"7bab0c64-b357-4e58-ba8f-b450f9b8a2a3",
"name":"HAE_METER_v3",
"internalAddress":"2",
"type":"HAE_METER_v3",
"supportsCrc":"1",
"ccList":"5e 86 72 32 56 5a 59 85 73 7a 60 8e 22 70 8b 3c 3d 3e",
"supportedCC":"5e 86 72 32 56 5a 59 85 73 7a 60 8e 22 70 8b 3c 3d 3e",
"nodeFlags":[
],
"IsConnected":"1",
"HealthValue":"10",
"DeviceName":"HAE_METER_v3",
"CurrentSensorStatus":"UNKNOWN"
},
"dev_2.1":{
"uuid":"66290704-1a88-47e8-aa3d-16a0c6a1ecaf",
"name":"HAE_METER_v3_1",
"internalAddress":"2.1",
"type":"HAE_METER_v3_1",
"supportsCrc":"0",
"ccList":"5e 59 85 8e 3c 3d 3e",
"supportedCC":"5e 59 85 8e 3c 3d 3e",
"nodeFlags":[
],
"CurrentSensorStatus":"WARNING",
"CurrentGasFlow":"229.00",
"CurrentGasQuantity":"5659079.00",
"DeviceName":"HAE_METER_v3_1"
},
"dev_2.2":{
"uuid":"8b7b3278-0da0-4f14-ad5a-b84b66b11840",
"name":"HAE_METER_v3_2",
"internalAddress":"2.2",
"type":"HAE_METER_v3_2",
"supportsCrc":"0",
"ccList":"5e 59 85 8e 3c 3d 3e",
"supportedCC":"5e 59 85 8e 3c 3d 3e",
"nodeFlags":[
],
"CurrentSensorStatus":"UNKNOWN",
"DeviceName":"HAE_METER_v3_2",
"CurrentElectricityFlow":"NaN",
"CurrentElectricityQuantity":"NaN"
},
"dev_2.3":{
"uuid":"689fe030-afca-419d-a9ff-60bc96425f79",
"name":"HAE_METER_v3_3",
"internalAddress":"2.3",
"type":"HAE_METER_v3_3",
"supportsCrc":"0",
"ccList":"5e 59 85 8e 3c 3d 3e",
"supportedCC":"5e 59 85 8e 3c 3d 3e",
"nodeFlags":[
],
"CurrentSensorStatus":"UNKNOWN",
"DeviceName":"HAE_METER_v3_3",
"CurrentElectricityFlow":"NaN",
"CurrentElectricityQuantity":"NaN"
},
"dev_2.4":{
"uuid":"fafa859a-2781-4f04-9fba-fa72bfec72b8",
"name":"HAE_METER_v3_4",
"internalAddress":"2.4",
"type":"HAE_METER_v3_4",
"supportsCrc":"0",
"ccList":"5e 59 85 8e 3c 3d 3e",
"supportedCC":"5e 59 85 8e 3c 3d 3e",
"nodeFlags":[
],
"CurrentSensorStatus":"WARNING",
"DeviceName":"HAE_METER_v3_4",
"CurrentElectricityFlow":"939.00",
"CurrentElectricityQuantity":"14310788.00"
},
"dev_2.5":{
"uuid":"ad52e390-ef51-404e-8dd4-683d2e71c772",
"name":"HAE_METER_v3_5",
"internalAddress":"2.5",
"type":"HAE_METER_v3_5",
"supportsCrc":"0",
"ccList":"5e 59 85 8e 3c 3d 3e",
"supportedCC":"5e 59 85 8e 3c 3d 3e",
"nodeFlags":[
],
"CurrentSensorStatus":"UNKNOWN",
"DeviceName":"HAE_METER_v3_5",
"CurrentElectricityFlow":"0.00",
"CurrentElectricityQuantity":"1004098.00"
},
"dev_2.6":{
"uuid":"665ddc93-a603-46f1-85f5-e2661a84a748",
"name":"HAE_METER_v3_6",
"internalAddress":"2.6",
"type":"HAE_METER_v3_6",
"supportsCrc":"0",
"ccList":"5e 59 85 8e 3c 3d 3e",
"supportedCC":"5e 59 85 8e 3c 3d 3e",
"nodeFlags":[
],
"CurrentSensorStatus":"UNKNOWN",
"DeviceName":"HAE_METER_v3_6",
"CurrentElectricityFlow":"0.00",
"CurrentElectricityQuantity":"12759141.00"
},
"dev_2.7":{
"uuid":"ac469e6a-840c-4343-8936-698a495092ed",
"name":"HAE_METER_v3_7",
"internalAddress":"2.7",
"type":"HAE_METER_v3_7",
"supportsCrc":"0",
"ccList":"5e 59 85 8e 3c 3d 3e",
"supportedCC":"5e 59 85 8e 3c 3d 3e",
"nodeFlags":[
],
"CurrentSensorStatus":"UNKNOWN",
"DeviceName":"HAE_METER_v3_7",
"CurrentElectricityFlow":"0.00",
"CurrentElectricityQuantity":"452903.00"
},
"dev_2.8":{
"uuid":"70b3092d-f4c2-4b57-919c-84235908dd96",
"name":"HAE_METER_v3_8",
"internalAddress":"2.8",
"type":"HAE_METER_v3_8",
"supportsCrc":"0",
"ccList":"5e 59 85 8e 3c 3d 3e",
"supportedCC":"5e 59 85 8e 3c 3d 3e",
"nodeFlags":[
],
"CurrentSensorStatus":"UNKNOWN",
"DeviceName":"HAE_METER_v3_8",
"CurrentHeatQuantity":"NaN",
"CurrentHeatFlow":"NaN"
}
}
Het ziet er naar uit dat "unknown" en "Nan" dus gestuurd wordt door de Toon. Enig idee wat ik hier aan kan doen?
Op de Toon zelf is het verbruik wel te zien.