You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a CCGX (slow CPU) and using dbus-shelly-3em-smartmeter is noticable. Even more powerful Cerbo-s will benefit from the following optimizations:
_getConfig() gets called 2 times per update, meaning config file is open/read/parsed/closed 2 times every ~500ms.
Consider caching configuration, and configurable update period (FR).
Hi,
I have a CCGX (slow CPU) and using dbus-shelly-3em-smartmeter is noticable. Even more powerful Cerbo-s will benefit from the following optimizations:
Consider caching configuration, and configurable update period (FR).
Consider caching connection, i.e. using requests.Session object. See https://stackoverflow.com/questions/24873927/python-requests-module-and-connection-reuse
Great project!!!
The text was updated successfully, but these errors were encountered: