nathanmarlor / foxess_modbus

FoxESS inverter integration. Connect directly to your FoxESS inverter (no cloud!) for real-time status and control.
MIT License
118 stars 21 forks source link

Add SOH for some inverters, implements #687 #703

Open MartB opened 1 week ago

MartB commented 1 week ago

As discussed in #687, this should roughly implement what we know about the SOH registers.

Tested and working on my H3 Master: 2.01 Manager: 1.80

To Test:

icornish72 commented 1 week ago

Works on my H1-G2.

canton7 commented 3 days ago

Thanks!

My H1-G1 doesn't appear to have this register. I can't find it in the spec for the pre-1.19 KH either. Do you have any documentation suggesting those should work? Where did you get the address 11104 from?

canton7 commented 3 days ago

Please run pytest --snapshot-update to update the snapshot tests

MartB commented 3 days ago

Thanks!

My H1-G1 doesn't appear to have this register. I can't find it in the spec for the pre-1.19 KH either. Do you have any documentation suggesting those should work? Where did you get the address 11104 from?

https://github.com/nathanmarlor/foxess_modbus/discussions/686#discussioncomment-10824086 Got the 11104 from here, cant confirm if the H1-G1 or the pre1.19 KH works.

canton7 commented 3 days ago

Thanks! I'll follow up on that thread, try and get to the bottom of if anyone can access it on a H1-G1.

canton7 commented 1 day ago

Yep, looks like this doesn't work on the H1-G1 sadly.

MartB commented 3 hours ago

@canton7 Thanks for following up! I removed all H1-G1 references.