Skip to content

1.1.2 (2025-03-19)

Latest
Compare
Choose a tag to compare
@flame4ever flame4ever released this 19 Mar 18:40

1.1.2 (2025-03-19)

Enhancements
Improved API Efficiency: Removed redundant API calls by optimizing the data update process through the coordinator
Immediate Updates: Climate entities now trigger an immediate data refresh after temperature changes for consistent state across all entities
Better Logging: Added detailed data logging in the coordinator for improved debugging capabilities

Bug Fixes
Error Handling: Fixed error "could not convert string to float" for non-numeric sensor values like "kein Sensor vorhanden"
Sensor Availability: Non-numeric values for temperature/humidity sensors now correctly mark the entity as unavailable instead of failing
Mode Sensor Improvements: Made the operation mode sensor more robust with better data handling

Under the Hood
Code Optimization: Streamlined the entity update process to minimize server requests
Better Error Reporting: More detailed error information in logs
Coordinator Improvements: Enhanced the DataUpdateCoordinator with better timing metrics