-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Iungo - Homey - Sun total #21
Comments
Hi Marcel, The total is not available directly in the Iungo API and has to be calculated by the Iungo App for Homey. This is done based on three values available in the Iungo API. The formula is: offset + (pulstotal / ppkwh) You can try to see what response you get on the following URL: <<iungo_ip>>/iungo/api_request/objmgr_get_objects_init If they are all filled, then I have to look a bit further to see if I can find anything why this is happening. |
@MarcelZwolle what kind of devices do you use to measure your energy consumption per group (and even per device; your cooking plate)? And how did they end up in Homey? |
I only get this string in return:
I have 11 kWh meters connected by modbus to the Iungo (every group has its own meter, so that's why you see cooking (its using 2 groups, so 2 meters..), dishwasher and so on on seperate readouts in Iungo) and I only used your app to connect the Iungo on Homey! (And they are all there!) |
Hi @MarcelZwolle it has been quite some time. If you still want I can have a look to see if I can add some things. I figured that the browser thing doesn't work anymore. Can you execute the following steps?
|
Oeps, that didn't do any good.... Hope you have a solution! |
Hi Marcel, the query shouldn't have any influence on that as it simply requests something from a given IP. But maybe something else is wrong as well. Does your Iungo have a fixed IP in your network? |
The Iungo has a fixed IP adres. But still the 'problem' that if you take a look at the webpage of the Iungo you see the total of the amount (kWh) that you have delivered on the net, but not in the app through homey |
Mooi, laten we even naar NL overgaan, want anders ben ik NL en Engelse termen door elkaar aan het gebruiken :) Voor de "Totaal Opbrengst" van de "Zonnepanelen" wordt onderwater een formule toegepast: Kan jij achterhalen welke waarden die variabelen hebben aan jouw kant? Als je geen respons krijgt zou je ook kunnen kijken of het lukt door de seq: 1 op te hogen naar b.v. seq: 999999. Als je de waarden offset, pulstotal en ppkwh op een andere manier uit de Iungo app weet te destileren zou ook mooi zijn. |
Hallo Robert, ik heb eenzelfde issue met mijn modbus kWh meter voor de zonnepanelen. als ik de http://ip/iungo/api_request/objmgr_get_objects_init run krijg ik indedaad een grote json, hierin kan ik van de modbus kWh meter diverse waardes vinden vermogen, import, export, phase power en voltage. Zou je deze kunnen toevoegen aan de app zodat deze inzichtelijk worden in homey? hierbij ook een sectie van de JSON waar de data van de modbus meter staat. |
Hi @DionvanHulst , Thanks, en er is weer even overheengegaan. Heb je de Iungo bijgewerkt met de laatste firmware? En zo ja, zou je dan nogmaals zo'n uitdraai als hierboven kunnen maken? Volgens mij hebben ze vanuit Iungo een nieuwe versie gemaakt waarbij de totalen ook uit te lezen zijn van de solar en niet alleen de huidige import & export waarde. |
@DionvanHulst ik heb net een update gemaakt (zie #30), waarbij zonnepanelen aangesloten op de iUngo via een modbus kWh meter the netto kWh waarde (export - import) doorgeeft aan Homey als opbrengst. |
I have a question / problem with the Iungo app on Homey.
I have a lot of electricity meters (11, and the P1 used for total) everything is working OK, Except the sun meter and 'back delivery' on the P1 meter.
When I go to the Iungo page I can see the total energy my sun-installation has delivered, when I go to the app, I only the the actual kWh and a '-' at the total.
(Better can explain it by pictures:
https://i.postimg.cc/bJKjnd0t/Knipsel.png total from the webpage from Iungo, see 'eletriciteit' and 'zon'
https://i.postimg.cc/Hs0CJYrr/Knipsel1.png no total, only actual.
https://i.postimg.cc/y69M51XL/Knipsel2.png other meters are working OK (for using energy, only delivering to the supplier wont work)
Did I do something wrong? Or is there an error in the app?
The text was updated successfully, but these errors were encountered: