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

Error Message #418

Open
derderneburger opened this issue Dec 19, 2024 · 5 comments
Open

Error Message #418

derderneburger opened this issue Dec 19, 2024 · 5 comments

Comments

@derderneburger
Copy link

Error Message in Home Assistant Core Version 2024.12.4
Supervisor Version 14.0
HA running on Proxmox

Sungrow SH10RT-V112

I am receiving the following error in the system log:

Logger: homeassistant.components.modbus.modbus
Source: components/modbus/modbus.py:306
Integration: Modbus (Documentation, Issues)
First occurred: 08:56:00 (12 occurrences)
Last logged: 10:46:00

Pymodbus: SungrowSHx: Error: device: 1 address: 6226 -> pymodbus returned isError True

Can I ignore this? I am only using the values for the Energy Dashboard. Everything seems to be working fine.

@Gnarfoz
Copy link
Contributor

Gnarfoz commented Dec 19, 2024

Register 6227 is "monthly PV energy yields" for January, and is not available via WiNet-S: https://github.com/Gnarfoz/Sungrow-Inverter/blob/main/Modbus%20Information/TI_20240924_Communication%20Protocol%20of%20Residential%20Hybrid%20Inverter-V1.1.5.pdf

You have a SH10RT which has a dedicated Ethernet port just for Modbus. It's recommended to use that one instead of going through the WiNet-S dongle.

If that's not possible, you can ignore the error or comment out all the sensors that the Modbus register documentation lists as unavailable on WiNet-S.

@derderneburger
Copy link
Author

derderneburger commented Dec 19, 2024 via email

@Gnarfoz
Copy link
Contributor

Gnarfoz commented Dec 19, 2024

I'd double check IP addresses, just to be sure. Or unplug the dedicated Ethernet port. If your sensors still update while it's unplugged, you're accidentally using the WiNet-S.

@derderneburger
Copy link
Author

derderneburger commented Dec 19, 2024 via email

@Gnarfoz
Copy link
Contributor

Gnarfoz commented Dec 19, 2024

Excellent, glad to hear that. 🙂

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

2 participants