-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Legacy Nexa Bridge Connectivity Issues #32
Comments
This comment was marked as outdated.
This comment was marked as outdated.
It just dawned on me that this is probably a timeout. It says "25 seconds" in your log, which is the same as the timeout value set in this integration. Can you try editing this line inside your HA installation to something like
It would also be nice to see the timing in the |
I modified the timeout to 60 and got the same error, increased it to 300 and still got the same error. 24-01-15 15:58:48.808 DEBUG (MainThread) [custom_components.nexa_bridge_x.nexa] GET http://192.168.0.18/v1/nodes/1048: 200 |
That's a shame. In #15 I ran to into something similar for another user, which is why I already increased this timeout value once. Sadly, I don't own a legacy bridge, so I don't really know where to go from here. Do you know how to work with tools like Postman to perform API requests ? |
Never used Postman but i've installed it and managed to make a couple of api calls to my Nexa. |
What you could try is to do a GET request to
If you've already got something then just stick with that. The most interesting part here would be how long it takes for the requests of all of this. Maybe there is a buggy device here or something. |
Did you get a chance to check this out ? |
No not yet, I started with the integration of my solarpanels and heating system instead. I might give the old Nexa one more try later on, I'll let you know! Thanks! |
GET via postman: http://192.168.1.2/v1/nodes/1082 |
@sonite API calls requires Digest Authentication with the username |
I have some issues adding my legacy bridge+.
I can add the device and the name of the device shows up but no entites. And the integration fails.
From the debug logging:
2024-01-09 11:02:56.043 DEBUG (MainThread) [custom_components.nexa_bridge_x.nexa] GET http://192.168.0.18/v1/nodes/1013: 200
2024-01-09 11:02:56.146 DEBUG (MainThread) [custom_components.nexa_bridge_x.nexa] GET http://192.168.0.18/v1/nodes/1017: 200
2024-01-09 11:03:18.652 DEBUG (MainThread) [custom_components.nexa_bridge_x.nexa] Finished fetching Nexa Bridge X Coordinator data in 25.010 seconds (success: False)
Would be great to get some assistance :)
/Christoffer
The text was updated successfully, but these errors were encountered: