#Anyone here using SolarEdge able to
1 messages · Page 1 of 1 (latest)
Here's what the response looks like -- again, not Firefox's default json layout, which suggests it might not be, but I have zero way to check, because documentation says it is.
Among things that haven't worked is the rest platform:
rest:
scan_interval: 43200
resource: https://monitoringapi.solaredge.com/site/123456/overview?api_key=MYAPIKEY
sensor:
- name: "Solaredge Revenue in RESTful"
json_attributes_path: "$.overview.list[0].lifeTimeData"
value_template: "OK"
json_attributes:
- "revenue"
unit_of_measurement: $
and the sensor with type: rest
- platform: rest
resource: https://monitoringapi.solaredge.com/site/123456/overview?api_key=MYAPIKEY
name: solaredge revenue inside sensor
scan_interval: 43200
json_attributes_path: "$.overview.list[0].lifeTimeData"
json_attributes:- energy
- revenue
value_template: 'OK'
unit_of_measurement: $