Skip to content

Gerherha add errors, problems and solutions#18

Open
gerherha wants to merge 2 commits intoTheRealKillaruna:mainfrom
gerherha:gerherha-list_of_errors
Open

Gerherha add errors, problems and solutions#18
gerherha wants to merge 2 commits intoTheRealKillaruna:mainfrom
gerherha:gerherha-list_of_errors

Conversation

@gerherha
Copy link
Copy Markdown
Contributor

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

for p in bridge.data().values():
if p.key()=="Störung":
entities.append(HargassnerErrorSensor(bridge, name))
entities.append(HargassnerProblemSensor(bridge, name))
Copy link
Copy Markdown
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