Closed ms5 closed 3 days ago
Hello @ms5,
Thank you for this, I will have a look until this week-end. I'm not at home this end of week.
I have updated the README by creating a new Expert Mode section (as discussed), moved the existing expert mode settings there and added the new max_on_percent setting. Please have a look and tell me if you would like to have some changes.
Have a nice Sunday 🌞
Merged ! Will be in the next release.
Awesome! Thank You!
https://github.com/jmcollin78/versatile_thermostat/releases/tag/6.8.0.beta3
You can isntall this preview release if you want. Give me some feedback if all is alright for you.
I just had a look, but it seems the changes are not merged into the 6.8.0.beta3 tag.
You are right. I will fix that. I forgot the rebase the branch.
perfect! now it works. seems good so far.
Implemented the
max_on_percent
expert level config to clamp the max ON time to a certain percentage of the cycle length. As discussed here https://github.com/jmcollin78/versatile_thermostat/discussions/602.max_on_percent
can be set in theconfiguration.yaml
like this:I have also added tests, to check if the calculation is done correctly.
To avoid confusions, I also exposed the following attributes to HA:
Together with the already existing
on_percent
(which no can be clamped), all the informations are available to properly debug something if needed.