Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HA local push not working for firmware 3.4.082 #78

Closed
diegodepablos opened this issue Jan 24, 2024 · 8 comments · Fixed by #79
Closed

HA local push not working for firmware 3.4.082 #78

diegodepablos opened this issue Jan 24, 2024 · 8 comments · Fixed by #79
Labels
bug Something isn't working

Comments

@diegodepablos
Copy link

When setting the wibeee integration to local

imagen

It doesn't receive any data (only after 1800 seconds when the polling is triggered) Meanwhile this is what log states:

2024-01-23 20:37:31.532 DEBUG (MainThread) [custom_components.wibeee.nest] Ignoring unexpected GET /Wibeee/receiver 2024-01-23 20:37:32.517 DEBUG (MainThread) [custom_components.wibeee.nest] Ignoring unexpected GET /Wibeee/receiver 2024-01-23 20:37:33.508 DEBUG (MainThread) [custom_components.wibeee.nest] Ignoring unexpected GET /Wibeee/receiver 2024-01-23 20:37:34.508 DEBUG (MainThread) [custom_components.wibeee.nest] Ignoring unexpected GET /Wibeee/receiver ....

When I try to access my HA instance through port 8600 http://xxx.xxx.xxx.xxx:8600 (get) with the web explorer I receive an empty file. I don't know if that's the supposed normal behaviour.

Any help will be much appreciated.

Thanks.

@luuuis
Copy link
Owner

luuuis commented Jan 24, 2024

What firmware version and what device @diegodepablos?

@diegodepablos
Copy link
Author

What firmware version and what device @diegodepablos?

imagen

@luuuis
Copy link
Owner

luuuis commented Jan 25, 2024

That seems like quite an old firmware, strange that is is showing as up to date. You can see here the several versions users have reported: https://github.com/luuuis/hass_wibeee/wiki/Device-Compatibility

In any case we should be able to make it work. Are you able to capture the requests that are made to /Wibeee/receiver (query params and their contents)?

For example, configure your Wibeee to send traffic to mitmproxy and then save/log the requests.

$ mitmproxy -m reverse:http://homeassistant.local:8600

@diegodepablos
Copy link
Author

diegodepablos commented Jan 26, 2024

This is what mitmproxy captures:

imagen

Please ignore the 404 error, just not using reverse to redirect traffic to HA.

@luuuis
Copy link
Owner

luuuis commented Jan 26, 2024

@diegodepablos v3.4.3 should enable local push for your device.

@diegodepablos
Copy link
Author

diegodepablos commented Jan 26, 2024

Thanks, but still not working with version 3.4.3, it seems data sent from device is not in the expected format. Enabling HA debug mode now shows the following messages:

2024-01-26 14:10:59.373 DEBUG (MainThread) [custom_components.wibeee.nest] Ignoring unexpected push data from 001ec0350aaa received as GET /Wibeee/receiver: {'mac': '001ec0350aaa', 'ip': '192.168.001.121', 'soft': '3.4.082', 'model': 'WBB', 'time': '1706274659', 'v1': '239.358', 'v2': '239.358', 'v3': '239.358', 'vt': '239.358', 'i1': '5.144', 'i2': '0.203', 'i3': '0.000', 'it': '5.347', 'p1': '1231.165', 'p2': '48.659', 'p3': '0.000', 'pt': '1279.824', 'a1': '1212.701', 'a2': '0.306', 'a3': '0.000', 'at': '1213.008', 'r1': '212.351', 'r2': '0.000', 'r3': '0.000', 'rt': '212.351', 'q1': '50.000', 'q2': '50.000', 'q3': '50.000', 'qt': '50.000', 'f1': '-0.985', 'f2': '-0.006', 'f3': '1.000', 'ft': '-0.948', 'e1': '7362909.123', 'e2': '401184.282', 'e3': '2254739.045', 'et': '10018832.450', 'o1': '4204900.190', 'o2': '953683.781', 'o3': '650816.020', 'ot': '5809399.990'}

Additional info could be useful, I've got 3 ammeter clamps, 1 for general circuit and the other two for specific circuits.

@luuuis luuuis changed the title HA local push not working HA local push not working for firmware 3.4.082 Jan 26, 2024
@luuuis luuuis added the bug Something isn't working label Jan 26, 2024
@luuuis luuuis reopened this Jan 26, 2024
@luuuis
Copy link
Owner

luuuis commented Jan 26, 2024

@diegodepablos the format looks ok but it seems the integration does not recognise the device's MAC address. Please post (or email to [email protected]) the full debug logs since the integration starts up until the point when this message is logged.

@diegodepablos
Copy link
Author

Initial messages:

024-01-27 19:13:01.626 ERROR (MainThread) [homeassistant.components.template.template_entity] TemplateError('ValueError: Template error: float got invalid input 'unavailable' when rendering template '{{ (states('sensor.wibeee_001ec0350aaa_active_power_l1') | float / 1000) | round(2) }}' but no default was specified') while processing template 'Template<template=({{ (states('sensor.wibeee_001ec0350aaa_active_power_l1') | float / 1000) | round(2) }}) renders=3686>' for attribute '_attr_native_value' in entity 'sensor.consumo_instantaneo_kw' 2024-01-27 19:13:01.628 ERROR (MainThread) [homeassistant.components.template.template_entity] TemplateError('ValueError: Template error: float got invalid input 'unavailable' when rendering template '{{states('sensor.wibeee_001ec0350aaa_active_power_l1')|float * states('sensor.precio_energia_wh')|float}}' but no default was specified') while processing template 'Template<template=({{states('sensor.wibeee_001ec0350aaa_active_power_l1')|float * states('sensor.precio_energia_wh')|float}}) renders=3686>' for attribute '_attr_native_value' in entity 'sensor.coste_instantaneo' 2024-01-27 19:13:01.629 ERROR (MainThread) [homeassistant.components.template.template_entity] TemplateError('ValueError: Template error: float got invalid input 'unavailable' when rendering template '{{states('sensor.wibeee_001ec0350aaa_active_energy_l1')|float / 1000}}' but no default was specified') while processing template 'Template<template=({{states('sensor.wibeee_001ec0350aaa_active_energy_l1')|float / 1000}}) renders=3686>' for attribute '_attr_native_value' in entity 'sensor.consumo_total_kwh' 2024-01-27 19:13:06.943 DEBUG (MainThread) [custom_components.wibeee.api] Error getting http://192.168.1.121/en/status.xml, will retry. TimeoutError: 2024-01-27 19:13:06.943 DEBUG (MainThread) [custom_components.wibeee.api] Waiting 0.200s to retry http://192.168.1.121/en/status.xml... 2024-01-27 19:13:07.419 DEBUG (MainThread) [custom_components.wibeee] Disposers finished. 2024-01-27 19:13:07.420 DEBUG (MainThread) [custom_components.wibeee] Unloading sensor entry for Wibeee 350AAA (unique_id=00:1e:c0:35:0a:aa) 2024-01-27 19:13:07.420 INFO (MainThread) [custom_components.wibeee] Unloaded config entry 'Wibeee 350AAA' (unique_id=00:1e:c0:35:0a:aa) 2024-01-27 19:13:07.420 INFO (MainThread) [custom_components.wibeee] Setup config entry 'Wibeee 350AAA' (unique_id=00:1e:c0:35:0a:aa) 2024-01-27 19:13:07.424 DEBUG (MainThread) [custom_components.wibeee.sensor] Setting up Wibeee Sensors for '00:1e:c0:35:0a:aa'... 2024-01-27 19:13:07.424 INFO (MainThread) [custom_components.wibeee.api] Initializing WibeeeAPI with host: 192.168.1.121, timeout 0:00:10, max_wait: 0:00:05 2024-01-27 19:13:11.633 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform wibeee is taking over 10 seconds. 2024-01-27 19:13:11.942 DEBUG (MainThread) [custom_components.wibeee.api] Error getting http://192.168.1.121/services/user/devices.xml, will retry. TimeoutError: 2024-01-27 19:13:11.942 DEBUG (MainThread) [custom_components.wibeee.api] Waiting 0.200s to retry http://192.168.1.121/services/user/devices.xml... 2024-01-27 19:13:15.194 DEBUG (MainThread) [custom_components.wibeee.api] Error getting http://192.168.1.121/services/user/devices.xml, will retry. ClientConnectorError: Cannot connect to host 192.168.1.121:80 ssl:default [Connect call failed ('192.168.1.121', 80)] 2024-01-27 19:13:15.195 DEBUG (MainThread) [custom_components.wibeee.api] Waiting 0.400s to retry http://192.168.1.121/services/user/devices.xml... 2024-01-27 19:13:15.196 DEBUG (MainThread) [custom_components.wibeee.api] Error getting http://192.168.1.121/en/status.xml, will retry. ClientConnectorError: Cannot connect to host 192.168.1.121:80 ssl:default [Connect call failed ('192.168.1.121', 80)] 2024-01-27 19:13:15.196 DEBUG (MainThread) [custom_components.wibeee.api] Waiting 0.400s to retry http://192.168.1.121/en/status.xml... 2024-01-27 19:13:15.196 DEBUG (MainThread) [custom_components.wibeee.api] Error getting http://192.168.1.121/services/user/devices.xml, will retry. ClientConnectorError: Cannot connect to host 192.168.1.121:80 ssl:default [Connect call failed ('192.168.1.121', 80)] 2024-01-27 19:13:15.197 DEBUG (MainThread) [custom_components.wibeee.api] Waiting 0.200s to retry http://192.168.1.121/services/user/devices.xml... 2024-01-27 19:13:17.423 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform wibeee is taking over 10 seconds. 2024-01-27 19:13:18.267 DEBUG (MainThread) [custom_components.wibeee.api] Error getting http://192.168.1.121/services/user/devices.xml, will retry. ClientConnectorError: Cannot connect to host 192.168.1.121:80 ssl:default [Connect call failed ('192.168.1.121', 80)] 2024-01-27 19:13:18.267 DEBUG (MainThread) [custom_components.wibeee.api] Waiting 0.400s to retry http://192.168.1.121/services/user/devices.xml... 2024-01-27 19:13:18.267 DEBUG (MainThread) [custom_components.wibeee.api] Error getting http://192.168.1.121/services/user/devices.xml, will retry. ClientConnectorError: Cannot connect to host 192.168.1.121:80 ssl:default [Connect call failed ('192.168.1.121', 80)] 2024-01-27 19:13:18.267 DEBUG (MainThread) [custom_components.wibeee.api] Waiting 0.800s to retry http://192.168.1.121/services/user/devices.xml... 2024-01-27 19:13:18.268 DEBUG (MainThread) [custom_components.wibeee.api] Error getting http://192.168.1.121/en/status.xml, will retry. ClientConnectorError: Cannot connect to host 192.168.1.121:80 ssl:default [Connect call failed ('192.168.1.121', 80)] 2024-01-27 19:13:18.269 DEBUG (MainThread) [custom_components.wibeee.api] Waiting 0.800s to retry http://192.168.1.121/en/status.xml... 2024-01-27 19:13:21.342 DEBUG (MainThread) [custom_components.wibeee.api] Error getting http://192.168.1.121/services/user/devices.xml, will retry. ClientConnectorError: Cannot connect to host 192.168.1.121:80 ssl:default [Connect call failed ('192.168.1.121', 80)] 2024-01-27 19:13:21.342 DEBUG (MainThread) [custom_components.wibeee.api] Waiting 0.800s to retry http://192.168.1.121/services/user/devices.xml... 2024-01-27 19:13:21.342 DEBUG (MainThread) [custom_components.wibeee.api] Error getting http://192.168.1.121/services/user/devices.xml, will retry. ClientConnectorError: Cannot connect to host 192.168.1.121:80 ssl:default [Connect call failed ('192.168.1.121', 80)] 2024-01-27 19:13:21.342 DEBUG (MainThread) [custom_components.wibeee.api] Waiting 1.600s to retry http://192.168.1.121/services/user/devices.xml... 2024-01-27 19:13:21.342 ERROR (MainThread) [custom_components.wibeee.api] Error getting http://192.168.1.121/en/status.xml after 3 retries: ClientConnectorError: Cannot connect to host 192.168.1.121:80 ssl:default [Connect call failed ('192.168.1.121', 80)] 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Received 0 sensor values from status.xml: {} 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.343 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.344 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.344 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.344 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.344 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.344 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.344 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.344 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.344 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.344 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.344 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.344 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.344 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.344 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.344 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.344 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:21.344 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from status.xml: <entity unknown.unknown=unknown> 2024-01-27 19:13:24.410 DEBUG (MainThread) [custom_components.wibeee.api] Error getting http://192.168.1.121/services/user/devices.xml, will retry. ClientConnectorError: Cannot connect to host 192.168.1.121:80 ssl:default [Connect call failed ('192.168.1.121', 80)] 2024-01-27 19:13:24.411 DEBUG (MainThread) [custom_components.wibeee.api] Waiting 1.600s to retry http://192.168.1.121/services/user/devices.xml... 2024-01-27 19:13:24.411 DEBUG (MainThread) [custom_components.wibeee.api] Error getting http://192.168.1.121/services/user/devices.xml, will retry. ClientConnectorError: Cannot connect to host 192.168.1.121:80 ssl:default [Connect call failed ('192.168.1.121', 80)] 2024-01-27 19:13:24.411 DEBUG (MainThread) [custom_components.wibeee.api] Waiting 3.200s to retry http://192.168.1.121/services/user/devices.xml... 2024-01-27 19:13:30.554 ERROR (MainThread) [custom_components.wibeee.api] Error getting http://192.168.1.121/services/user/devices.xml after 5 retries: ClientConnectorError: Cannot connect to host 192.168.1.121:80 ssl:default [Connect call failed ('192.168.1.121', 80)] 2024-01-27 19:13:30.554 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up wibeee platform for sensor

BUT after restarting HA and reloading Wibeee integration seems the problem was solved, here the logs:

`2024-01-27 19:14:56.771 DEBUG (MainThread) [custom_components.wibeee] Unloading sensor entry for Wibeee 350AAA (unique_id=00:1e:c0:35:0a:aa)
2024-01-27 19:14:56.771 INFO (MainThread) [custom_components.wibeee] Unloaded config entry 'Wibeee 350AAA' (unique_id=00:1e:c0:35:0a:aa)
2024-01-27 19:14:56.771 INFO (MainThread) [custom_components.wibeee] Setup config entry 'Wibeee 350AAA' (unique_id=00:1e:c0:35:0a:aa)
2024-01-27 19:14:56.772 DEBUG (MainThread) [custom_components.wibeee.sensor] Setting up Wibeee Sensors for '00:1e:c0:35:0a:aa'...
2024-01-27 19:14:56.772 INFO (MainThread) [custom_components.wibeee.api] Initializing WibeeeAPI with host: 192.168.1.121, timeout 0:00:10, max_wait: 0:00:05
2024-01-27 19:15:01.476 DEBUG (MainThread) [custom_components.wibeee.nest] Ignoring unexpected push data from 001ec0350aaa received as GET /Wibeee/receiver: {'mac': '001ec0350aaa', 'ip': '192.168.001.121', 'soft': '3.4.082', 'model': 'WBB', 'time': '1706379301', 'v1': '234.688', 'v2': '234.688', 'v3': '234.688', 'vt': '234.688', 'i1': '5.127', 'i2': '0.200', 'i3': '0.000', 'it': '5.327', 'p1': '1203.280', 'p2': '46.828', 'p3': '0.000', 'pt': '1250.109', 'a1': '1178.375', 'a2': '0.965', 'a3': '0.000', 'at': '1179.340', 'r1': '243.522', 'r2': '0.000', 'r3': '0.000', 'rt': '243.522', 'q1': '50.076', 'q2': '50.076', 'q3': '50.076', 'qt': '50.076', 'f1': '-0.979', 'f2': '-0.021', 'f3': '1.000', 'ft': '-0.943', 'e1': '7375440.156', 'e2': '401572.090', 'e3': '2254739.045', 'et': '10031751.291', 'o1': '4211540.597', 'o2': '955103.585', 'o3': '650816.027', 'ot': '5817460.210'}
2024-01-27 19:15:02.427 DEBUG (MainThread) [custom_components.wibeee.nest] Ignoring unexpected push data from 001ec0350aaa received as GET /Wibeee/receiver: {'mac': '001ec0350aaa', 'ip': '192.168.001.121', 'soft': '3.4.082', 'model': 'WBB', 'time': '1706379302', 'v1': '235.375', 'v2': '235.375', 'v3': '235.375', 'vt': '235.375', 'i1': '5.087', 'i2': '0.214', 'i3': '0.000', 'it': '5.301', 'p1': '1197.308', 'p2': '50.457', 'p3': '0.000', 'pt': '1247.765', 'a1': '1172.369', 'a2': '0.000', 'a3': '0.000', 'at': '1172.369', 'r1': '243.098', 'r2': '0.000', 'r3': '0.000', 'rt': '243.098', 'q1': '50.385', 'q2': '50.385', 'q3': '50.385', 'qt': '50.385', 'f1': '-0.979', 'f2': '0.000', 'f3': '1.000', 'ft': '-0.940', 'e1': '7375440.424', 'e2': '401572.090', 'e3': '2254739.045', 'et': '10031751.559', 'o1': '4211540.653', 'o2': '955103.597', 'o3': '650816.027', 'ot': '5817460.277'}
2024-01-27 19:15:03.421 DEBUG (MainThread) [custom_components.wibeee.nest] Ignoring unexpected push data from 001ec0350aaa received as GET /Wibeee/receiver: {'mac': '001ec0350aaa', 'ip': '192.168.001.121', 'soft': '3.4.082', 'model': 'WBB', 'time': '1706379303', 'v1': '235.587', 'v2': '235.587', 'v3': '235.587', 'vt': '235.587', 'i1': '5.097', 'i2': '0.203', 'i3': '0.000', 'it': '5.300', 'p1': '1200.737', 'p2': '47.914', 'p3': '0.000', 'pt': '1248.651', 'a1': '1176.426', 'a2': '0.000', 'a3': '0.000', 'at': '1176.426', 'r1': '240.399', 'r2': '0.000', 'r3': '0.000', 'rt': '240.399', 'q1': '50.000', 'q2': '50.000', 'q3': '50.000', 'qt': '50.000', 'f1': '-0.980', 'f2': '0.000', 'f3': '1.000', 'ft': '-0.942', 'e1': '7375440.677', 'e2': '401572.090', 'e3': '2254739.045', 'et': '10031751.812', 'o1': '4211540.704', 'o2': '955103.607', 'o3': '650816.027', 'ot': '5817460.339'}
2024-01-27 19:15:03.933 DEBUG (MainThread) [custom_components.wibeee.api] RAW Response from http://192.168.1.121/services/user/devices.xml:

WIBEEE ) 2024-01-27 19:15:03.998 DEBUG (MainThread) [custom_components.wibeee.api] RAW Response from http://192.168.1.121/services/user/values.xml?var=WIBEEE.macAddr&WIBEEE.softVersion&WIBEEE.model&WIBEEE.ipAddr:

softVersion3.4.082modelWBBipAddr192.168.1.121macAddr00:1e:c0:35:0a:aa)
2024-01-27 19:15:04.192 DEBUG (MainThread) [custom_components.wibeee.api] RAW Response from http://192.168.1.121/en/status.xml:
<fase1_vrms>234.90</fase1_vrms>
<fase1_irms>5.11</fase1_irms>
<fase1_p_aparent>1200.92</fase1_p_aparent>
<fase1_p_activa>1175.82</fase1_p_activa>
<fase1_p_reactiva_ind>244.25</fase1_p_reactiva_ind>
<fase1_p_reactiva_cap>0.00</fase1_p_reactiva_cap>
<fase1_frecuencia>50.15</fase1_frecuencia>
<fase1_factor_potencia>-0.979</fase1_factor_potencia>
<fase1_energia_activa>7375440.95</fase1_energia_activa>
<fase1_energia_reactiva_ind>4211540.76</fase1_energia_reactiva_ind>
<fase1_energia_reactiva_cap>1.20</fase1_energia_reactiva_cap>
<fase2_vrms>234.90</fase2_vrms>
<fase2_irms>0.19</fase2_irms>
<fase2_p_aparent>45.12</fase2_p_aparent>
<fase2_p_activa>4.97</fase2_p_activa>
<fase2_p_reactiva_ind>0.00</fase2_p_reactiva_ind>
<fase2_p_reactiva_cap>0.00</fase2_p_reactiva_cap>
<fase2_frecuencia>50.15</fase2_frecuencia>
<fase2_factor_potencia>-0.110</fase2_factor_potencia>
<fase2_energia_activa>401572.09</fase2_energia_activa>
<fase2_energia_reactiva_ind>955103.62</fase2_energia_reactiva_ind>
<fase2_energia_reactiva_cap>19.21</fase2_energia_reactiva_cap>
<fase3_vrms>234.90</fase3_vrms>
<fase3_irms>0.00</fase3_irms>
<fase3_p_aparent>0.00</fase3_p_aparent>
<fase3_p_activa>0.00</fase3_p_activa>
<fase3_p_reactiva_ind>0.00</fase3_p_reactiva_ind>
<fase3_p_reactiva_cap>0.00</fase3_p_reactiva_cap>
<fase3_frecuencia>50.15</fase3_frecuencia>
<fase3_factor_potencia>1.000</fase3_factor_potencia>
<fase3_energia_activa>2254739.05</fase3_energia_activa>
<fase3_energia_reactiva_ind>650816.03</fase3_energia_reactiva_ind>
<fase3_energia_reactiva_cap>3.02</fase3_energia_reactiva_cap>
<fase4_vrms>234.90</fase4_vrms>
<fase4_irms>1.77</fase4_irms>
<fase4_p_aparent>1246.04</fase4_p_aparent>
<fase4_p_activa>1180.79</fase4_p_activa>
<fase4_p_reactiva_ind>244.25</fase4_p_reactiva_ind>
<fase4_p_reactiva_cap>0.00</fase4_p_reactiva_cap>
<fase4_frecuencia>50.15</fase4_frecuencia>
<fase4_factor_potencia>-0.948</fase4_factor_potencia>
<fase4_energia_activa>10031752.09</fase4_energia_activa>
<fase4_energia_reactiva_ind>5817460.41</fase4_energia_reactiva_ind>
<fase4_energia_reactiva_cap>23.44</fase4_energia_reactiva_cap>

100

)
2024-01-27 19:15:04.200 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_vrms_1)
2024-01-27 19:15:04.200 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_vrms_2)
2024-01-27 19:15:04.200 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_vrms_3)
2024-01-27 19:15:04.200 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_vrms_4)
2024-01-27 19:15:04.200 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_irms_1)
2024-01-27 19:15:04.200 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_irms_2)
2024-01-27 19:15:04.200 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_irms_3)
2024-01-27 19:15:04.200 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_irms_4)
2024-01-27 19:15:04.200 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_frequency_1)
2024-01-27 19:15:04.201 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_frequency_2)
2024-01-27 19:15:04.201 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_frequency_3)
2024-01-27 19:15:04.201 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_frequency_4)
2024-01-27 19:15:04.201 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_active_power_1)
2024-01-27 19:15:04.201 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_active_power_2)
2024-01-27 19:15:04.201 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_active_power_3)
2024-01-27 19:15:04.201 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_active_power_4)
2024-01-27 19:15:04.201 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_inductive_reactive_power_1)
2024-01-27 19:15:04.201 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_inductive_reactive_power_2)
2024-01-27 19:15:04.201 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_inductive_reactive_power_3)
2024-01-27 19:15:04.201 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_inductive_reactive_power_4)
2024-01-27 19:15:04.202 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_capacitive_reactive_power_1)
2024-01-27 19:15:04.202 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_capacitive_reactive_power_2)
2024-01-27 19:15:04.202 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_capacitive_reactive_power_3)
2024-01-27 19:15:04.202 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_capacitive_reactive_power_4)
2024-01-27 19:15:04.202 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_apparent_power_1)
2024-01-27 19:15:04.202 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_apparent_power_2)
2024-01-27 19:15:04.202 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_apparent_power_3)
2024-01-27 19:15:04.202 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_apparent_power_4)
2024-01-27 19:15:04.202 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_power_factor_1)
2024-01-27 19:15:04.202 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_power_factor_2)
2024-01-27 19:15:04.202 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_power_factor_3)
2024-01-27 19:15:04.203 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_power_factor_4)
2024-01-27 19:15:04.203 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_active_energy_1)
2024-01-27 19:15:04.203 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_active_energy_2)
2024-01-27 19:15:04.203 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_active_energy_3)
2024-01-27 19:15:04.203 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_active_energy_4)
2024-01-27 19:15:04.204 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_inductive_reactive_energy_1)
2024-01-27 19:15:04.204 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_inductive_reactive_energy_2)
2024-01-27 19:15:04.204 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_inductive_reactive_energy_3)
2024-01-27 19:15:04.204 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_inductive_reactive_energy_4)
2024-01-27 19:15:04.204 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_capacitive_reactive_energy_1)
2024-01-27 19:15:04.204 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_capacitive_reactive_energy_2)
2024-01-27 19:15:04.204 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_capacitive_reactive_energy_3)
2024-01-27 19:15:04.204 DEBUG (MainThread) [custom_components.wibeee.sensor] Adding '' (unique_id=_001ec0350aaa_capacitive_reactive_energy_4)
2024-01-27 19:15:04.205 INFO (MainThread) [custom_components.wibeee.sensor] Setup completed for '00:1e:c0:35:0a:aa' (host=192.168.1.121, scan_interval=0:30:00, timeout=0:00:10)
2024-01-27 19:15:04.221 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.wibeee_001ec0350aaa_inductive_reactive_energy_l1 (<class 'custom_components.wibeee.sensor.WibeeeSensor'>) is using native unit of measurement 'varh' which is not a valid unit for the device class ('energy') it is using; expected one of ['kWh', 'Wh', 'GJ', 'MWh', 'MJ']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/luuuis/hass_wibeee/issues
2024-01-27 19:15:04.221 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.wibeee_001ec0350aaa_inductive_reactive_energy_l2 (<class 'custom_components.wibeee.sensor.WibeeeSensor'>) is using native unit of measurement 'varh' which is not a valid unit for the device class ('energy') it is using; expected one of ['kWh', 'Wh', 'GJ', 'MWh', 'MJ']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/luuuis/hass_wibeee/issues
2024-01-27 19:15:04.222 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.wibeee_001ec0350aaa_inductive_reactive_energy_l3 (<class 'custom_components.wibeee.sensor.WibeeeSensor'>) is using native unit of measurement 'varh' which is not a valid unit for the device class ('energy') it is using; expected one of ['kWh', 'Wh', 'GJ', 'MWh', 'MJ']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/luuuis/hass_wibeee/issues
2024-01-27 19:15:04.222 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.wibeee_001ec0350aaa_inductive_reactive_energy_l4 (<class 'custom_components.wibeee.sensor.WibeeeSensor'>) is using native unit of measurement 'varh' which is not a valid unit for the device class ('energy') it is using; expected one of ['kWh', 'Wh', 'GJ', 'MWh', 'MJ']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/luuuis/hass_wibeee/issues
2024-01-27 19:15:04.223 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.wibeee_001ec0350aaa_capacitive_reactive_energy_l1 (<class 'custom_components.wibeee.sensor.WibeeeSensor'>) is using native unit of measurement 'varh' which is not a valid unit for the device class ('energy') it is using; expected one of ['kWh', 'Wh', 'GJ', 'MWh', 'MJ']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/luuuis/hass_wibeee/issues
2024-01-27 19:15:04.223 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.wibeee_001ec0350aaa_capacitive_reactive_energy_l2 (<class 'custom_components.wibeee.sensor.WibeeeSensor'>) is using native unit of measurement 'varh' which is not a valid unit for the device class ('energy') it is using; expected one of ['kWh', 'Wh', 'GJ', 'MWh', 'MJ']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/luuuis/hass_wibeee/issues
2024-01-27 19:15:04.223 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.wibeee_001ec0350aaa_capacitive_reactive_energy_l3 (<class 'custom_components.wibeee.sensor.WibeeeSensor'>) is using native unit of measurement 'varh' which is not a valid unit for the device class ('energy') it is using; expected one of ['kWh', 'Wh', 'GJ', 'MWh', 'MJ']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/luuuis/hass_wibeee/issues
2024-01-27 19:15:04.224 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.wibeee_001ec0350aaa_capacitive_reactive_energy_l4 (<class 'custom_components.wibeee.sensor.WibeeeSensor'>) is using native unit of measurement 'varh' which is not a valid unit for the device class ('energy') it is using; expected one of ['kWh', 'Wh', 'GJ', 'MWh', 'MJ']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/luuuis/hass_wibeee/issues
2024-01-27 19:15:04.422 DEBUG (MainThread) [custom_components.wibeee.nest] Updating sensors using push data from 001ec0350aaa received as GET /Wibeee/receiver: {'mac': '001ec0350aaa', 'ip': '192.168.001.121', 'soft': '3.4.082', 'model': 'WBB', 'time': '1706379304', 'v1': '234.900', 'v2': '234.900', 'v3': '234.900', 'vt': '234.900', 'i1': '5.112', 'i2': '0.192', 'i3': '0.000', 'it': '5.305', 'p1': '1200.919', 'p2': '45.117', 'p3': '0.000', 'pt': '1246.037', 'a1': '1175.818', 'a2': '4.968', 'a3': '0.000', 'at': '1180.786', 'r1': '244.252', 'r2': '0.000', 'r3': '0.000', 'rt': '244.252', 'q1': '50.152', 'q2': '50.152', 'q3': '50.152', 'qt': '50.152', 'f1': '-0.979', 'f2': '-0.110', 'f3': '1.000', 'ft': '-0.948', 'e1': '7375440.949', 'e2': '401572.091', 'e3': '2254739.045', 'et': '10031752.085', 'o1': '4211540.761', 'o2': '955103.617', 'o3': '650816.027', 'ot': '5817460.406'}
2024-01-27 19:15:04.423 DEBUG (MainThread) [custom_components.wibeee.sensor] Received 36 sensor values from Nest push: {'mac': '001ec0350aaa', 'ip': '192.168.001.121', 'soft': '3.4.082', 'model': 'WBB', 'time': '1706379304', 'v1': '234.900', 'v2': '234.900', 'v3': '234.900', 'vt': '234.900', 'i1': '5.112', 'i2': '0.192', 'i3': '0.000', 'it': '5.305', 'p1': '1200.919', 'p2': '45.117', 'p3': '0.000', 'pt': '1246.037', 'a1': '1175.818', 'a2': '4.968', 'a3': '0.000', 'at': '1180.786', 'r1': '244.252', 'r2': '0.000', 'r3': '0.000', 'rt': '244.252', 'q1': '50.152', 'q2': '50.152', 'q3': '50.152', 'qt': '50.152', 'f1': '-0.979', 'f2': '-0.110', 'f3': '1.000', 'ft': '-0.948', 'e1': '7375440.949', 'e2': '401572.091', 'e3': '2254739.045', 'et': '10031752.085', 'o1': '4211540.761', 'o2': '955103.617', 'o3': '650816.027', 'ot': '5817460.406'}
2024-01-27 19:15:04.423 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.424 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.424 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.425 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.425 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.426 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.426 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.426 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.427 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.427 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.428 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.432 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.433 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.433 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.434 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.434 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.435 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.435 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.436 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.436 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.436 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.437 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.442 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.442 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.443 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.443 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.443 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.443 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.444 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.444 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.444 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.445 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.445 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.446 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.446 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.446 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:04.450 DEBUG (MainThread) [custom_components.wibeee.nest] Forwarding push data from 001ec0350aaa using GET http://nest-ingest.wibeee.com/Wibeee/receiver?mac=001ec0350aaa&ip=192.168.001.121&soft=3.4.082&model=WBB&time=1706379304&v1=234.900&v2=234.900&v3=234.900&vt=234.900&i1=5.112&i2=0.192&i3=0.000&it=5.305&p1=1200.919&p2=45.117&p3=0.000&pt=1246.037&a1=1175.818&a2=4.968&a3=0.000&at=1180.786&r1=244.252&r2=0.000&r3=0.000&rt=244.252&q1=50.152&q2=50.152&q3=50.152&qt=50.152&f1=-0.979&f2=-0.110&f3=1.000&ft=-0.948&e1=7375440.949&e2=401572.091&e3=2254739.045&et=10031752.085&o1=4211540.761&o2=955103.617&o3=650816.027&ot=5817460.406: {'mac': '001ec0350aaa', 'ip': '192.168.001.121', 'soft': '3.4.082', 'model': 'WBB', 'time': '1706379304', 'v1': '234.900', 'v2': '234.900', 'v3': '234.900', 'vt': '234.900', 'i1': '5.112', 'i2': '0.192', 'i3': '0.000', 'it': '5.305', 'p1': '1200.919', 'p2': '45.117', 'p3': '0.000', 'pt': '1246.037', 'a1': '1175.818', 'a2': '4.968', 'a3': '0.000', 'at': '1180.786', 'r1': '244.252', 'r2': '0.000', 'r3': '0.000', 'rt': '244.252', 'q1': '50.152', 'q2': '50.152', 'q3': '50.152', 'qt': '50.152', 'f1': '-0.979', 'f2': '-0.110', 'f3': '1.000', 'ft': '-0.948', 'e1': '7375440.949', 'e2': '401572.091', 'e3': '2254739.045', 'et': '10031752.085', 'o1': '4211540.761', 'o2': '955103.617', 'o3': '650816.027', 'ot': '5817460.406'}
2024-01-27 19:15:05.412 DEBUG (MainThread) [custom_components.wibeee.nest] Updating sensors using push data from 001ec0350aaa received as GET /Wibeee/receiver: {'mac': '001ec0350aaa', 'ip': '192.168.001.121', 'soft': '3.4.082', 'model': 'WBB', 'time': '1706379305', 'v1': '235.357', 'v2': '235.357', 'v3': '235.357', 'vt': '235.357', 'i1': '5.097', 'i2': '0.200', 'i3': '0.000', 'it': '5.297', 'p1': '1199.686', 'p2': '46.953', 'p3': '0.000', 'pt': '1246.640', 'a1': '1174.917', 'a2': '0.000', 'a3': '0.000', 'at': '1174.917', 'r1': '242.493', 'r2': '0.000', 'r3': '0.000', 'rt': '242.493', 'q1': '50.076', 'q2': '50.076', 'q3': '50.076', 'qt': '50.076', 'f1': '-0.979', 'f2': '0.000', 'f3': '1.000', 'ft': '-0.942', 'e1': '7375441.474', 'e2': '401572.091', 'e3': '2254739.045', 'et': '10031752.610', 'o1': '4211540.869', 'o2': '955103.638', 'o3': '650816.027', 'ot': '5817460.535'}
2024-01-27 19:15:05.413 DEBUG (MainThread) [custom_components.wibeee.sensor] Received 36 sensor values from Nest push: {'mac': '001ec0350aaa', 'ip': '192.168.001.121', 'soft': '3.4.082', 'model': 'WBB', 'time': '1706379305', 'v1': '235.357', 'v2': '235.357', 'v3': '235.357', 'vt': '235.357', 'i1': '5.097', 'i2': '0.200', 'i3': '0.000', 'it': '5.297', 'p1': '1199.686', 'p2': '46.953', 'p3': '0.000', 'pt': '1246.640', 'a1': '1174.917', 'a2': '0.000', 'a3': '0.000', 'at': '1174.917', 'r1': '242.493', 'r2': '0.000', 'r3': '0.000', 'rt': '242.493', 'q1': '50.076', 'q2': '50.076', 'q3': '50.076', 'qt': '50.076', 'f1': '-0.979', 'f2': '0.000', 'f3': '1.000', 'ft': '-0.942', 'e1': '7375441.474', 'e2': '401572.091', 'e3': '2254739.045', 'et': '10031752.610', 'o1': '4211540.869', 'o2': '955103.638', 'o3': '650816.027', 'ot': '5817460.535'}
2024-01-27 19:15:05.413 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.414 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.414 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.415 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.415 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.415 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.416 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.416 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.416 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.417 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.417 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.422 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.422 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.423 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.423 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.424 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.424 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.424 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.424 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.425 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.425 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.426 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.426 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.426 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.426 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.427 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.430 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.431 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.431 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.431 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.431 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.432 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.432 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.433 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.433 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.433 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:05.433 DEBUG (MainThread) [custom_components.wibeee.nest] Forwarding push data from 001ec0350aaa using GET http://nest-ingest.wibeee.com/Wibeee/receiver?mac=001ec0350aaa&ip=192.168.001.121&soft=3.4.082&model=WBB&time=1706379305&v1=235.357&v2=235.357&v3=235.357&vt=235.357&i1=5.097&i2=0.200&i3=0.000&it=5.297&p1=1199.686&p2=46.953&p3=0.000&pt=1246.640&a1=1174.917&a2=0.000&a3=0.000&at=1174.917&r1=242.493&r2=0.000&r3=0.000&rt=242.493&q1=50.076&q2=50.076&q3=50.076&qt=50.076&f1=-0.979&f2=0.000&f3=1.000&ft=-0.942&e1=7375441.474&e2=401572.091&e3=2254739.045&et=10031752.610&o1=4211540.869&o2=955103.638&o3=650816.027&ot=5817460.535: {'mac': '001ec0350aaa', 'ip': '192.168.001.121', 'soft': '3.4.082', 'model': 'WBB', 'time': '1706379305', 'v1': '235.357', 'v2': '235.357', 'v3': '235.357', 'vt': '235.357', 'i1': '5.097', 'i2': '0.200', 'i3': '0.000', 'it': '5.297', 'p1': '1199.686', 'p2': '46.953', 'p3': '0.000', 'pt': '1246.640', 'a1': '1174.917', 'a2': '0.000', 'a3': '0.000', 'at': '1174.917', 'r1': '242.493', 'r2': '0.000', 'r3': '0.000', 'rt': '242.493', 'q1': '50.076', 'q2': '50.076', 'q3': '50.076', 'qt': '50.076', 'f1': '-0.979', 'f2': '0.000', 'f3': '1.000', 'ft': '-0.942', 'e1': '7375441.474', 'e2': '401572.091', 'e3': '2254739.045', 'et': '10031752.610', 'o1': '4211540.869', 'o2': '955103.638', 'o3': '650816.027', 'ot': '5817460.535'}
2024-01-27 19:15:06.416 DEBUG (MainThread) [custom_components.wibeee.nest] Updating sensors using push data from 001ec0350aaa received as GET /Wibeee/receiver: {'mac': '001ec0350aaa', 'ip': '192.168.001.121', 'soft': '3.4.082', 'model': 'WBB', 'time': '1706379306', 'v1': '234.738', 'v2': '234.738', 'v3': '234.738', 'vt': '234.738', 'i1': '5.101', 'i2': '0.199', 'i3': '0.000', 'it': '5.301', 'p1': '1197.437', 'p2': '46.817', 'p3': '0.000', 'pt': '1244.254', 'a1': '1172.510', 'a2': '4.203', 'a3': '0.000', 'at': '1176.714', 'r1': '243.055', 'r2': '0.000', 'r3': '0.000', 'rt': '243.055', 'q1': '50.309', 'q2': '50.309', 'q3': '50.309', 'qt': '50.309', 'f1': '-0.979', 'f2': '-0.090', 'f3': '1.000', 'ft': '-0.946', 'e1': '7375441.742', 'e2': '401572.092', 'e3': '2254739.045', 'et': '10031752.879', 'o1': '4211540.925', 'o2': '955103.649', 'o3': '650816.027', 'ot': '5817460.601'}
2024-01-27 19:15:06.416 DEBUG (MainThread) [custom_components.wibeee.sensor] Received 36 sensor values from Nest push: {'mac': '001ec0350aaa', 'ip': '192.168.001.121', 'soft': '3.4.082', 'model': 'WBB', 'time': '1706379306', 'v1': '234.738', 'v2': '234.738', 'v3': '234.738', 'vt': '234.738', 'i1': '5.101', 'i2': '0.199', 'i3': '0.000', 'it': '5.301', 'p1': '1197.437', 'p2': '46.817', 'p3': '0.000', 'pt': '1244.254', 'a1': '1172.510', 'a2': '4.203', 'a3': '0.000', 'at': '1176.714', 'r1': '243.055', 'r2': '0.000', 'r3': '0.000', 'rt': '243.055', 'q1': '50.309', 'q2': '50.309', 'q3': '50.309', 'qt': '50.309', 'f1': '-0.979', 'f2': '-0.090', 'f3': '1.000', 'ft': '-0.946', 'e1': '7375441.742', 'e2': '401572.092', 'e3': '2254739.045', 'et': '10031752.879', 'o1': '4211540.925', 'o2': '955103.649', 'o3': '650816.027', 'ot': '5817460.601'}
2024-01-27 19:15:06.417 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.417 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.417 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.417 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.417 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.417 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.417 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.418 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.418 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.418 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.419 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.419 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.419 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.419 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.419 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.420 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.420 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.420 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.420 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.420 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.420 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.420 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.420 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.421 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.421 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.421 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.421 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.421 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.424 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.424 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.425 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.425 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.425 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.425 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.425 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.426 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push:
2024-01-27 19:15:06.426 DEBUG (MainThread) [custom_components.wibeee.nest] Forwarding push data from 001ec0350aaa using GET http://nest-ingest.wibeee.com/Wibeee/receiver?mac=001ec0350aaa&ip=192.168.001.121&soft=3.4.082&model=WBB&time=1706379306&v1=234.738&v2=234.738&v3=234.738&vt=234.738&i1=5.101&i2=0.199&i3=0.000&it=5.301&p1=1197.437&p2=46.817&p3=0.000&pt=1244.254&a1=1172.510&a2=4.203&a3=0.000&at=1176.714&r1=243.055&r2=0.000&r3=0.000&rt=243.055&q1=50.309&q2=50.309&q3=50.309&qt=50.309&f1=-0.979&f2=-0.090&f3=1.000&ft=-0.946&e1=7375441.742&e2=401572.092&e3=2254739.045&et=10031752.879&o1=4211540.925&o2=955103.649&o3=650816.027&ot=5817460.601: {'mac': '001ec0350aaa', 'ip': '192.168.001.121', 'soft': '3.4.082', 'model': 'WBB', 'time': '1706379306', 'v1': '234.738', 'v2': '234.738', 'v3': '234.738', 'vt': '234.738', 'i1': '5.101', 'i2': '0.199', 'i3': '0.000', 'it': '5.301', 'p1': '1197.437', 'p2': '46.817', 'p3': '0.000', 'pt': '1244.254', 'a1': '1172.510', 'a2': '4.203', 'a3': '0.000', 'at': '1176.714', 'r1': '243.055', 'r2': '0.000', 'r3': '0.000', 'rt': '243.055', 'q1': '50.309', 'q2': '50.309', 'q3': '50.309', 'qt': '50.309', 'f1': '-0.979', 'f2': '-0.090', 'f3': '1.000', 'ft': '-0.946', 'e1': '7375441.742', 'e2': '401572.092', 'e3': '2254739.045', 'et': '10031752.879', 'o1': '4211540.925', 'o2': '955103.649', 'o3': '650816.027', 'ot': '5817460.601'}
2024-01-27 19:15:07.400 DEBUG (MainThread) [custom_components.wibeee.nest] Updating sensors using push data from 001ec0350aaa received as GET /Wibeee/receiver: {'mac': '001ec0350aaa', 'ip': '192.168.001.121', 'soft': '3.4.082', 'model': 'WBB', 'time': '1706379307', 'v1': '234.847', 'v2': '234.847', 'v3': '234.847', 'vt': '234.847', 'i1': '5.121', 'i2': '0.203', 'i3': '0.000', 'it': '5.325', 'p1': '1202.729', 'p2': '47.791', 'p3': '0.000', 'pt': '1250.519', 'a1': '1177.656', 'a2': '2.703', 'a3': '0.000', 'at': '1180.359', 'r1': '244.301', 'r2': '0.000', 'r3': '0.000', 'rt': '244.301', 'q1': '50.359', 'q2': '50.359', 'q3': '50.359', 'qt': '50.359', 'f1': '-0.979', 'f2': '-0.057', 'f3': '1.000', 'ft': '-0.944', 'e1': '7375442.015', 'e2': '401572.092', 'e3': '2254739.045', 'et': '10031753.153', 'o1': '4211540.982', 'o2': '955103.660', 'o3': '650816.027', 'ot': '5817460.669'}
2024-01-27 19:15:07.401 DEBUG (MainThread) [custom_components.wibeee.sensor] Received 36 sensor values from Nest push: {'mac': '001ec0350aaa', 'ip': '192.168.001.121', 'soft': '3.4.082', 'model': 'WBB', 'time': '1706379307', 'v1': '234.847', 'v2': '234.847', 'v3': '234.847', 'vt': '234.847', 'i1': '5.121', 'i2': '0.203', 'i3': '0.000', 'it': '5.325', 'p1': '1202.729', 'p2': '47.791', 'p3': '0.000', 'pt': '1250.519', 'a1': '1177.656', 'a2': '2.703', 'a3': '0.000', 'at': '1180.359', 'r1': '244.301', 'r2': '0.000', 'r3': '0.000', 'rt': '244.301', 'q1': '50.359', 'q2': '50.359', 'q3': '50.359', 'qt': '50.359', 'f1': '-0.979', 'f2': '-0.057', 'f3': '1.000', 'ft': '-0.944', 'e1': '7375442.015', 'e2': '401572.092', 'e3': '2254739.045', 'et': '10031753.153', 'o1': '4211540.982', 'o2': '955103.660', 'o3': '650816.027', 'ot': '5817460.669'}
2024-01-27 19:15:07.402 DEBUG (MainThread) [custom_components.wibeee.sensor] Updating from Nest push: `

So v3.4.3 solved the issue. Thanks!

@luuuis luuuis closed this as completed Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants