Releases: dbuezas/eq3btsmart
Releases · dbuezas/eq3btsmart
HA 2023.2.2 compatibility
Fixed backoff scaling bug
Full Changelog: v5.0.0...v5.0.1
BTProxy Support
What's Changed
- Set the valve state icon to mdi:pipe-valve by @ignisf in #38
- Use the appropriate attribute for the Window sensor by @ignisf in #39
- Breaking change: Lock entity's id is lock.my_thermostat (instead of switch.my_thermostat) by @ignisf in #40
- Revamp presets by @ignisf in #41
- Fix BTProxys by @ignisf in #37
- Backoff increases after each retry by @dbuezas in 56df036
- Longer request timeout by @dbuezas in 56df036
- Ensure connection is closed after an error if so configured by @dbuezas in 6588a37
Full Changelog: v4.0.1...v5.0.0
TEST BTProxy compatibility
test-for-andrei-micu-ro
ONLY AN EXPERIMENT, DO NOT USE
- Increases the response timeout to 30 seconds
- ignores errors on
start_notify
andwrite_gatt_char
** For testing purposes with ESPHome pr#4258 only **
Full Changelog: v4.0.1...test-for-andrei-micu-ro
HA 2023.1.1 compatibility
v4.0.0
What's Changed
Devices now have options:
- What the current temperature shows (nothing, setting temperature, target temperature, an estimate of actual temperature using the state of the valve, or an external entity)
- Scan Interval
- Bluetooth adapter selection (e.g to coexist with BTProxys)
- Disable debug entities
- Close connection
Other fixes
- Fix error when unloading device
- Change precision to 0.1 so the current temperature is more granular
- Pending updates don't accumulate
Full Changelog: v3.0.0...v4.0.0
v3.0.0
v2.1.0
What's Changed
New Entities for:
- Eco, Comfort, Away and Window Open temperatures
- Away and Window open durations
New Presets for:
- Eco
- Comfort
- Away
- Open
- Locked
Now that the connections are more stable, if a thermostat is really out of reach, the climate entity will go unavailable instead of reporting "unreachable" as a preset.
- Feat/configurable away and new presets by @dbuezas in #23
Full Changelog: v2.0.2...v2.1.0