☕ Support This Project
If you find this integration useful, consider supporting its development:
Your support helps maintain and improve this integration. Thank you! 🙏
What's Changed
Bump aiohomematic to 2026.1.48
Bug Fixes
- Fix XML-RPC Authentication Headers Not Sent with TLS: Fixed a critical bug where HTTP Basic Authentication headers were not being sent when TLS was enabled. This caused all XML-RPC calls to fail with
ProtocolError: Unauthorizedwhen CCU authentication was enabled. The fix passes authentication headers directly to the transport classes. - Fix Authentication Check Fails for Non-Admin Users: Fixed a regression introduced in 2026.1.41 where users without ADMIN rights on the CCU would fail to connect. When
CCU.getAuthEnabledreturns "access denied (ADMIN needed 2)", this proves authentication is enabled (otherwise no permission check would occur). The method now correctly returnsTrueinstead of propagating the exception.