-
Notifications
You must be signed in to change notification settings - Fork 37
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
Home Assistant Log error for Heat Index Template sensor #114
Comments
Yeah I have been seeing this for a while and have been ignoring it. Feel free to make a PR or suggest code to change it |
I was finding it difficult to see the wood for the trees in the error log so I went looking for solutions and have managed to cull them back a bit! My crude way is to set a dummy numeric value of 0. This seems to work to get rid of the error but leaves the heat index as =0 when it would have been 'n/a'. Also, doing this I don't think it would ever hit the 'Normal' tag... but then whats the difference between Normal and n/a!
|
Hi David
I've been running through H.A and trying to resolve some log errors and come up on this one related to the Heat Index templates (when it reports 'n/a').
And also this one which is a related error:
The setting of the heatindex to n/a seems incompatible with the '>=' comparitors. Maybe either setting a numeric default or skipping over the function with a "If has_value" might stop these errors?
The text was updated successfully, but these errors were encountered: