slesinger / HomeAssistant-BMR

Control BMR heating regulation system from Home Assistant
Apache License 2.0
4 stars 4 forks source link

Wish of improvements #11

Open Rotif opened 4 weeks ago

Rotif commented 4 weeks ago

Hi, thanks for the great integration. I am not a programmer and it took me some time to understand how it works. I have a request: when changing the temperature with the +/- buttons, a temporary time program is assigned to the heating circuit. But it stays assigned until the left Auto button is "pressed". I understand that keeping track of the circuit's original program to return to it when the temperature in it changes, like when changing temperature from the app or on the thermostat would be complicated. Is there an option to "press" the Auto button from automation? For example, perhaps after an hour or when the desired temperature is reached, to return to the original program? If so, can you tell me the entity that changes when the temperature is changed or switch Heating so I can use it for the trigger and the name of the "Auto" switch? Thank you

zelial commented 2 weeks ago

To "press" the auto from an automation, you wan to call the service climate.set_hvac_mode. E.g.

service: climate.set_hvac_mode
data:
  hvac_mode: auto
target:
  entity_id: climate.bmr_hc64_obyvak
Rotif commented 2 weeks ago

Myslím, že integrace je záležitostí ČR případně Sk, tak to napíšu česky. Dík za nasměrování, určitě vyzkouším. Ještě dotaz: používáš také chlazení? Mám tu bug, když zapne chlazení, na krátký okamžik se u příslušných okruhů objeví "Chladí" ale asi po dvou minutách se u okruhů, které mají chladit objeví topí a u zbytku, které nemají chladit tak chladí. Systém se chová korektně podle řídící jednotky. Jestli nepoužíváš pokusím se otevřít nové issue :-) Jěště k žaluziím, jestli s tím dokážeš něco udělat, mám tu kompletní seznam registrů. Libor