Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wish of improvements #11

Open
Rotif opened this issue Aug 18, 2024 · 2 comments
Open

Wish of improvements #11

Rotif opened this issue Aug 18, 2024 · 2 comments

Comments

@Rotif
Copy link

Rotif commented Aug 18, 2024

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
Copy link

zelial commented Sep 1, 2024

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
Copy link
Author

Rotif commented Sep 1, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants