cyberjunky / home-assistant-toon_smartmeter

This component reads and displays sensor values from the meteradapter connected to a rooted Toon thermostat.
MIT License
26 stars 13 forks source link

P1 Heat #47

Closed marcoheijkoop closed 1 year ago

marcoheijkoop commented 2 years ago

Ik zie bij P1 Heat onbekend staan. Komt dat omdat de informatie niet uitgelezen kan worden? Ik zie die waardes namelijk wel in de Toon staan.

cyberjunky commented 2 years ago

P1 Heat is voor stadsverwarming of airco oid... heb het nog nooit gebruikt zien worden, wat zie je op je toon?

marcoheijkoop commented 2 years ago

Ik heb nu een Toon 2 en daar zie ik de warmte nog niet.

Op de Toon 1 zag ik Warmte en zag ik ook het verbruik

Op 18 jan. 2022 om 15:25 heeft Ron Klinkien @.***> het volgende geschreven:

 P1 Heat is voor stadsverwarming of airco oid... heb het nog nooit gebruikt zien worden, wat zie je op je toon?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

cyberjunky commented 1 year ago

Marco als je dit probleem nog hebt met laatste versie, wil je dan je debug logout put delen? Je kunt eventueel de id's daar in anonimizeren.

marcoheijkoop commented 1 year ago

Probleem is er nog steeds. Waar kan ik die debugging vinden?

cyberjunky commented 1 year ago

@marcoheijkoop laatste regel toevoegen aan je yaml log entries, dan restarten en zoeken in je home assistant log naar toon_smartmeter output

logger:
  default: info
  logs:
    custom_components.toon_smartmeter: debug
cyberjunky commented 1 year ago

Stale ticket, reopen if needed

marcoheijkoop commented 1 year ago

Heeft even geduurd maar bijgaand de logs

539: 2022-11-10 18:58:53.823 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.toon_smartmeter 540 2022-11-10 18:58:53.825 INFO (MainThread) [homeassistant.setup] Setting up template 583 2022-11-10 18:58:53.879 INFO (MainThread) [homeassistant.setup] Setup of domain dsmr took 0.0 seconds 584: 2022-11-10 18:58:53.880 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Data received from Toon: {'dev_settings_device': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'name': 'settings_device', 'internalAddress': 'settings_device', 'type': 'settings_device'}, 'dev_2': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'COMMISSIONING', 'CurrentGasFlow': '0.00', 'CurrentGasQuantity': '0.00', 'DeviceName': 'HAE_METER_v3_1 585 2022-11-10 18:58:53.883 INFO (MainThread) [homeassistant.setup] Setting up media_source 608 2022-11-10 18:58:53.920 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.dsmr 609: 2022-11-10 18:58:53.921 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Discovered: '{'gasused': 'dev_2.1', 'gasusedcnt': 'dev_2.1', 'elecusageflowhigh': 'dev_2.4', 'elecusagecnthigh': 'dev_2.4', 'elecusageflowlow': 'dev_2.6', 'elecusagecntlow': 'dev_2.6', 'elecprodflowhigh': 'dev_2.5', 'elecprodcnthigh': 'dev_2.5', 'elecprodflowlow': 'dev_2.7', 'elecprodcntlow': 'dev_2.7'}' 610: 2022-11-10 18:58:53.921 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN 611: 2022-11-10 18:58:53.921 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Discovered: '{'gasused': 'dev_2.1', 'gasusedcnt': 'dev_2.1', 'elecusageflowhigh': 'dev_2.4', 'elecusagecnthigh': 'dev_2.4', 'elecusageflowlow': 'dev_2.6', 'elecusagecntlow': 'dev_2.6', 'elecprodflowhigh': 'dev_2.5', 'elecprodcnthigh': 'dev_2.5', 'elecprodflowlow': 'dev_2.7', 'elecprodcntlow': 'dev_2.7'}' 612: 2022-11-10 18:58:53.921 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 613: 2022-11-10 18:58:53.921 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Discovered: '{'gasused': 'dev_2.1', 'gasusedcnt': 'dev_2.1', 'elecusageflowhigh': 'dev_2.4', 'elecusagecnthigh': 'dev_2.4', 'elecusageflowlow': 'dev_2.6', 'elecusagecntlow': 'dev_2.6', 'elecprodflowhigh': 'dev_2.5', 'elecprodcnthigh': 'dev_2.5', 'elecprodflowlow': 'dev_2.7', 'elecprodcntlow': 'dev_2.7'}' 614: 2022-11-10 18:58:53.921 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 649.00 615: 2022-11-10 18:58:53.921 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Discovered: '{'gasused': 'dev_2.1', 'gasusedcnt': 'dev_2.1', 'elecusageflowhigh': 'dev_2.4', 'elecusagecnthigh': 'dev_2.4', 'elecusageflowlow': 'dev_2.6', 'elecusagecntlow': 'dev_2.6', 'elecprodflowhigh': 'dev_2.5', 'elecprodcnthigh': 'dev_2.5', 'elecprodflowlow': 'dev_2.7', 'elecprodcntlow': 'dev_2.7'}' 616: 2022-11-10 18:58:53.921 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 617: 2022-11-10 18:58:53.921 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Discovered: '{'gasused': 'dev_2.1', 'gasusedcnt': 'dev_2.1', 'elecusageflowhigh': 'dev_2.4', 'elecusagecnthigh': 'dev_2.4', 'elecusageflowlow': 'dev_2.6', 'elecusagecntlow': 'dev_2.6', 'elecprodflowhigh': 'dev_2.5', 'elecprodcnthigh': 'dev_2.5', 'elecprodflowlow': 'dev_2.7', 'elecprodcntlow': 'dev_2.7'}' 618: 2022-11-10 18:58:53.921 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 619: 2022-11-10 18:58:53.921 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Discovered: '{'gasused': 'dev_2.1', 'gasusedcnt': 'dev_2.1', 'elecusageflowhigh': 'dev_2.4', 'elecusagecnthigh': 'dev_2.4', 'elecusageflowlow': 'dev_2.6', 'elecusagecntlow': 'dev_2.6', 'elecprodflowhigh': 'dev_2.5', 'elecprodcnthigh': 'dev_2.5', 'elecprodflowlow': 'dev_2.7', 'elecprodcntlow': 'dev_2.7'}' 620: 2022-11-10 18:58:53.922 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.306 621: 2022-11-10 18:58:53.922 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Discovered: '{'gasused': 'dev_2.1', 'gasusedcnt': 'dev_2.1', 'elecusageflowhigh': 'dev_2.4', 'elecusagecnthigh': 'dev_2.4', 'elecusageflowlow': 'dev_2.6', 'elecusagecntlow': 'dev_2.6', 'elecprodflowhigh': 'dev_2.5', 'elecprodcnthigh': 'dev_2.5', 'elecprodflowlow': 'dev_2.7', 'elecprodcntlow': 'dev_2.7'}' 622: 2022-11-10 18:58:53.922 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None 623 2022-11-10 18:58:53.924 INFO (MainThread) [homeassistant.setup] Setup of domain media_source took 0.0 seconds 1138 2022-11-10 18:59:04.312 INFO (MainThread) [custom_components.hacs] Loading known repositories 1139: 2022-11-10 18:59:04.319 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 1140: 2022-11-10 18:59:04.319 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 649.00 1141: 2022-11-10 18:59:04.319 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 1142: 2022-11-10 18:59:04.319 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 1143: 2022-11-10 18:59:04.319 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.306 1144: 2022-11-10 18:59:04.319 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None 1145 2022-11-10 18:59:04.585 INFO (SyncWorker_7) [matplotlib.font_manager] generated new fontManager 1146: 2022-11-10 18:59:05.027 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Data received from Toon: {'dev_settings_device': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'name': 'settings_device', 'internalAddress': 'settings_device', 'type': 'settings_device'}, 'dev_2': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'COMMISSIONING', 'CurrentGasFlow': '0.00', 'CurrentGasQuantity': '0.00', 'DeviceName': 'HAE_METER_v3_1 1147: 2022-11-10 18:59:05.027 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN 1148 2022-11-10 18:59:05.227 INFO (MainThread) [custom_components.hacs] Starting recurring background task for downloaded repositories 1152: 2022-11-10 18:59:14.305 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN 1153: 2022-11-10 18:59:14.305 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 1154: 2022-11-10 18:59:14.305 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 617.00 1155: 2022-11-10 18:59:14.305 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 1156: 2022-11-10 18:59:14.305 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 1157: 2022-11-10 18:59:14.305 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.307 1158: 2022-11-10 18:59:14.305 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None 1159 2022-11-10 18:59:19.393 INFO (SyncWorker_6) [homeassistant.loader] Loaded demo from homeassistant.components.demo 1160 2022-11-10 18:59:19.393 INFO (SyncWorker_1) [homeassistant.loader] Loaded water_heater from homeassistant.components.water_heater 1161: 2022-11-10 18:59:24.306 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 1162: 2022-11-10 18:59:24.307 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 617.00 1163: 2022-11-10 18:59:24.307 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 1164: 2022-11-10 18:59:24.307 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 1165: 2022-11-10 18:59:24.307 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.307 1166: 2022-11-10 18:59:24.307 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None 1167: 2022-11-10 18:59:24.329 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Data received from Toon: {'dev_settings_device': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'name': 'settings_device', 'internalAddress': 'settings_device', 'type': 'settings_device'}, 'dev_2': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'COMMISSIONING', 'CurrentGasFlow': '0.00', 'CurrentGasQuantity': '0.00', 'DeviceName': 'HAE_METER_v3_1 1168: 2022-11-10 18:59:24.329 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN

1170: 2022-11-10 18:59:34.307 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 1171: 2022-11-10 18:59:34.307 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 527.00 1172: 2022-11-10 18:59:34.307 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 1173: 2022-11-10 18:59:34.307 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 1174: 2022-11-10 18:59:34.307 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.31 1175: 2022-11-10 18:59:34.307 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None 1176: 2022-11-10 18:59:34.327 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Data received from Toon: {'dev_settings_device': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'name': 'settings_device', 'internalAddress': 'settings_device', 'type': 'settings_device'}, 'dev_2': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'COMMISSIONING', 'CurrentGasFlow': '0.00', 'CurrentGasQuantity': '0.00', 'DeviceName': 'HAE_METER_v3_1 1177: 2022-11-10 18:59:34.327 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN 1178: 2022-11-10 18:59:44.308 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 1179: 2022-11-10 18:59:44.308 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 520.00 1180: 2022-11-10 18:59:44.308 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 1181: 2022-11-10 18:59:44.308 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 1182: 2022-11-10 18:59:44.308 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.312 1183: 2022-11-10 18:59:44.308 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None 1184: 2022-11-10 18:59:44.349 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Data received from Toon: {'dev_settings_device': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'name': 'settings_device', 'internalAddress': 'settings_device', 'type': 'settings_device'}, 'dev_2': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'COMMISSIONING', 'CurrentGasFlow': '0.00', 'CurrentGasQuantity': '0.00', 'DeviceName': 'HAE_METER_v3_1 1185: 2022-11-10 18:59:44.349 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN 1186: 2022-11-10 18:59:54.309 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 1187: 2022-11-10 18:59:54.309 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 523.00 1188: 2022-11-10 18:59:54.309 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 1189: 2022-11-10 18:59:54.309 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 1190: 2022-11-10 18:59:54.309 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.313 1191: 2022-11-10 18:59:54.309 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None 1192: 2022-11-10 18:59:54.353 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Data received from Toon: {'dev_settings_device': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'name': 'settings_device', 'internalAddress': 'settings_device', 'type': 'settings_device'}, 'dev_2': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'COMMISSIONING', 'CurrentGasFlow': '0.00', 'CurrentGasQuantity': '0.00', 'DeviceName': 'HAE_METER_v3_1 1193: 2022-11-10 18:59:54.353 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN

1195: 2022-11-10 19:00:04.310 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 1196: 2022-11-10 19:00:04.310 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 518.00 1197: 2022-11-10 19:00:04.310 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 1198: 2022-11-10 19:00:04.310 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 1199: 2022-11-10 19:00:04.310 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.315 1200: 2022-11-10 19:00:04.310 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None 1201: 2022-11-10 19:00:04.355 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Data received from Toon: {'dev_settings_device': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'name': 'settings_device', 'internalAddress': 'settings_device', 'type': 'settings_device'}, 'dev_2': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'COMMISSIONING', 'CurrentGasFlow': '0.00', 'CurrentGasQuantity': '0.00', 'DeviceName': 'HAE_METER_v3_1 1202: 2022-11-10 19:00:04.355 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN 1203 2022-11-10 19:00:10.028 INFO (Recorder) [homeassistant.components.sensor.recorder] Detected new cycle for sensor.energy_consumption_tarif_1_cost, last_reset set to 2022-11-10T17:58:57.111781+00:00 (old last_reset 2022-11-10T17:54:26.571652+00:00)

1205 2022-11-10 19:00:13.995 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.rest 1206: 2022-11-10 19:00:14.310 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 1207: 2022-11-10 19:00:14.311 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 520.00 1208: 2022-11-10 19:00:14.311 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 1209: 2022-11-10 19:00:14.311 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 1210: 2022-11-10 19:00:14.311 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.316 1211: 2022-11-10 19:00:14.311 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None 1212: 2022-11-10 19:00:14.363 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Data received from Toon: {'dev_settings_device': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'name': 'settings_device', 'internalAddress': 'settings_device', 'type': 'settings_device'}, 'dev_2': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'COMMISSIONING', 'CurrentGasFlow': '0.00', 'CurrentGasQuantity': '0.00', 'DeviceName': 'HAE_METER_v3_1 1213: 2022-11-10 19:00:14.363 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN 1214: 2022-11-10 19:00:24.311 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 1215: 2022-11-10 19:00:24.311 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 525.00 1216: 2022-11-10 19:00:24.311 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 1217: 2022-11-10 19:00:24.311 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 1218: 2022-11-10 19:00:24.311 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.318 1219: 2022-11-10 19:00:24.311 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None 1220: 2022-11-10 19:00:24.372 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Data received from Toon: {'dev_settings_device': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'name': 'settings_device', 'internalAddress': 'settings_device', 'type': 'settings_device'}, 'dev_2': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'COMMISSIONING', 'CurrentGasFlow': '0.00', 'CurrentGasQuantity': '0.00', 'DeviceName': 'HAE_METER_v3_1 1221: 2022-11-10 19:00:24.372 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN 1222: 2022-11-10 19:00:34.312 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 1223: 2022-11-10 19:00:34.312 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 571.00 1224: 2022-11-10 19:00:34.312 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 1225: 2022-11-10 19:00:34.312 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 1226: 2022-11-10 19:00:34.312 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.319 1227: 2022-11-10 19:00:34.312 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None 1228: 2022-11-10 19:00:34.355 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Data received from Toon: {'dev_settings_device': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'name': 'settings_device', 'internalAddress': 'settings_device', 'type': 'settings_device'}, 'dev_2': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'COMMISSIONING', 'CurrentGasFlow': '0.00', 'CurrentGasQuantity': '0.00', 'DeviceName': 'HAE_METER_v3_1 1229: 2022-11-10 19:00:34.355 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN

1231: 2022-11-10 19:00:44.314 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 1232: 2022-11-10 19:00:44.314 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 584.00 1233: 2022-11-10 19:00:44.314 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 1234: 2022-11-10 19:00:44.314 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 1235: 2022-11-10 19:00:44.314 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.321 1236: 2022-11-10 19:00:44.314 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None 1237: 2022-11-10 19:00:44.358 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Data received from Toon: {'dev_settings_device': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'name': 'settings_device', 'internalAddress': 'settings_device', 'type': 'settings_device'}, 'dev_2': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'COMMISSIONING', 'CurrentGasFlow': '0.00', 'CurrentGasQuantity': '0.00', 'DeviceName': 'HAE_METER_v3_1 1238: 2022-11-10 19:00:44.358 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN 1239: 2022-11-10 19:00:54.314 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 1240: 2022-11-10 19:00:54.315 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 582.00 1241: 2022-11-10 19:00:54.315 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 1242: 2022-11-10 19:00:54.315 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 1243: 2022-11-10 19:00:54.315 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.322 1244: 2022-11-10 19:00:54.315 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None 1245: 2022-11-10 19:00:54.340 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Data received from Toon: {'dev_settings_device': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'name': 'settings_device', 'internalAddress': 'settings_device', 'type': 'settings_device'}, 'dev_2': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'COMMISSIONING', 'CurrentGasFlow': '0.00', 'CurrentGasQuantity': '0.00', 'DeviceName': 'HAE_METER_v3_1 1246: 2022-11-10 19:00:54.340 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN 1247: 2022-11-10 19:01:04.315 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 1248: 2022-11-10 19:01:04.316 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 592.00 1249: 2022-11-10 19:01:04.316 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 1250: 2022-11-10 19:01:04.316 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 1251: 2022-11-10 19:01:04.316 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.324 1252: 2022-11-10 19:01:04.316 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None 1253: 2022-11-10 19:01:04.356 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Data received from Toon: {'dev_settings_device': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'name': 'settings_device', 'internalAddress': 'settings_device', 'type': 'settings_device'}, 'dev_2': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'COMMISSIONING', 'CurrentGasFlow': '0.00', 'CurrentGasQuantity': '0.00', 'DeviceName': 'HAE_METER_v3_1 1254: 2022-11-10 19:01:04.356 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN 1255: 2022-11-10 19:01:14.317 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 1256: 2022-11-10 19:01:14.317 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 589.00 1257: 2022-11-10 19:01:14.317 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 1258: 2022-11-10 19:01:14.317 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 1259: 2022-11-10 19:01:14.317 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.326 1260: 2022-11-10 19:01:14.317 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None 1261: 2022-11-10 19:01:14.357 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Data received from Toon: {'dev_settings_device': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'name': 'settings_device', 'internalAddress': 'settings_device', 'type': 'settings_device'}, 'dev_2': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'COMMISSIONING', 'CurrentGasFlow': '0.00', 'CurrentGasQuantity': '0.00', 'DeviceName': 'HAE_METER_v3_1 1262: 2022-11-10 19:01:14.358 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN 1263: 2022-11-10 19:01:24.317 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 1264: 2022-11-10 19:01:24.317 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 565.00 1265: 2022-11-10 19:01:24.317 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 1266: 2022-11-10 19:01:24.317 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 1267: 2022-11-10 19:01:24.317 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.327 1268: 2022-11-10 19:01:24.318 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None 1269: 2022-11-10 19:01:24.345 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Data received from Toon: {'dev_settings_device': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'name': 'settings_device', 'internalAddress': 'settings_device', 'type': 'settings_device'}, 'dev_2': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'COMMISSIONING', 'CurrentGasFlow': '0.00', 'CurrentGasQuantity': '0.00', 'DeviceName': 'HAE_METER_v3_1 1270: 2022-11-10 19:01:24.345 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN

1272: 2022-11-10 19:01:34.318 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 1273: 2022-11-10 19:01:34.318 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 567.00 1274: 2022-11-10 19:01:34.318 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 1275: 2022-11-10 19:01:34.318 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 1276: 2022-11-10 19:01:34.318 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.329 1277: 2022-11-10 19:01:34.318 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None 1278: 2022-11-10 19:01:34.355 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Data received from Toon: {'dev_settings_device': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'name': 'settings_device', 'internalAddress': 'settings_device', 'type': 'settings_device'}, 'dev_2': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'COMMISSIONING', 'CurrentGasFlow': '0.00', 'CurrentGasQuantity': '0.00', 'DeviceName': 'HAE_METER_v3_1 1279: 2022-11-10 19:01:34.355 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN 1280: 2022-11-10 19:01:44.319 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 1281: 2022-11-10 19:01:44.319 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 571.00 1282: 2022-11-10 19:01:44.319 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 1283: 2022-11-10 19:01:44.319 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 1284: 2022-11-10 19:01:44.319 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.33 1285: 2022-11-10 19:01:44.319 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None 1286: 2022-11-10 19:01:44.362 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Data received from Toon: {'dev_settings_device': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'name': 'settings_device', 'internalAddress': 'settings_device', 'type': 'settings_device'}, 'dev_2': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'COMMISSIONING', 'CurrentGasFlow': '0.00', 'CurrentGasQuantity': '0.00', 'DeviceName': 'HAE_METER_v3_1 1287: 2022-11-10 19:01:44.362 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN 1288 2022-11-10 19:01:44.928 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.rest 1289: 2022-11-10 19:01:54.320 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 1290: 2022-11-10 19:01:54.320 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 565.00 1291: 2022-11-10 19:01:54.320 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 1292: 2022-11-10 19:01:54.320 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 1293: 2022-11-10 19:01:54.320 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.332 1294: 2022-11-10 19:01:54.320 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None 1295: 2022-11-10 19:01:54.374 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Data received from Toon: {'dev_settings_device': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'name': 'settings_device', 'internalAddress': 'settings_device', 'type': 'settings_device'}, 'dev_2': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'COMMISSIONING', 'CurrentGasFlow': '0.00', 'CurrentGasQuantity': '0.00', 'DeviceName': 'HAE_METER_v3_1 1296: 2022-11-10 19:01:54.374 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN 1297: 2022-11-10 19:02:04.320 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 1298: 2022-11-10 19:02:04.320 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 567.00 1299: 2022-11-10 19:02:04.320 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 1300: 2022-11-10 19:02:04.320 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 1301: 2022-11-10 19:02:04.320 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.334 1302: 2022-11-10 19:02:04.320 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None 1303: 2022-11-10 19:02:04.353 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Data received from Toon: {'dev_settings_device': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'name': 'settings_device', 'internalAddress': 'settings_device', 'type': 'settings_device'}, 'dev_2': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'COMMISSIONING', 'CurrentGasFlow': '0.00', 'CurrentGasQuantity': '0.00', 'DeviceName': 'HAE_METER_v3_1 1304: 2022-11-10 19:02:04.354 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN 1305: 2022-11-10 19:02:14.321 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 1306: 2022-11-10 19:02:14.322 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 568.00 1307: 2022-11-10 19:02:14.322 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 1308: 2022-11-10 19:02:14.322 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 1309: 2022-11-10 19:02:14.322 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.335 1310: 2022-11-10 19:02:14.322 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None 1311: 2022-11-10 19:02:14.344 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Data received from Toon: {'dev_settings_device': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'name': 'settings_device', 'internalAddress': 'settings_device', 'type': 'settings_device'}, 'dev_2': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'COMMISSIONING', 'CurrentGasFlow': '0.00', 'CurrentGasQuantity': '0.00', 'DeviceName': 'HAE_METER_v3_1 1312: 2022-11-10 19:02:14.344 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN 1313: 2022-11-10 19:02:24.323 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 1314: 2022-11-10 19:02:24.323 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 494.00 1315: 2022-11-10 19:02:24.323 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 1316: 2022-11-10 19:02:24.323 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 1317: 2022-11-10 19:02:24.323 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.337 1318: 2022-11-10 19:02:24.323 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None 1319: 2022-11-10 19:02:24.354 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Data received from Toon: {'dev_settings_device': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'name': 'settings_device', 'internalAddress': 'settings_device', 'type': 'settings_device'}, 'dev_2': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'COMMISSIONING', 'CurrentGasFlow': '0.00', 'CurrentGasQuantity': '0.00', 'DeviceName': 'HAE_METER_v3_1 1320: 2022-11-10 19:02:24.354 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN 1321: 2022-11-10 19:02:34.324 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 1322: 2022-11-10 19:02:34.324 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 506.00 1323: 2022-11-10 19:02:34.324 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 1324: 2022-11-10 19:02:34.324 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 1325: 2022-11-10 19:02:34.324 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.338 1326: 2022-11-10 19:02:34.324 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None

1328: 2022-11-10 19:02:34.342 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Data received from Toon: {'dev_settings_device': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'name': 'settings_device', 'internalAddress': 'settings_device', 'type': 'settings_device'}, 'dev_2': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'COMMISSIONING', 'CurrentGasFlow': '0.00', 'CurrentGasQuantity': '0.00', 'DeviceName': 'HAE_METER_v3_1 1329: 2022-11-10 19:02:34.342 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN 1330: 2022-11-10 19:02:44.324 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 1331: 2022-11-10 19:02:44.324 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 490.00 1332: 2022-11-10 19:02:44.325 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 1333: 2022-11-10 19:02:44.325 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 1334: 2022-11-10 19:02:44.325 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.339 1335: 2022-11-10 19:02:44.325 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None 1336: 2022-11-10 19:02:44.370 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Data received from Toon: {'dev_settings_device': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'name': 'settings_device', 'internalAddress': 'settings_device', 'type': 'settings_device'}, 'dev_2': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'COMMISSIONING', 'CurrentGasFlow': '0.00', 'CurrentGasQuantity': '0.00', 'DeviceName': 'HAE_METER_v3_1 1337: 2022-11-10 19:02:44.370 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN 1338: 2022-11-10 19:02:54.325 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 1339: 2022-11-10 19:02:54.325 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 491.00 1340: 2022-11-10 19:02:54.325 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 1341: 2022-11-10 19:02:54.325 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 1342: 2022-11-10 19:02:54.325 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.341 1343: 2022-11-10 19:02:54.325 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None 1344: 2022-11-10 19:02:54.364 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Data received from Toon: {'dev_settings_device': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'name': 'settings_device', 'internalAddress': 'settings_device', 'type': 'settings_device'}, 'dev_2': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'COMMISSIONING', 'CurrentGasFlow': '0.00', 'CurrentGasQuantity': '0.00', 'DeviceName': 'HAE_METER_v3_1 1345: 2022-11-10 19:02:54.364 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN 1346: 2022-11-10 19:03:04.326 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 1347: 2022-11-10 19:03:04.326 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 493.00 1348: 2022-11-10 19:03:04.326 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 1349: 2022-11-10 19:03:04.326 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 1350: 2022-11-10 19:03:04.326 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.342 1351: 2022-11-10 19:03:04.326 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None 1352: 2022-11-10 19:03:04.371 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Data received from Toon: {'dev_settings_device': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'name': 'settings_device', 'internalAddress': 'settings_device', 'type': 'settings_device'}, 'dev_2': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'COMMISSIONING', 'CurrentGasFlow': '0.00', 'CurrentGasQuantity': '0.00', 'DeviceName': 'HAE_METER_v3_1 1353: 2022-11-10 19:03:04.371 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN 1354: 2022-11-10 19:03:14.326 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 1355: 2022-11-10 19:03:14.326 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 505.00 1356: 2022-11-10 19:03:14.326 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 1357: 2022-11-10 19:03:14.326 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 1358: 2022-11-10 19:03:14.326 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.344 1359: 2022-11-10 19:03:14.326 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None 1360: 2022-11-10 19:03:14.375 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Data received from Toon: {'dev_settings_device': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'name': 'settings_device', 'internalAddress': 'settings_device', 'type': 'settings_device'}, 'dev_2': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'COMMISSIONING', 'CurrentGasFlow': '0.00', 'CurrentGasQuantity': '0.00', 'DeviceName': 'HAE_METER_v3_1 1361: 2022-11-10 19:03:14.375 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN 1362: 2022-11-10 19:03:24.327 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowlow State: 0.00 1363: 2022-11-10 19:03:24.327 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowhigh State: 494.00 1364: 2022-11-10 19:03:24.327 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntpulse State: nan 1365: 2022-11-10 19:03:24.327 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecntlow State: 14518.397 1366: 2022-11-10 19:03:24.327 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusagecnthigh State: 15022.345 1367: 2022-11-10 19:03:24.327 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: heat State: None 1368: 2022-11-10 19:03:24.382 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Data received from Toon: {'dev_settings_device': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'name': 'settings_device', 'internalAddress': 'settings_device', 'type': 'settings_device'}, 'dev_2': {'uuid': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', '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': 'COMMISSIONING', 'CurrentGasFlow': '0.00', 'CurrentGasQuantity': '0.00', 'DeviceName': 'HAE_METER_v3_1 1369: 2022-11-10 19:03:24.382 DEBUG (MainThread) [custom_components.toon_smartmeter.sensor] Device: elecusageflowpulse State: NaN 1370

Op wo 9 nov. 2022 om 04:26 schreef Ron Klinkien @.***>:

Stale ticket, reopen if needed

— Reply to this email directly, view it on GitHub https://github.com/cyberjunky/home-assistant-toon_smartmeter/issues/47#issuecomment-1308156046, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACVZ4STMVV2OOWCY24XEKR3WHMKVPANCNFSM5L45D4DQ . You are receiving this because you were mentioned.Message ID: @.*** com>

marcoheijkoop commented 1 year ago

Nog naar kunnen kijken?