Florian Kühnlenz

Results 45 comments of Florian Kühnlenz

I think I have the same problem, where I set the target temp via an automation to 22 and then it drifts more and more upwards [home-assistant_better_thermostat_2025-03-04T18-18-47.965Z.log](https://github.com/user-attachments/files/19075842/home-assistant_better_thermostat_2025-03-04T18-18-47.965Z.log)

@folfy i turned in both settings (taget temperature calibration and the child lock) you mentioned a few days ago when reading the other tickets, but I still have the same...

Our workaround required something like this ```python class MySqlServerContainer(SqlServerContainer): def _shares_network(self): host = self.get_docker_client().host() gateway_ip = self.get_docker_client().gateway_ip(self._container.id) if gateway_ip == host: return True return False def get_container_host_ip(self) -> str: #...

I can try to list all the options i currently see as possible. After digging in the dark of our CI pipelines, I made a lot of hypotheses how things...