You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
At the moment the integration ViCare features one button that "just" quietly turns on the "one time charge" feature of the viessmann device. There is currently no way to turn that feature off by using the integration or see if its already active.
PyViCare is a able to recive the current status of the "one time charge" feature and disable it like the viessmann app is able to do.
Thoughts about what could be a good implementation:
Current state of "one time charge": binary_sensor.vicare_one_time_charge_active
Deactivate "one time charge": button.deactivate_one_time_charge (or button.vicare_deactivate_one_time_charge)
an even better maybe a bit more complex solution would be a switch that displays the current state and can alter the current state of "one time charge" : switch.vicare_one_time_charge
The text was updated successfully, but these errors were encountered:
At the moment the integration ViCare features one button that "just" quietly turns on the "one time charge" feature of the viessmann device. There is currently no way to turn that feature off by using the integration or see if its already active.
PyViCare is a able to recive the current status of the "one time charge" feature and disable it like the viessmann app is able to do.
Relevant:
openviess/PyViCare#110 (comment)
Thoughts about what could be a good implementation:
Current state of "one time charge": binary_sensor.vicare_one_time_charge_active
Deactivate "one time charge": button.deactivate_one_time_charge (or button.vicare_deactivate_one_time_charge)
an even better maybe a bit more complex solution would be a switch that displays the current state and can alter the current state of "one time charge" : switch.vicare_one_time_charge
The text was updated successfully, but these errors were encountered: