Debugging
Enable debug logging via configuration.yaml
logger: default: warning logs: custom_components.better_thermostat: debugRestart Home Assistant after editing configuration.yaml.
Enable debug logging without restart
Use Home Assistant service logger.set_level:
service: logger.set_leveldata: custom_components.better_thermostat: debugOpen Services directly:
What to check first
- External sensor updates are fresh and stable.
- Window sensor states are correct.
- The right algorithm is selected for the room.
- TRV supports the chosen calibration type.