-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Use sensor values for comfort temperature #281
Comments
I was wondering the same. It would avoid having to enter the same data in 2 different places. |
Do you mean to extract the values from the attributes of a climate entity? As this seems easy from the outside it adds more complexity to it than adjusting two sliders in the option menu. Not all climate entities nor sensors are created with the same attribute names, so to make it work for everyone the code needs to be clever enough to extract the two temperatures from the assigned entity. An option where two separate entities like sensor, or input numbers are used can be considered. |
I see what you mean, the climate attributes aren't easily extracted. I think just having the option for a entity would good enough, then if users want to try it, they can make a trigger template or something similar to extract the target min/max from climat for themselves, depending on device. Or just having a global input number, to use for multiple shades. |
if we could allow for a templated value, then it would be up to us to figure out how to extract the value correctly. |
Checklist
Is your feature request related to a problem? Please describe.
I would love to be able to set the min and max comfort temperatures to a sensor value, that way I could pull the min and max temp from my thermostat.
Describe the solution you'd like
Have the ability to use a sensor value instead of static temp levels.
Describe alternatives you've considered
Nothing
Additional context
Nothing
The text was updated successfully, but these errors were encountered: