Merged
Conversation
- Replace hand-rolled WebSocket/SignalR client with pysignalr>=1.3.0 - Rewrite custom_components to use new SignalRHub / SignalRManager from pyhilo - Rename all 'websocket' identifiers to 'signalr/SignalR' throughout (attrs, methods, constants, type annotations) - Reconnect loop: exponential backoff (5s-300s), clean CancelledError handling, backoff reset on clean disconnect - Catch pysignalr ServerError and connection errors at WARNING, no stack trace - Fix dropped updated_devices assignment in _handle_device_events - Guard signalr_event_from_payload against missing 'type' key
35d7180 to
989d524
Compare
|
Since HA core 2026.4.0, the websocket bug was really preventing the HILO integration to start (due to the python exception). What a nice surprise to see that this issue was already fixed. I confirm that I don't see the exception error and that the HILO integration now starts in HA core 2026.4.0 Thank you @ic-dev21 and sebjacob for reporting. This is really much appreciated. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Convert home made websocket to pysignalr
Depends on : dvd-dev/python-hilo#400