Pho3niX90 / solis_modbus

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

Improve performance of Solis Modbus sensor #29

Closed Pho3niX90 closed 6 months ago

Pho3niX90 commented 6 months ago

Removed unnecessary polling counter and scan interval in the Solis Modbus sensor. Also rearranged the order of operations in the time setting process to further optimize the code. The async write operation for the home automation state is now executed immediately after setting the time value. fixes #28