HTTP API iobroker or another sources #43
Replies: 4 comments
-
Hi, I would say that this is doable, but I have still some logical error in the script - but this is based on the Shelly 3EM logic of blanacing/sum. I guess what you want to do is very easy in Python - you just need to call your endpoint for "every" value - may take longer, but should be ok. I am not familiar with iobroker yet - is this structure a common one or specific for your setup? |
Beta Was this translation helpful? Give feedback.
-
with iobroker and the simple api adapter everybody can provide any values. with iobroker you can change the variables like you want. example: when this script needs a "grid" ; "generation" or something else, every user can rename or dublicate his variable which is needed for the script. I think the most iobroker users have three values. energy generation, grid relation and feeding. exampe i open a variable in a browser
response is only the value of this variable
for each variable for example
the structure is common - all values are in watt in my case |
Beta Was this translation helpful? Give feedback.
-
Closing this issue as it is more a Q&A regarding ioBroker - will move to discussion section |
Beta Was this translation helpful? Give feedback.
-
This would be great. I have a P1 meter and get this data: ] |
Beta Was this translation helpful? Give feedback.
-
Hi, and great work! that saves a lot of users the em24 enery meter.
it is possible to integrate every data over http api in JSON format? without high costs in my meter housing i cant integrate a em24. a shelly e3m is possible, but i have all energy data on iobroker (generation, grid relation and grid feeding). iobroker can provide with a plugin all data over http GET in JSON format. all values of my energy meters phases shown in total.
#5
Hi, erstmal top Arbeit, das erspart vielen den em24.
Mich würde interessieren ob es möglich ist, auch auf Daten von iobroker (http api) zuzugreifen? Ohne größere Umbauarbeiten am Zählerschrank (ist voll bei mir) bekomme ich kein em24 rein. Jedoch bekomme ich die Werte von Bezug, Einspeisung und Erzeugung von meinem Wechselrichter und smartmeter direkt. Diese könnten per iobroker simpleapi per http JSON zu Verfügung gestellt werden. Abtastraten ab 1 Sekunde sind dort möglich.
https://github.com/ioBroker/ioBroker.simple-api
sieht dann z.b. folgendermaßen aus:
Es wird der Bezug, Einspeisung und Eigenverbrauch saldierend anzeigt.
Vielleicht kann ich unterstützend mitwirken oder bei der Machbarkeit helfen…
Beta Was this translation helpful? Give feedback.
All reactions