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

Zenit переходит в режим обогрева при смене температуры #4

Open
malexmnt opened this issue Jun 17, 2024 · 0 comments

Comments

@malexmnt
Copy link

malexmnt commented Jun 17, 2024

Имеем Zenit - включен режим кондиционирования, при смене температуры установка переходит в режим обогрева :)
Посмотрел в код climate.py в async_set_temperature


if not device.is_on:
    await device.turn_on()
if not device.is_heater_on:
    await device.turn_on_heater()
await device.set_target_temperature(kwargs[ATTR_TEMPERATURE])

А тут она принудительно в режим обогрева переводится.

@malexmnt malexmnt changed the title Zenit переходит в режим обогрева при смнене температуры Zenit переходит в режим обогрева при смене температуры Jun 17, 2024
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

1 participant