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
Issue Description:
I have been experiencing an issue where certain sensor values fail to update for periods of up to 4 minutes for Solax Inverter X3 Hybrid G4. This issue occurs sporadically but has become very frequent over the past few weeks. The affected sensors include at least pv_power_1, pv_power_2, pv_power_3, grid_import, and battery_power_charge. The delay duration varies, sometimes shorter and sometimes longer, but the sensors eventually update after the delay.
Observed Behavior:
When the issue occurs, the sensor values stop updating for several minutes, causing gaps in data collection. This behavior is intermittent but happens frequently enough to disrupt functionality.
Error Logs:
During these incidents, the following error appears in the logs:
2025-02-03 12:04:50.608 ERROR (MainThread) [homeassistant] Error doing job: Fatal error: protocol.data_received() call failed. (None)
Traceback (most recent call last):
File "/usr/local/lib/python3.13/asyncio/selector_events.py", line 1019, in _read_ready__data_received
self._protocol.data_received(data)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/usr/local/lib/python3.13/site-packages/pymodbus/transport/transport.py", line 304, in data_received
self.datagram_received(data, None)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/pymodbus/transport/transport.py", line 338, in datagram_received
cut = self.callback_data(self.recv_buffer, addr=addr)
File "/usr/local/lib/python3.13/site-packages/pymodbus/transaction/transaction.py", line 183, in callback_data
self.response_future.set_result(pdu)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
asyncio.exceptions.InvalidStateError: invalid state
Frequency:
In the last 18 hours, this error has occurred approximately 11,200 times.
Questions:
Has anyone else encountered this issue?
Could someone provide guidance on where the problem might lie or how to troubleshoot it further?
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
-
Issue Description:
I have been experiencing an issue where certain sensor values fail to update for periods of up to 4 minutes for Solax Inverter X3 Hybrid G4. This issue occurs sporadically but has become very frequent over the past few weeks. The affected sensors include at least
pv_power_1
,pv_power_2
,pv_power_3
,grid_import
, andbattery_power_charge
. The delay duration varies, sometimes shorter and sometimes longer, but the sensors eventually update after the delay.Observed Behavior:
When the issue occurs, the sensor values stop updating for several minutes, causing gaps in data collection. This behavior is intermittent but happens frequently enough to disrupt functionality.
Error Logs:
During these incidents, the following error appears in the logs:
Frequency:
In the last 18 hours, this error has occurred approximately 11,200 times.
Questions:
Beta Was this translation helpful? Give feedback.
All reactions