CJNE / thermiagenesis

Home assistant custom component for Thermia Inverter/Mega heat pumps
MIT License
20 stars 12 forks source link

Read 16 registers to increase performance. #236

Open Floppe opened 10 months ago

Floppe commented 10 months ago

I have not researched whether this is true in the dependent library, but feels like a performance hit to only read 1 register?

CJNE commented 9 months ago

Thank you for the contribution! The reason it's set to only do one register at a time was that I had ran into problems when reading more, it would crash the modbus interface on my heat pump if too many registers were read at once. I'll test this to make sure it works.