We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1005f07 commit f66fd03Copy full SHA for f66fd03
1 file changed
templates/definition/meter/quatt.yaml
@@ -0,0 +1,18 @@
1
+template: quatt
2
+products:
3
+ - brand: Quatt
4
+ description:
5
+ generic: Hybrid Heat Pump
6
+group: heating
7
+params:
8
+ - name: usage
9
+ choice: ["aux"]
10
+ - name: host
11
+ - name: port
12
+ default: 8080
13
+render: |
14
+ type: custom
15
+ power:
16
+ source: http
17
+ uri: http://{{ .host }}:{{ .port }}/beta/feed/data.json
18
+ jq: ((.hp1.powerInput // 0) + (.hp2.powerInput // 0)) * 1000
0 commit comments