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

Improvement: Reset alarm and clear alarm history list #1695

Open
mattfro opened this issue Apr 12, 2024 · 5 comments
Open

Improvement: Reset alarm and clear alarm history list #1695

mattfro opened this issue Apr 12, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@mattfro
Copy link

mattfro commented Apr 12, 2024

This works on bosch 3800i at least...could work on other systems also.
What I noticed sometimes it's not possible to write 255, I wonder if it's somehow related if the alarm is really active or not.
Because in those cases, I can not even reset it on the pump, it does not go away.

controller(0x09) -W-> boiler(0x08), ?(0x05), data: FF (offset 8)
But it seems to work, had alarm on the UI code 3071 and run this custom entity with value 255:
image
and the alarm went away

controller(0x09) -W-> boiler(0x08), ?(0x05), data: 01 (offset 42)
And this clears the alarm history list from the UI/pump:
image
with value 1

@mattfro
Copy link
Author

mattfro commented Apr 12, 2024

and if there is no active alarm... it also complains. Which I think is pretty obvious. :)
000+00:34:09.131 W 2455: [command] Command failed: invalid command 'alarm_reset'
000+00:34:09.131 E 2456: [emsesp] Write command failed invalid command (Not Found)

@MichaelDvP
Copy link
Contributor

Thanks, the first command is same as boiler/reset maintenance, I'll add history option to the boiler/reset command.
@proddy Should we change the text from maintenance to message or add a message options with same ems-command as maintenance?

@proddy
Copy link
Contributor

proddy commented Apr 12, 2024

Thanks, the first command is same as boiler/reset maintenance, I'll add history option to the boiler/reset command. @proddy Should we change the text from maintenance to message or add a message options with same ems-command as maintenance?

yes, let's rename!

@MichaelDvP
Copy link
Contributor

yes, let's rename!

Hmm, i see that maintenance reset also verifies the reset by reading the maintenance message, that is not nessesery for message reset, so maybe better two options?

@proddy
Copy link
Contributor

proddy commented Apr 12, 2024

yes, let's rename!

Hmm, i see that maintenance reset also verifies the reset by reading the maintenance message, that is not nessesery for message reset, so maybe better two options?

yes we have to then.

@proddy proddy added the enhancement New feature or request label May 6, 2024
@proddy proddy changed the title Improvment: Reset alarm and clear alarm history list Improvement: Reset alarm and clear alarm history list May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants