Skip to content
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

Gerherha add errors, problems and solutions #18

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gerherha
Copy link
Contributor

Added complete list of errors, problems and solutions from Hargassner service handbook.
Added sensors for problems and solutions

@@ -30,6 +31,8 @@ async def async_setup_platform(hass, config, async_add_entities, discovery_info=
for p in bridge.data().values():
if p.key()=="Störung":
entities.append(HargassnerErrorSensor(bridge, name))
entities.append(HargassnerProblemSensor(bridge, name))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will not work, I think: if the "Störung" flag is set, the corresponding error id is passed as "Störungs Nr". However, there are no corresponding messages for problems or solutions (at least I'm not aware of it), so these categories cannot be handled properly. The new sensors you add process the same "Störungs Nr" as the ErrorSensor, so they will give you incorrect problems and solutions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants