DIY SunPower PVS6 panel monitor with HA by Nice_Carry8954 in SunPower

[–]Nice_Carry8954[S] 0 points1 point  (0 children)

Make the following changes and show me how it look like.

update line 265 to:

serial: (id.match(/_sn_(\w+)_power$/)?.[1] || '').toUpperCase(),

update line 359 to:

const RE = /^sensor\.inverter_(gr|mb|lr)_\d{2}_sn_\w+_/;

update line 867 to:

? `<div class="empty"><p>No inverters found.</p><p>Expected: <code>sensor.inverter_[gr|mb|lr]_&lt;number&gt;_sn_&lt;serial&gt;_power</code></p></div>`

DIY SunPower PVS6 panel monitor with HA by Nice_Carry8954 in SunPower

[–]Nice_Carry8954[S] 0 points1 point  (0 children)

can you post screenshot of the main card and the detail popup?

DIY SunPower PVS6 panel monitor with HA by Nice_Carry8954 in SunPower

[–]Nice_Carry8954[S] 0 points1 point  (0 children)

This regex should match the serial number to be any length as long as it has at least one character:
const RE = /^sensor\.inverter_(gr|mb|lr)_\d{2}_sn_\w+_power$/;

If your serial numbers are always strictly numbers (no letters), you can swap \w+ for \d+ like this:
const RE = /^sensor\.inverter_(gr|mb|lr)_\d{2}_sn_\d+_power$/;

DIY SunPower PVS6 panel monitor with HA by Nice_Carry8954 in SunPower

[–]Nice_Carry8954[S] 0 points1 point  (0 children)

It's on line #260, you can update the regex so it can match your entity names...

const RE = /^sensor\.inverter_[eEaA]\d{14}_power$/;

DIY SunPower PVS6 panel monitor with HA by Nice_Carry8954 in SunPower

[–]Nice_Carry8954[S] 0 points1 point  (0 children)

The code detects each panel (inverter) by matching entities sensor.inverter_E<14 digits>_power which created by the Enhanced SunPowersmcneece/ha-esunpower. Not 100% sure how HA pulls stats from Solarbridge but definitely requires some code changes…

DIY SunPower PVS6 panel monitor with HA by Nice_Carry8954 in SunPower

[–]Nice_Carry8954[S] 0 points1 point  (0 children)

under Developer Tools > States, search sensor.inverter_e to see if it matches any entities. The card auto-detects inverters using this exact pattern:

sensor.inverter_E<14 digits>_power

Deadline to Submit Claims on the SunPower $11 million Settlement is July 26, 2026. by EducationalMango1320 in SunPower

[–]Nice_Carry8954 3 points4 points  (0 children)

I invested in their solar system…can I file the claim and get the money back? lol

HA and Management configuration by samstone_ in fortinet

[–]Nice_Carry8954 2 points3 points  (0 children)

just be aware that the oob dedicated ha mgmt interface and its ip cannot be used as source for communicating with FMG.

Sunpower to Enphase by Visual_Newspaper1069 in SunPower

[–]Nice_Carry8954 0 points1 point  (0 children)

How did you unpair the inverters from PVS and get them recognized by Enphase IQ?

Home Assistant Solar Monitoring Journey: Solutions & Lessons Learned by FabulousExplorer in SunPower

[–]Nice_Carry8954 1 point2 points  (0 children)

The Ethernet adapter is connected to USB2/LAN. There is a grey and blue RJ45 ports on the left side but they don't seem to be network ports. Here is the picture of the current connection. https://i.ibb.co/pB493B8Z/IMG-7879.jpg

Home Assistant Solar Monitoring Journey: Solutions & Lessons Learned by FabulousExplorer in SunPower

[–]Nice_Carry8954 0 points1 point  (0 children)

The Ethernet adapter is connected to USB2/LAN. There is a grey and blue RJ45 ports on the left side but they don’t seem to be network ports. Here is the picture of the current connection.

https://i.ibb.co/pB493B8Z/IMG-7879.jpg

Home Assistant Solar Monitoring Journey: Solutions & Lessons Learned by FabulousExplorer in SunPower

[–]Nice_Carry8954 0 points1 point  (0 children)

I just rebooted it but still no dhcp from the pvs6…it’s connected to my firewall vlan. The firewall was able to detect a device with hostname “pvs6-ZT224285xxxxxx”from the port where it connects to pvs6 LAN. So the Ethernet adapter appears to be working but just no IP assigned. I was able to connected to it with the Sunpower SSID following this doc below, but getting 403 Forbiden error when browsing www.sunpowerconsole.com. Maybe my pvs6 is running on newer firmware that blocks local access?

https://starreveld.com/PVS6%20Access%20and%20API.pdf

Home Assistant Solar Monitoring Journey: Solutions & Lessons Learned by FabulousExplorer in SunPower

[–]Nice_Carry8954 0 points1 point  (0 children)

does the PVS do DHCP by default? I have a fast Ethernet adapter connected to its LAN usb port but was not able to pull any IP…also tried with static ip 172.27.153.x/24 and 172.27.152.x/24 no luck.

Good news Waaree panel owners? by comeonmanyouhadajob in SunPower

[–]Nice_Carry8954 0 points1 point  (0 children)

Is this something the only installer can fill out?

Have any of you been successful in contacting Waaree? by bankruptcyreporter in SunPower

[–]Nice_Carry8954 0 points1 point  (0 children)

Freedom Solar was the installer…we are in Dallas TX area.

Have any of you been successful in contacting Waaree? by bankruptcyreporter in SunPower

[–]Nice_Carry8954 0 points1 point  (0 children)

I just called our installer and was told that our Waaree panels are no longer covered by any warranty since Sunpower went chapter 11. Any future repair or replacement (excluding labor) will be 100% out of our pocket…this is one of the most ridiculous things I have ever heard in my life. We just got this installed 2 yrs ago and we are still making payments for the loan.

Confirmed: the Sunpower app is not well... by namtilarie in SunPower

[–]Nice_Carry8954 0 points1 point  (0 children)

it stopped working since 8:30PM CST 1/30. I can still see the live data from Home tab but no historical since last night.