-
Notifications
You must be signed in to change notification settings - Fork 147
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
Dual MPPT not showing PV2 at all #66
Comments
Did you have any joy with this? I will need it when I add something to my pv2, I'm not actually getting PV1 in watts at the moment but get voltage and amps, it might be as easy as changing the PV_in_watts to PV1_in_watts and PV2_in_watts |
Hi Darzl, No, got nowhere with it. I do get both feeds on Watchpower just not anywhere else, I've tried a few things so far all to no avail. That won't stop me looking and trying to work out how Watchpower sees it and yet this doesn't Perhaps it's just me. I will in all likelihood decompile the java into it's components and find out why, it's just a matter of time - which is never on my side. |
I switched to https://github.com/catalinbordan/docker-voltronic-homeassistant and now I get my PV power as PV_Charging_Power1 in watts, probably only need to add another line PV_Charging_Power2 or something similar |
Thanks I'll take a look. Regards |
This is a little bit old but I added support for a second mppt and created a PR to the repo above. catalinbordan#2. The changes are in my fork in case anyone is interested https://github.com/saschalenz/docker-voltronic-homeassistant |
Thanks, I'll take a look, bit late I know. |
Good afternoon, I have a
Axpert Plus Duo 3000-24 from Voltacon
Using Watchpower I can see and monitor my 2nd array (PV2) and can see it is fully working from both Watchpower and the LCD panel.
However using this I am unable to view/monitory PV2
root@bf6f3302017b:/opt# /opt/inverter-cli/bin/inverter_poller -d -1
Sat Feb 26 12:27:51 2022 INVERTER: Debug set
Sat Feb 26 12:27:52 2022 INVERTER: Current CRC: 49 C1
Sat Feb 26 12:27:52 2022 INVERTER: QMOD reply size (5 bytes)
Sat Feb 26 12:27:52 2022 INVERTER: QMOD: 5 bytes read: (B
Sat Feb 26 12:27:52 2022 INVERTER: QMOD query finished
Sat Feb 26 12:27:52 2022 INVERTER: Current CRC: B7 A9
Sat Feb 26 12:27:52 2022 INVERTER: QPIGS reply size (110 bytes)
Sat Feb 26 12:27:52 2022 INVERTER: QPIGS: 110 bytes read: (246.5 50.0 230.8 50.0 0115 0049 003 386 27.15 001 100 0016 0000 000.0 00.00 00000 10010000 00 00 00000 110
Sat Feb 26 12:27:52 2022 INVERTER: QPIGS query finished
Sat Feb 26 12:27:52 2022 INVERTER: Current CRC: F8 54
Sat Feb 26 12:27:53 2022 INVERTER: QPIRI reply size (102 bytes)
Sat Feb 26 12:27:53 2022 INVERTER: QPIRI: 102 bytes read: (230.0 13.0 230.0 50.0 13.0 3000 2400 24.0 23.5 21.0 29.2 27.0 1 20 060 0 1 2 0 11 0 0 00.0 0 1 080
Sat Feb 26 12:27:53 2022 INVERTER: QPIRI query finished
Sat Feb 26 12:27:53 2022 INVERTER: Current CRC: B4 DA
Sat Feb 26 12:27:53 2022 INVERTER: QPIWS reply size (38 bytes)
Sat Feb 26 12:27:53 2022 INVERTER: QPIWS: 38 bytes read: (0000000000000000010000000000000000
Sat Feb 26 12:27:53 2022 INVERTER: QPIWS query finished
INVERTER: ampfactor from config is 1.00
INVERTER: wattfactor from config is 1.01
{
"Inverter_mode":4,
"AC_grid_voltage":246.5,
"AC_grid_frequency":50.0,
"AC_out_voltage":230.8,
"AC_out_frequency":50.0,
"PV_in_voltage":0.0,
"PV_in_current":0.0,
"PV_in_watts":0.0,
"PV_in_watthour":0.0000,
"SCC_voltage":0.0000,
"Load_pct":3,
"Load_watt":49,
"Load_watthour":1.6333,
"Load_va":115,
"Bus_voltage":386,
"Heatsink_temperature":16,
"Battery_capacity":100,
"Battery_voltage":27.15,
"Battery_charge_current":1,
"Battery_discharge_current":0,
"Load_status_on":1,
"SCC_charge_on":0,
"AC_charge_on":0,
"Battery_recharge_voltage":23.5,
"Battery_under_voltage":21.0,
"Battery_bulk_voltage":29.2,
"Battery_float_voltage":27.0,
"Max_grid_charge_current":20,
"Max_charge_current":60,
"Out_source_priority":1,
"Charger_source_priority":2,
"Battery_redischarge_voltage":2512665466838125624666875924316160.0,
"Warnings":"0000000000000000010000000000000000"
}
Sat Feb 26 12:27:53 2022 INVERTER: All queries complete, exiting loop.
In the above I disconnected PV1 - since it will pick up and monitor PV1 without issue and it certainly doesn't pick up PV2.
For ref my invertor.conf below
device=/dev/hidraw0
run_interval=120
amperage_factor=1.0
watt_factor=1.01
qpiri=102
qpiws=38
qmod=5
qpigs=110
MQQT.json below
}
Version information
Main CPU Version 00018.21
SCC1 CPU Version 00000.00
SCC2 CPU Version 00003.28
I've disconnected my PV1 array, below is a screenshot from Watchpower showing PV2
While I know most people will have a single MPPT controller - has anyone any ideas on how to resolve this? Any help appreciated please.
Regards,
Pete
The text was updated successfully, but these errors were encountered: