Home Assistant and Opentherm: Difference between revisions
From DWIKI
Created page with "=Links= ==HOWTO== Change setpoint is under: Call Service ->climate.set_temperature, then select target entity: climate.<your_entity>" |
Tag: wikieditor |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=Links= | =Links= | ||
*[https://www.home-assistant.io/integrations/opentherm_gw Home Assistant - OpenTherm Gateway] | |||
=Considerations= | |||
==Tuning for outside temperatures== | |||
Might be worth looking at climate.set_max_modulation | |||
==HOWTO== | ==HOWTO== | ||
Change setpoint is under: Call Service ->climate.set_temperature, then select target entity: climate.<your_entity> | Change setpoint is under: Call Service ->climate.set_temperature, then select target entity: climate.<your_entity> | ||
=FAQ= | |||
==Getting your gateway_id== | |||
cat .storage/core.config_entries | jq '.data.entries[] | select(.domain == "opentherm_gw") | .data.id' | |||
[[Category:Home Asssistant]] | |||
Latest revision as of 15:25, 8 January 2026
Links
Considerations
Tuning for outside temperatures
Might be worth looking at climate.set_max_modulation
HOWTO
Change setpoint is under: Call Service ->climate.set_temperature, then select target entity: climate.<your_entity>
FAQ
Getting your gateway_id
cat .storage/core.config_entries | jq '.data.entries[] | select(.domain == "opentherm_gw") | .data.id'
