Skip to content
Discussion options

You must be logged in to vote

Are you referring to this panel?

The data on this panel is the sum of the string data:

# Graph is built
SELECT max("Inverter1") FROM "strings"."http" WHERE $timeFilter GROUP BY time($__interval) fill(null)

# Inverter1 is built
CREATE CONTINUOUS QUERY cq_inverters ON powerwall
BEGIN
  SELECT
    mean(Inverter1) AS Inverter1,
    mean(Inverter2) AS Inverter2,
    mean(Inverter3) AS Inverter3,
    mean(Inverter4) AS Inverter4
  INTO powerwall.strings.:MEASUREMENT
  FROM (
    SELECT
      A_Power  + B_Power  + C_Power  + D_Power  + E_Power  + F_Power  AS Inverter1,
      A1_Power + B1_Power + C1_Power + D1_Power + E1_Power + F1_Power AS Inverter2,
      A2_Power + B2_Power + C2_Power + D2_…

Replies: 3 comments 9 replies

Comment options

You must be logged in to vote
8 replies
@loctran23
Comment options

@jasonacox
Comment options

@loctran23
Comment options

@jasonacox
Comment options

@loctran23
Comment options

Answer selected by cyberpgp
Comment options

You must be logged in to vote
1 reply
@jasonacox
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants