-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
[Bug]: it shows the PV power incorrectly #175
Comments
What says the RAW section of the mqtt Data? Please try to use PC Software watchpower and Connect the Inverter with the serial cable tonthe PC, then right click on the taskbar Icon of watchpower and enable debug, this will create a Bunch of Files, that i need. |
in the log data is nothing about the second mppt, so there is no data for it. the second dmppt data normal comes with the QPIGS2 comand. |
without knowing the query comand send by the wifi dongle there is no way to get this data |
Do you have any ideas how to extract them from there? |
it need a "middleman" grab of the serial comunication, on amazon/ebay they exsist some cheap logic analyzers that will work with saleae software |
I ordered an analyzer, and I'll be back as soon as I collect the data. |
you can try to send over the custom comand QPIGS0 and QPIGS1 some datasheets have wiered descriptions. eventualy your device will answer on this |
I've tried these commands, but they don't work for me. |
Session 3.zip |
thats interesting, your wifi dongle talks over modbus, but your device can answer on pi serial. |
I am not sure about this, most likely I did not choose the right interpreter. or have you already managed to decode the information? |
you have selected the right interpreter 05,03 at start is reading holding registers, thats typical for modbus communication @all-solutions @bigdigital can you check this for usable data? |
@softwarecrash Is there any way I can help force solutions to the problem? |
@skavzik you can ask your seller or vendor for a communication Protocol. So the solar2 read the Data over pi30 serial, but Not all Data Provided Your WiFi dongle and the capture tells modbus communication, so its possible to build in this, but we need the prototocol sheet |
This is a PowMr POW-HVM protocol. |
@bigdigital How do I activate this protocol on my device? |
Try this version of solar2mqtt if everything correct it should autodetect your device . take note to the connection pins on esp. This project use 13 as tx, 12 rx. If it would not work, contact me in discord for debugging (this protocol was not tested on the real device yet). |
aha, it autodected the qpiri because this device support this command. it is possible to change protocol manually. In webserial console send "setp 6" you should see Change protocol to: MODBUS_POW_HVM |
please try this version should be fixed a protocol change. If not contact me in discord . https://discord.com/invite/pAArqVsVS4 |
I have a POVMR 6.2, I also tried Pre2.0.0-Pre6a to switch to modus, but it didn’t switch. |
Is there an existing issue for this?
Used Hardware?
Wemos D1 Mini
What happened?
I have a solar inverter (Victor MAX 10.2) with two MPPTs. so all the values are correct except for the generation of energy from solar panels. as I understand it, the data comes from only one mppt tracker. I tried using the native wifi module, it gives two sets of values for each mppt
Screenshots / Fotos
Steps To Reproduce
No response
Version
1.x.x and above
Relevant livejson output
What browsers are you seeing the problem on?
no Issue with the Browser or WebUI
The text was updated successfully, but these errors were encountered: