generated from custom-cards/boilerplate-card
-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
plot calculated value #510
Comments
Not sure I understand what you mean, the filter is already acting as y value of each data point |
Hi,
you are right seems like I misinterpreted what I saw – but still I do not get what I’m doing wrong, maybe you could please point me to the right direction.
I do have a helper {{ states('sensor.vicare_compressor_starts') | float(default=0) / states('sensor.vicare_compressor_hours') | float(default=0) }}
The trend of this helper is going down, e.g.:
![image](https://github.com/user-attachments/assets/6d2c0d2c-a5a5-460f-bb01-756e9a3e8895)
Historical data of this helper:
![image](https://github.com/user-attachments/assets/1fef8fdf-2772-4fcb-b455-cea880c0c886)
as the helper did not exist from the beginning, I wanted to calculate it with historical data and plot it, that’s what I tried with the yaml posted.
But here the trend goes up – I don’t get it why this happens:
![image](https://github.com/user-attachments/assets/1fef8fdf-2772-4fcb-b455-cea880c0c886)
Thx!
Von: David Buezas ***@***.***>
Gesendet: Montag, 23. Dezember 2024 00:53
An: dbuezas/lovelace-plotly-graph-card ***@***.***>
Cc: hipslu ***@***.***>; Author ***@***.***>
Betreff: Re: [dbuezas/lovelace-plotly-graph-card] plot calculated value (Issue #510)
Not sure I understand what you mean, the filter is already acting as y value of each data point
—
Reply to this email directly, view it on GitHub <#510 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AC7SWIMTX32MQZSNSCKGT6L2G5GGFAVCNFSM6AAAAABUBZ6RMCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJYGY3DGNZQGY> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/AC7SWINOPYRSNSF77KIC5WL2G5GGFA5CNFSM6AAAAABUBZ6RMCWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTUYQIOBU.gif> Message ID: ***@***.*** ***@***.***> >
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i'd like to plot a calculated value - the calculation is done and displayed on hover, but i'd like to have the calculated value used for y values instead - is this possible?
The text was updated successfully, but these errors were encountered: