-
Notifications
You must be signed in to change notification settings - Fork 7
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
Comments
What firmware version and what device @diegodepablos? |
|
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 For example, configure your Wibeee to send traffic to mitmproxy and then save/log the requests.
|
@diegodepablos v3.4.3 should enable local push for your device. |
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:
Additional info could be useful, I've got 3 ammeter clamps, 1 for general circuit and the other two for specific circuits. |
@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. |
Initial messages:
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) softVersion3.4.082modelWBBipAddr192.168.1.121macAddr00:1e:c0:35:0a:aa) So v3.4.3 solved the issue. Thanks! |
When setting the wibeee integration to local
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.
The text was updated successfully, but these errors were encountered: