SAT not controlling ESPHome OpenTherm #146
Unanswered
discipleofnagash
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I'm trying to install SAT to control my boiler via ESPHome but it's not working, summary of details (taken from Gemini which is integrated in my system):
Environment:
openthermcomponent)Description:
I am trying to set up SAT with an ESPHome OpenTherm Gateway. I have standardized my ESPHome YAML ids to match the expected OpenTherm keys (
t_setandch_enable), and verified these appear correctly in Home Assistant after a clean device install.However, the SAT config flow skips the "Controls/Entity Mapping" step entirely and results in a "headless" integration with no
climateentity created.Steps Taken:
number->id: t_set(Boiler Control Setpoint)switch->id: ch_enable(Central Heating Enabled)number.opentherm_gateway_t_set).Expected Behavior:
The wizard should either auto-discover the
t_set/ch_enableentities successfully and create the climate entity, OR prompt for manual mapping if auto-discovery fails. Currently, it does neither.Beta Was this translation helpful? Give feedback.
All reactions