From my perspective this app works great since couple of months. Earlier it was like crash of servers every week, especially during weekends, where HA integration was showing -17,8C and not responding to anything same as mobile app. Now it works much much better and to be honest I can’t complain.
Of course it could be better but as long I can do basic control over my boiler via HA I am satisfied. Thing I am missing the most is some notification when boiler heats DHW and when house to be able to see how much it is being occupied with each other. Now I can measure only home heating time. Those statistics exist inside mobile app but somehow they are being reset every couple of hours, I dont know why, so they are unusable.
What I am worried about is this during HA boot:
2024-12-09 11:08:37.409 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] CURRENT_HVAC_COOL was used from besmart, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACAction.COOLING instead, please report it to the author of the 'besmart' custom integration
2024-12-09 11:08:37.415 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] CURRENT_HVAC_HEAT was used from besmart, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACAction.HEATING instead, please report it to the author of the 'besmart' custom integration
2024-12-09 11:08:37.421 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] CURRENT_HVAC_OFF was used from besmart, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACAction.OFF instead, please report it to the author of the 'besmart' custom integration
2024-12-09 11:08:37.428 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] HVAC_MODE_AUTO was used from besmart, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.AUTO instead, please report it to the author of the 'besmart' custom integration
2024-12-09 11:08:37.433 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] HVAC_MODE_COOL was used from besmart, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.COOL instead, please report it to the author of the 'besmart' custom integration
2024-12-09 11:08:37.439 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] HVAC_MODE_HEAT was used from besmart, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.HEAT instead, please report it to the author of the 'besmart' custom integration
2024-12-09 11:08:37.445 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] HVAC_MODE_OFF was used from besmart, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.OFF instead, please report it to the author of the 'besmart' custom integration
2024-12-09 11:08:37.451 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] SUPPORT_PRESET_MODE was used from besmart, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.PRESET_MODE instead, please report it to the author of the 'besmart' custom integration
2024-12-09 11:08:37.457 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] SUPPORT_TARGET_TEMPERATURE was used from besmart, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.TARGET_TEMPERATURE instead, please report it to the author of the 'besmart' custom integration
2024-12-09 11:08:37.463 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] SUPPORT_TARGET_TEMPERATURE_RANGE was used from besmart, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.TARGET_TEMPERATURE_RANGE instead, please report it to the author of the 'besmart' custom integration
2024-12-09 11:08:37.469 WARNING (ImportExecutor_0) [homeassistant.const] TEMP_CELSIUS was used from besmart, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead, please report it to the author of the 'besmart' custom integration
2024-12-09 11:08:37.475 WARNING (ImportExecutor_0) [homeassistant.const] TEMP_FAHRENHEIT was used from besmart, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.FAHRENHEIT instead, please report it to the author of the 'besmart' custom integration
2024-12-09 11:08:37.843 WARNING (MainThread) [homeassistant.helpers.entity] Entity None (<class 'custom_components.besmart.climate.Thermostat'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <ClimateEntityFeature.TARGET_TEMPERATURE|TARGET_TEMPERATURE_RANGE|PRESET_MODE: 19>, please create a bug report at https://github.com/muchasuerte/ha-besmart/issues and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation
2024-12-09 11:08:37.864 WARNING (MainThread) [homeassistant.helpers.entity] Entity None (<class 'custom_components.besmart.climate.Thermostat'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <ClimateEntityFeature.TARGET_TEMPERATURE|TARGET_TEMPERATURE_RANGE|PRESET_MODE: 19>, please create a bug report at https://github.com/muchasuerte/ha-besmart/issues and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation
Looks like some tweaks in integration are needed to stay compatible with newer HA.