-
All, So far I had different webpages served when running the inverter in STA mode versus when running in AP mode. In STA mode I got a simple, minimal M2M server page in which I can only configure WiFi settings while in AP mode I am able to see much more. Suddenly - and I have still no clue why - the 'blue' screen previously only served in AP mode is now also available in STA mode !!! However: also using this plugin the numbers dont add up. Meaning: the numbers served by the inverter do not match with the numbers measured using a kWh meter or as shown by solarmanpv. I'm now tracking the number for a couple of days, and unfortunate Im unable to find a fixed factor or offset. Did anyone else see differences in the numbers from the inverter and shown by solarman? This is the page I now also have in STA mode, which I previously only had in AP mode |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 17 replies
-
Are the numbers on the blue screen higher than those in solarmanpv? And where does solarmanpv get its data from? |
Beta Was this translation helpful? Give feedback.
-
#117 @Videodok maybe switching to AP mode might solve the issue on |
Beta Was this translation helpful? Give feedback.
-
The history:
Somehow the WiFi logger changed firmware, using a different serial number and broadcasting incorrect numbers. There was a small period in which both serial numbers were used, the 601xxx to solarman and the 605xxx to my proxy. At that time the logger behaved unstable. As I was using UDP instead of TCP I asumend that was causing missing out of data packages. However: maybe the logger was continously crashing and switching between AP/STA 'modes', or firmware in ROM/RAM using different serials? Tommorrow I will remove the server B/C configurations to see if it rolls back to serial 601xxxx |
Beta Was this translation helpful? Give feedback.
-
This is where I'm looking at. I'm delivering more to the power net then I'm producing using the Omnik inverter. It might just be a factor 10 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I feel so stupid. While the above was not the exact case it was almost true. For all this time I was playing/testing/developing/configuring an Omnik inverter somewhere in the neighbourhood. With my logger ending up in error-state on march 27 I didnt see it anymore and assumed (the mother of all.....) the AP_605xxxx was mine. BUT IT WASNT For all this time I was changing the device of a neighbour: adding it to my network, to my plant on solarman, sending messages to servers running on my network, etc, etc. And of course the numbers didnt add up with what I measured myself !!. The hard reset on my WiFi logger made it available again and I came back in MY OWN grey logger configuration screen. No port 8899, no status page, no additional server to be configured. I did found out when I was creating an AP and solarman webserver mockup on an ESP8266. While developing I noticed THREE AP_60xxxxxxx in the air which my phone didnt show as it prefers newer high speed connectivity. For the people creating the OmnikMessage package, here is a package which my Logger sends to Solarman (its actually two messages in one TCP socket transmittion. Using UDP it will be two seperate messages) I need to parse this on the ESP using C++ code so have to write yet another package thanks for all the help and support |
Beta Was this translation helpful? Give feedback.
SOLVED !!!
I feel so stupid. While the above was not the exact case it was almost true. For all this time I was playing/testing/developing/configuring an Omnik inverter somewhere in the neighbourhood. With my logger ending up in error-state on march 27 I didnt see it anymore and assumed (the mother of all.....) the AP_605xxxx was mine. BUT IT WASNT
For all this time I was changing the device of a neighbour: adding it to my network, to my plant on solarman, sending messages to servers running on my network, etc, etc. And of course the numbers didnt add up with what I measured myself !!.
The hard reset on my WiFi logger made it available again and I came back in MY OWN grey logger configur…