-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
The integration is not tolerant of temporary issues with the packet source. #181
Comments
User reports:
I note Reload is only available with the config_flow version of the integration, version 0.41.x and later. In summary: if there is an error in the transport layer of the integration, the integration will freeze, and the only solution is to restart HA, or Reload the integration (if that option exists). |
This is an automation to reload the integration if a problem is detected (thanks @brucemiranda).
alias: Reload Ramses CC
description: Reload Ramses CC when HGI80 shows a Problem
trigger:
- platform: state
entity_id:
- binary_sensor.18_002563_status
to: "on"
condition: []
action:
- service: homeassistant.reload_config_entry
data:
entry_id: 14f6287491ba233d7310fd7a82b32fec
mode: single |
You can find the entity_id for ramses_cc by looking in the file config/.storage/core.config_entries and looking with the domain:
ramses_cc: section. |
This is helpful, I also started to see this a few months back (was faultless before that). |
I don't have an entry in config/.storage/core.config_entries, any ideas @zxdavb or @brucemiranda? |
Uploaded to the latest beta version and run the config flow, which provided me with the core config and allowed me to restart. Thanks, both. |
The advice only applies for the config flow release of RAMSES RF. |
related to #182 |
If ramses_cc detects an issue with the HGI80, it currently sets a Problem status, i.e.
binary_sensor.18_199952_status
What might be even better is if it resets the serial interface and tries again when it detects an issue.
The text was updated successfully, but these errors were encountered: