Replies: 1 comment 4 replies
-
Hi @zikronix - that is correct! Change the 0.19 values to 0.10. If anyone has a good idea on how to set those outside the query (or as an external value), please let me know if submit a PR. 🙂 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I just want to verify I have this correct. The average price of my power is .10 does that mean on the savings panel I would change all values from .19 to .10
eg:
SELECT s - (tp + tg) FROM (SELECT sum("solar") * 0.10 AS s, sum("to_pw") * 0.10 AS tp, sum("to_grid") * 0.10 AS tg FROM kwh.http WHERE $timeFilter tz('America/Phoenix'))
Beta Was this translation helpful? Give feedback.
All reactions