The only way to get data from my Sonnen Battery eco6 (from 2013) is to send a browser URL and the return is a list of battery parameters in the browser.
Later models have a different API and a HA integration.
I have no programming knowledge, just basic understanding.
How can I get entities for each parameter in HA to be used in Energy Dashboard?
I enter in Firfox: http://192.168.178.xx:7979/rest/devices/battery
The result is a list:
{
“C07”: 0,
“C08”: 0,
“C09”: 0,
“C10”: 0,
“C11”: 0,
“C12”: 0,
“C23”: 0,
“C24”: 0,
“M03”: 0,
“M04”: 976.1,
“M05”: 0,
“M06”: 10,
“M07”: 801.8,
“M08”: 60.4,
“M09”: 113.9,
“M30”: 0,
“M31”: 20260000,
…
}
There are more items, which I just deleted.
Anybody with some experience? I think ist has to do with JSON somehow…
Thanks a lot
Peter