You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an issue with the Solarman integration in HA where the power readings for the three phases (R, S, and T) are identical, despite being configured to read from different Modbus registers. According to the inverter’s Modbus documentation, each phase should have a unique power reading, but the values returned are consistently the same across all phases.
Technical Details:
Inverter Model: KSTAR E10KT Clone EEI E-CASA 10 HU (Modbus RS485 protocol)
Modbus Registers Configured for Each Phase:
R-phase Grid Power: Register 3100
S-phase Grid Power: Register 3104
T-phase Grid Power: Register 3108
Environment: HA with YAML-based Modbus configuration kstar_hybrid.yaml using the Solarman integration.
Steps Taken to Troubleshoot:
YAML Configuration Check: Verified that the registers are correctly assigned in the YAML configuration based on the inverter's Modbus protocol documentation.
Staggered Readings: Collected power readings for each phase a few seconds apart. Despite this, all three phases show nearly identical values.
Graphical Evidence: Attached graphs show identical patterns for all three phases over time, strongly suggesting that the integration may be pulling data from the same source for each phase or duplicating values.
Possible Causes Considered:
Duplicate Register Readings: The integration might be reading from the same register across all phases, even though different registers are specified.
Polling or Communication Bug: There could be an issue in the polling mechanism or a bug within the integration that leads to duplicated values for each phase.
Request for Support:
I would appreciate any guidance on how to ensure distinct readings for each phase. If there's a way to test or verify the registers being polled directly, please let me know. Additionally, if anyone has encountered similar issues or has insights on potential configuration adjustments, your assistance would be invaluable.
Attached Evidence:
Please refer to the attached graphs, which clearly show identical power values for R, S, and T phases over an extended period.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm encountering an issue with the Solarman integration in HA where the power readings for the three phases (R, S, and T) are identical, despite being configured to read from different Modbus registers. According to the inverter’s Modbus documentation, each phase should have a unique power reading, but the values returned are consistently the same across all phases.
Technical Details:
Steps Taken to Troubleshoot:
Possible Causes Considered:
Request for Support:
I would appreciate any guidance on how to ensure distinct readings for each phase. If there's a way to test or verify the registers being polled directly, please let me know. Additionally, if anyone has encountered similar issues or has insights on potential configuration adjustments, your assistance would be invaluable.
Attached Evidence:
Please refer to the attached graphs, which clearly show identical power values for R, S, and T phases over an extended period.
Thank you in advance for any assistance provided!
Beta Was this translation helpful? Give feedback.
All reactions