lmatula / ha_chint_pm

homeassistant Chint power meter integration
Creative Commons Zero v1.0 Universal
13 stars 7 forks source link

Warning in home Assistant log #8

Closed TMachowinski closed 11 months ago

TMachowinski commented 1 year ago

2023-09-03 10:05:34.170 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for chint_pm doing blocking calls at custom_components/chint_pm/init.py, line 410: header = client.read_holding_registers(address=0x0, count=12, slave=unit_id)

This warning occurs multiple times per second. Therefore, the as card is full after 2 days

lmatula commented 1 year ago

I'm working this issue in "async-modbus" branch, but i currently havn't had enought time to testing