Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Expand One Time Charge #107

Closed
PaulProjects opened this issue Sep 23, 2022 · 2 comments
Closed

Expand One Time Charge #107

PaulProjects opened this issue Sep 23, 2022 · 2 comments

Comments

@PaulProjects
Copy link

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

@lukx
Copy link
Contributor

lukx commented Sep 25, 2022

Duplicate of #96
I am working on this again, kinda dropped the progress during summer as I preferred to investigate more on the sgReady Activation.

@PaulProjects
Copy link
Author

thank you 👍🏻

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

No branches or pull requests

2 participants