-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Ability to show Discrepancies / Unknown / Unaccounted entities #2
Comments
I have actually been thinking about this since the beginning but it is not a priority. |
added in v0.6.0 |
I don't seem to be able to get this working correctly:
|
Remaining is an object with name and optional color. See the energy example in the readme |
Now that I think about it, this should actually be an error or working |
this doesn't look planned at all :) |
@tomlut try v0.6.1 . it should work with the config you posted |
Still the same. The calculated difference is way off: I did clear my browser cache. I also tried with the previously specified config:
Same result. There are a number of entities that are 0kWh and not shown in the final section. Could that be throwing off the calculation? |
Found the problem. It was the conversion from kWh to Wh. Fixed in v0.6.2 |
Yep all good now. Thanks. |
When there are two sets of values in two columns sourced from separate sensors, it is inevitable that there will be discrepancies.
For example, if I have my own calculations of the estimated total energy use and also have the smart meter reading from my electric company, the two values will likely not add up. It will be helpful sometimes to have the ability to show that discrepancy as a branch without the need to create another template sensor for that discrepancy.
Describe the solution you'd like
It would be probably be something along the lines of...
Describe alternatives you've considered
The alternative is to create template sensors of all the discrepancy values, which is a workable solution, but sometimes feel redundant. Besides, it wouldn't work if the discrepancy is sometimes a negative number.
Thank you! The chart looks awesome😁
The text was updated successfully, but these errors were encountered: