Skip to content
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

Inverter type (register 35000) and model type database #6

Open
hn opened this issue May 21, 2023 · 5 comments
Open

Inverter type (register 35000) and model type database #6

hn opened this issue May 21, 2023 · 5 comments

Comments

@hn
Copy link
Owner

hn commented May 21, 2023

To be able to determine the inverter type automatically, the exact content of ModBus register 35000 is important. There seem to be different interpretations of the documentation, so it would be interesting to collect as many register values as possible here to create a robust detection logic.

If you want to contribute, just post here:

Inverter type as printed on the unit:
Type definition (reg 35000):
Model type (reg 3000 for INV, reg 33000 for ESINV):

Please pay attention to whether the value is hexadecimal or decimal, this seems to be an inconsistency.

@hn
Copy link
Owner Author

hn commented May 21, 2023

@morrisonj contributed in #5 :

Inverter type as printed on the unit: S5-GR3P15K
Type definition (reg 35000): 0x0000
Model type (reg 3000 for INV, reg 33000 for ESINV): 0x0509

@hn
Copy link
Owner Author

hn commented May 21, 2023

@chrgraf contributed in #3 :

Inverter type as printed on the unit: solis-rhi-3k-48es-5g
Type definition (reg 35000): 0x2031
Model type (reg 3000 for INV, reg 33000 for ESINV): - unknown -

@hn hn pinned this issue May 23, 2023
@richardloxley
Copy link

There definitely seems to be a discrepancy between hex and decimal, depending on the model!

I am working with two models of inverter at the moment, and this is what I get:

S6-GR1P2.5K-M
Type definition (reg 35000): 1010 decimal = 0x3F2
Model type (reg 3000 for INV): 260 decimal = 0x104
Expected model definition according to documentation: 1010

S5-EH1P6K-L
Type definition (reg 35000): 8240 decimal = 0x2030
Model type (reg 33000 for ESINV): not yet obtained
Expected model definition according to documentation: 2030

The documentation for register 35000 implies that the values should be interpreted as hex (they refer to low 8 bits, high 8 bits, and 0000H).

But it looks like my non-hybrid inverter returns the value as if it was a decimal. I suspect that's a bug when they wrote the firmware (maybe since corrected?)

As a working proposition, I'm going to take anything <0x2000 as INV and anything >=0x2000 as ESINV. That's because any hex values written as decimal will be lower than their correct hex values, so provided that none of the hybrid inverters have the same bug, it should work.

@TheGroundZero
Copy link
Contributor

Inverter type as printed on the unit: RHI-3P10K-HVES-5G
Type definition (reg 35000): 2060 (reported by Home Assistant)
Model type (reg 3000 for INV, reg 33000 for ESINV): 00ca (reported by Home Assistant)

@helmuteke
Copy link

helmuteke commented May 29, 2024

As a working proposition, I'm going to take anything <0x2000 as INV and anything >=0x2000 as ESINV. That's because any hex values written as decimal will be lower than their correct hex values, so provided that none of the hybrid inverters have the same bug, it should work.

Hello ,

How did you do it for the S5-EH1P6K-L ?? i have a S5-EH1P5K-L but can not achieve to work

@air-fuel-ratio
Copy link
Contributor

air-fuel-ratio commented Jul 8, 2024

S5-GR1P5K

Inverter type definition: 1110
Product model: 0205

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants