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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v2.7.6
Bug Fixes
Revert unit_class=monetary on cost statistics — this was crashing the HA recorder with 'Unsupported unit_class: monetary'. Cost statistics no longer set unit_class.
Broaden exception handling in read_meters — catch TimeoutError and OSError (aiohttp network errors) in addition to EyeOnWaterException, preventing sensor unavailability during network issues.
Bump pyonwater to 0.3.32 — includes diagnostic logging and token expiration fix.
Improved diagnostic logging — log setup params, meter details, exception messages, and service call invocations.