-
Notifications
You must be signed in to change notification settings - Fork 23
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
Exception is thrown and fails to connect to Mr. Steam gecko controller. #99
Comments
I am facing the same issue since I upgraded home assistant to the latest version. Seems to be a general issue with the newer HA versions 😕 @gazoodle can you confirm this ? |
Issue seems to be resolved after update to 2024.3.3 |
I have been having this issue and cannot see why. Here's a simple way to auto-restart the service, after it gets into a failure loop. alias: Restart Integration on Error
description: Automatically restarts an integration when a specific error occurs.
trigger:
- platform: event
event_type: system_log_event
event_data:
logger: "geckolib.async_spa"
level: "ERROR"
message: Cannot set value, protocol retry count exceeded
action:
- service: button.press
target:
entity_id: button.spaname_reconnect
data: {} Just replace the entity_id with yours. |
Still not working with the latest Home Assistant 2024.4.4:
|
#99 (comment) |
Still not working with HA 2024.7.2. Hangs forever after selecting "My Steamer" in the setup dialog, then getting slightly different WARNINGS in the HA log:
|
Version of the custom_component
Geck integration: Version 0.1.9
Home assistant: Version 2024.2.5
Describe the bug
Debug log
The text was updated successfully, but these errors were encountered: