-
-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi,
probably not the right place to ask this question, but i played around this evening with a device called "iona" from EON Group Germany. After a little bit of research i found this repository and for me, it looked like the python lib might work on this device:
Traceback (most recent call last): File "/home/tokem/.local/lib/python3.9/site-packages/net2grid/net2grid.py", line 72, in request response.raise_for_status() File "/home/tokem/.local/lib/python3.9/site-packages/aiohttp/client_reqrep.py", line 1004, in raise_for_status raise ClientResponseError( aiohttp.client_exceptions.ClientResponseError: 401, message='Unauthorized', url=URL('http://10.10.0.150/meter/now')
When i open the device in browser im getting a blank page, but for me it looks like /meter/now is available.
Do you have any idea/information what i could do next? I was successfull at getting a bearer token + some JSON data on their public cloud to which the german app is connected - but im more interested in doing stuff like this locally - maybe to integrate it in homeassistant then
greetings