peribeir / pyrademacher

Control devices connected to your Rademacher Homepilot (or Start2Smart) hub
GNU General Public License v3.0
0 stars 6 forks source link

Connection to Homepilot Gateway Premium with password enabled is not possible #56

Closed BAERnado closed 1 week ago

BAERnado commented 5 months ago

It seems, there is a merge missing. In (homeassistant-rademacher)'s latest commit there has been an addition of "auth_required_v2" which is not provided by api.py It seems with SW-Version 1.0.7 the authentication has been moved to path /hp/ too thus needs adjustment in the api. This needs to be taken into account in test_connection as well as in test_auth but I assume you have that working already and just missing the commit?

BAERnado commented 5 months ago

Revoked pull request. Instead this one can now be used: https://github.com/peribeir/pyrademacher/pull/58

A pull request will be made for homeassistant-rademacher too so it can use it.