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

Feature request: firmware-local message repeats #89

Open
bobrippling opened this issue Apr 18, 2024 · 0 comments
Open

Feature request: firmware-local message repeats #89

bobrippling opened this issue Apr 18, 2024 · 0 comments

Comments

@bobrippling
Copy link

I've been interested for some time in being able to control my boiler using ebusd. This is possible using messages such as the SetModeOverride.

Problem

With these messages, the boiler expects an update every 10 minutes (source) on SetMode, otherwise it resets to default.

My concern is that my boiler must have its heating set to constant/on, and then rely on these messages every 10 minutes to turn it off when I don't want to use it. If there was an issue with ebusd or the host on which ebusd runs, the boiler would run away with the heating on.

Feature

What are your thoughts on a feature where the firmware can repeat a message by itself, without an active ebusd connection? This could then be configured once by ebusd, so if ebusd terminated or the host otherwise crashed, the ebus adapter would be able to maintain the boiler by repeating this message every 10 minutes.


SetMode summary

(mostly notes for myself / anyone interested)

SetModeOverride

Using this as a summary of all the discussions I've found to be useful:

And possibly for circulation pumps too (john30/ebusd-configuration#135).

which, to summarise here for anyone else wanting to do the same, we can use to make these messages writable (assuming your boiler accepts them):

While these don't seem to be writable:

  • HwcTempDesired
  • FlowTempDesired

There are other messages we're not sure about, which we may be able to configure too:

HomeAssistant / MQTT setup
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

No branches or pull requests

1 participant