Skip to content

Instantly share code, notes, and snippets.

@m4r10k
Created April 3, 2022 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m4r10k/6b4e329022dae66bd02cbbc24af1b513 to your computer and use it in GitHub Desktop.
Save m4r10k/6b4e329022dae66bd02cbbc24af1b513 to your computer and use it in GitHub Desktop.
---
metrics:
- name: battery
type: object
path: '{ .Body.Data.Inverters.1 }'
help: Battery Data
labels:
id: "battery"
name: "battery"
values:
SOC: '{.SOC}'
- name: site
type: object
path: '{ .Body.Data.Site }'
help: Site Data
labels:
id: "site"
name: "site"
values:
P_Akku: '{.P_Akku}'
P_Grid: '{.P_Grid}'
P_Load: '{.P_Load}'
P_PV: '{.P_PV}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment