Please report issue to the custom integration author for solax_modbus doing blocking calls at custom_components/solax_modbus/__init__.py, line 318: #331
Unanswered
mlduncombe
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It's listed under the known issues You can also hide the errors following: #329 (comment) The Serial section of code needs to be updated. But I don't connect to my Inver via RS485, so it's difficult to fix when I can't replicate it / test code out. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Solax X1 Gen 4 (H4602)
SolaX Firmware Version Inverter Master 31
SolaX Firmware Version Manager 30
Home Assistant 2023.2.4
Supervisor 2023.01.1
Operating System 9.5
Frontend 20230202.0 - latest
I have recently updated to 2023.2.4 and migrated to an SSD rather than SD on the Pi.
While all seems to be running OK I just noticed the following in the HA logs. do I need to be concerned?
Logger: homeassistant.util.async_
Source: util/async_.py:182
First occurred: 10:32:02 (3172 occurrences)
Last logged: 10:51:03
Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for solax_modbus doing blocking calls at custom_components/solax_modbus/init.py, line 318: return self._client.read_holding_registers(address, count, **kwargs)
Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for solax_modbus doing blocking calls at custom_components/solax_modbus/init.py, line 324: return self._client.read_input_registers(address, count, **kwargs)
Beta Was this translation helpful? Give feedback.
All reactions