Fix (example) port in HA example

This commit is contained in:
Paul van Tilburg 2023-01-11 21:58:33 +01:00
parent 11d82c4ae4
commit 5733a6440c
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 2 additions and 2 deletions

View File

@ -127,14 +127,14 @@ sensors:
- platform: rest
name: "Photovoltaic Invertor Power Production"
resource: "http://solar-grabber.domain.tld:8066"
resource: "http://solar-grabber.domain.tld:2399"
value_template: '{{ value_json.current_w }}'
unit_of_measurement: W
device_class: power
- platform: rest
name: "Photovoltaic Invertor Total Energy Production"
resource: "http://solar-grabber.domain.tld:8066"
resource: "http://solar-grabber.domain.tld:2399"
value_template: '{{ value_json.total_kwh }}'
unit_of_measurement: kWh
device_class: energy