#Integrating a Pool Heater via MQTT

4 messages · Page 1 of 1 (latest)

red shale
#

I'm working to wrap up a custom pool automation system. I've got most of the functions working, but I'm having some difficulty modeling the heater. The water_heater integration seemed to be the right way to go, but it doesn't appear to give me an on/off option, only multiple modes, which isn't great from a UI perspective.

Ideally, I'd like the mode to be visible, but read-only from the UI (it's controlled by a separate system-level "pool/spa mode", which handles switching valves, etc.). I would like the ability to turn the heater on/off from the UI, though.

Would it make more sense to model the mode via sensors and use a different entity type for toggling the power?

left sorrel
#

It sounds to be like power could be a switch (which also tells you the state at the same time)

red shale
#

I don't appear to have access to that channel.