Releases: insound/iohouse_climate
Releases · insound/iohouse_climate
2.4.0
What changed in 2.4.0
- auto-discovery now better matches both iohouse and thermozone controller naming
- discovery setup no longer tries to read units before the user had a chance to enter an API key
- controller diagnostics now expose Wi-Fi RSSI, free heap and uptime sensors
- controller legionella_work is now available as a read-only binary sensor
- api_climate parsing now keeps more v2 metadata, including up, lw, ft, ca, config cap, zone and config-side sl
- valve entities can now appear later when valve telemetry becomes available after startup, instead of only on the first refresh
- options flow refreshes the current controller unit list before editing per-unit temperature limits
What changed in 2.3.2
- firmware update entity now preserves the last known upd/fw/uv values when partial st.sys payloads omit them, so the Home Assistant update sensor no longer drops into an unavailable/unknown state after otherwise successful controller requests
What changed in 2.3.1
- controller device is registered before child zone devices reference it through via_device
- partial /apiaction responses no longer make unrelated climate entities temporarily unavailable
- climate.set_temperature now sends temperature and hvac_mode together when Home Assistant provides both
- multi-entity climate actions with identical parameters are coalesced into one /apiaction request
- batched zone commands are sent as repeated query arguments, for example uid=a&uid=b&p=1
- the controller also accepts the fallback uids=a,b form for batch zone actions
2.3.0
- DS18B20 and DHT controller sensors now preserve hundredths in Home Assistant, while climate entities intentionally stay at
0.1 - busy controller outputs now remain visible as live switches in Home Assistant, but manual commands for occupied outputs are blocked locally and are not sent to the controller
2.2.1
2.2.1
- fixed DHT discovery in Home Assistant
- disconnected DHT channels no longer create
unknownentities - existing DHT entities now become unavailable correctly when sensor data is lost
2.2.0
- restored manual controller outputs as switch entities
- added DS18B20 and DHT sensors from controller
api_climatev2 - switched controller IO discovery to grouped v2 payload
2.02 Release
- Fixed CONFIG_SCHEMA
- Update rules for OTA
2.01 Release
- Fixed firmware update process (req 1.360+ firmware)
- Deprecated firmware sensor (should be removed)
2.0 Release
Refactoring first version