Skip to content

Commit

Permalink
AC Thor: add AC9 (#12721)
Browse files Browse the repository at this point in the history
  • Loading branch information
andig authored Mar 6, 2024
1 parent 1ee6950 commit f0752b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/definition/meter/thor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ render: |
power:
source: http
uri: http://{{ .host }}/data.jsn
jq: .power_act
jq: if .power_act == null then 0 else .power_act end + if .power_ac9 == null then 0 else .power_ac9 end

0 comments on commit f0752b8

Please sign in to comment.