Open gianfrdp opened 1 year ago
I found https://github.com/syssi/esphome-pipsolar/tree/pip8048 This meets my needs
I added:
external_components:
- source: github://syssi/esphome-pipsolar@pip8048
refresh: 0s
Hi @gianfrdp, I am a complete noob, but I want to learn. I have a MX2 Voltronic, with the round screen. I Cant get any data from the inverter. My log ends with: `[22:32:27][C][web_server:161]: Web Server: [22:32:27][C][web_server:162]: Address: esphome-web.local:80
[22:32:27][C][mdns:113]: Hostname: esphome-web-0244a8 [22:32:27][C][ota:093]: Over-The-Air Updates: [22:32:27][C][ota:094]: Address: esphome-web.local:3232 [22:32:27][C][api:138]: API Server: [22:32:27][C][api:139]: Address: esphome-web.local:6053 [22:32:27][C][api:143]: Using noise encryption: NO [22:32:27][C][improv_serial:032]: Improv Serial:`
Any advice will be welcome! I am sure I am missing something stupid, but to be honest I am not sure I've even copied the code correctly.
Describe the problem you have/What new integration you would like pipsoloar component reads just 1st MPPT for inverters having 2 MPPT
Please describe your use case for this integration and alternatives you've tried: I have a Voltronic Axpert MAX 7.2kW inverter with 2 PV input (2 independent MPPT). Accordly to protocol version 30 for MAX inverters (see https://github.com/jblance/mpp-solar/blob/master/docs/protocols/PI30MAX.Communication.Protocol20210217.pdf), QPIGS reads just 1st MPPT. Using QPGS0, return both MPPT data.
Trying mpp-solar:
Additional context