Releases: bremor/bonaire_myclimate
Releases · bremor/bonaire_myclimate
1.4.0
What's Changed
- Add support for ClimateEntityFeature.TURN_ON by @MoFtZ in #34
- Replace async_foward_entry_setup with async_forward_entry_setups by @MoFtZ in #35
- chore: Create PR template by @boc-the-git in #40
New Contributors
Full Changelog: 1.3.0...1.4.0
1.3.0
What's Changed
- fix: Update various deprecated constants. Support TURN_OFF by @boc-the-git in #33
- Add stalebot by @boc-the-git in #38
- Tidy up the readme, removing redundant changelog by @boc-the-git in #39
New Contributors
- @boc-the-git made their first contribution in #38
Full Changelog: 1.2.1...1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.1.0 - New Service: "bonaire_myclimate.send_raw_command"
Introducing a new service that allows you to send commands directly to the Bonaire MyClimate Wi-Fi module. This is a much more reliable way for automations or scripts that require multiple changes at the same time, for example changing temperature and zone at the same time.
service: bonaire_myclimate.send_raw_command
data:
raw_command:
system: 'on'
zoneList: '1'
setPoint: '22'
1.0.0 - Breaking Changes
This custom component was completely re-written as of 1.0.0
and no longer uses yaml config and must be added through your Integrations
page. Please direct all bugs over to Issues.
- The component no longer 'assumes' the state of the Wi-Fi module. It will always wait for a response from the module to confirm settings have changed.
- The climate entity will go 'unavailable' if it is unable to connect to the Wi-Fi module after 5 attempts.
- Evap systems will use 'fan mode' to set the fan speed instead of the temperature gauge.
- fan_mode 0 maps to 'Pump Only' mode.
- fan_mode 1 through 7 maps to 'Manual' mode.
- fan_mode 8 maps to 'Boost' mode.
1.0.0
Breaking Changes in 1.0.0
This custom component was completely re-written as of 1.0.0
and no longer uses yaml config and must be added through your Integrations
page. Please direct all bugs over to Issues.
- The component no longer 'assumes' the state of the Wi-Fi module. It will always wait for a response from the module to confirm settings have changed.
- The climate entity will go 'unavailable' if it is unable to connect to the Wi-Fi module after 5 attempts.
- Evap systems will use 'fan mode' to set the fan speed instead of the temperature gauge.
- fan_mode 0 maps to 'Pump Only' mode.
- fan_mode 1 through 7 maps to 'Manual' mode.
- fan_mode 8 maps to 'Boost' mode.
0.6.4
Beta: Fixed zone issue
Beta release only, use with caution