Hi Christian,
Great to hear from you.
Currently I‘m getting the value with the http Binding.
From the powermeter API I‘m using:
Type number : Tagesverbrauch "Tagesverbrauch" [ stateTransformation="JSONPATH:$.[1].kwh_imported" ]
This should be the „second“ kWh imported (19014) to calculate the daily consumption, starting every day at midnight.
From the configuration API I‘m using:
Type string : Software "Software" [ stateTransformation="JSONPATH:$.DE_Software" ]
to get notifications when the Software gets updated.
And from the status API I get the following values:
Type number : Verbrauch "Verbrauch" [ stateTransformation="JSONPATH:$.Consumption_W" ]
Type number : Ladestand "Batteriestatus" [ stateTransformation="JSONPATH:$.USOC" ]
Type number : Einspeisung "Einspeisung" [ stateTransformation="JSONPATH:$.GridFeedIn_W" ]
Type number : Ladeleistung "Ladeleistung" [ stateTransformation="JSONPATH:$.Pac_total_W" ]
Type number : Erzeugung "Erzeugung" [ stateTransformation="JSONPATH:$.Production_W" ]
Unfortunately I don’t have a description of all the values.