Skip to content
Discussion options

You must be logged in to vote

Hi @tlinnet, welcome to SEM! 👋

Your instinct is right — SEM's Boiler control entity must be something SEM can turn_on / turn_off (a switch., water_heater., or climate. entity), and the ViCare integration only gives you two buttons plus a read‑only One‑time charge sensor. So you do need a bridge entity. The good news is you can make one that is bidirectional in a single helper, which solves your "what if I toggle it in the ViCare app?" question.

Use a Template switch (not an input_boolean helper)

Instead of an input_boolean + separate automations, use a template switch. It presses the ViCare buttons on turn_on/turn_off, and it derives its own state from the "One‑time charge" sensor — so it…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tlinnet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants