-
Notifications
You must be signed in to change notification settings - Fork 29
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
Feature Request - Valve Positioning control #79
Comments
Something like that
|
I will have a look into that soon. Also got some Sonoff TRVs now which support this. |
Please get in contact if you need testing support (in german possible as well)😊 |
Is there any ETA or preview? |
Do you have any sources? This for example won't work. The max operator filters the maximum value of an array but with the min operator the minimum of that array is selected and the whole expression results in an error.
Also my thermostats provide an entity for closed valve position and one for open valve position. So I think both have to be set in order to make the thermostat only fully close if it's set to off or the temperature is above the target temperature. But when it hits the target the valve should be open for a little bit in order to hold the current temperature. //EDIT: I have a first idea. |
I just created with chatgpt 😂 |
Ok, just wonder. This code doesn't work since 2022 anymore for home assistant. But check out the latest version and explore the new section. |
I would like to suggest to implement a valve positioning control:
You could implement a check if the trv offers one or two entities to control it. If it offers a second entity, the logic is reversed. Another step would be to setup the adjustment steps, for example to setup the % steps (5%, 10%, 20%, and so forth).
Description:
Valve opening degree
Valve open position (percentage) control. If the opening degree is set to 100%, the valve is fully open when it is opened. If the opening degree is set to 0%, the valve is fully closed when it is opened, and the default value is 100%. Note: only version v1.1.4 or higher is supported.
Valve closing degree
Valve closed position (percentage) control. If the closing degree is set to 100%, the valve is fully closed when it is closed. If the closing degree is set to 0%, the valve is fully opened when it is closed, and the default value is 100%. Note: Only version v1.1.4 or higher is supported.
The text was updated successfully, but these errors were encountered: