Pho3niX90 / solis_modbus

Home Assistant HACS integration for Solis inverters
16 stars 0 forks source link

Refactor async_update to use asyncio #37

Closed Pho3niX90 closed 3 months ago

Pho3niX90 commented 3 months ago

The async_update method in the solis_modbus sensor has been refactored to utilize asyncio for entity updates. Instead of using simple loops to call the update method on each entity, asyncio.gather and asyncio.to_thread are used to make the update calls asynchronously. This change should improve the efficiency of the update method, reducing the time taken and resources used.

fixes: #27 fixes #38

pre-release: https://github.com/Pho3niX90/solis_modbus/releases/tag/1.4.0-beta-02