Releases: echavet/MitsubishiCN105ESPHome
v1.2.3
Bug corrections
There was some bug preventing the loop cycle to work correctly.
What's Changed
- Update README.md by @echavet in #38
- Create .gitignore by @echavet in #41
- Delete .vscode directory by @echavet in #43
- Delete components/.DS_Store by @echavet in #42
- Echavet/issue40 by @echavet in #44
- Cycle mgmt refactor by @echavet in #45
- Echavet/issue40 by @echavet in #46
- Cycle mgmt refactor by @echavet in #47
Full Changelog: v1.2.1...v1.2.2
Optimistic strategy with pessimistic pattern
This release is a redesign of the communication logic with the climate module. It is optimistic in that commands are considered received as soon as they are sent. The main loop (loop() method) follows a sequential pattern of request chaining to minimize the risk of concurrent data access. The fork from @disruptivepatternmaterial has been merged. Thanks to him for his additions and his research on new frames that suggest improvements in upcoming releases.
What's Changed
- Update README.md by @disruptivepatternmaterial in #34
- issue #25 #25 by @echavet in #35
- Cycle management refactor by @echavet in #37
- bugs corrections
New Contributors
- @disruptivepatternmaterial made their first contribution in #34
Full Changelog: v1.2...v1.2.1
Big Refactor
What's Changed
- Optimistic refactor by @echavet in #28
- addition of the new RQST_PKT_STANDBY step in the loop cycle by @echavet in #29
Full Changelog: v1.1.3...v1.2
v1.1.3
v1.1.1
Full Changelog: v1.1...v1.1.1
Just a release to tag before a big refactor witch branch optimistic_refactor
Feedbacks release
A release comprising all the fixes following the issues recently opened by users.
example of configuration:
uart:
id: HP_UART
baud_rate: 2400
tx_pin: GPIO17
rx_pin: GPIO16
climate:
- platform: cn105
name: ${friendly_name}
id: "esp32_clim"
compressor_frequency_sensor:
name: Compressor frequency (clim Sejour)
vertical_vane_select:
name: Orientation de la Vane Verticale
horizontal_vane_select:
name: Orientation de la Vane Horizontale
isee_sensor:
name: ISEE Sensor
remote_temperature_timeout: 5min
update_interval: 1s # shouldn't be less than 1 second
debounce_delay : 500ms # delay to prevent bouncing
Before the storm
Wanted to tag a release before a big refactor to change the way to configure UART.
1.0.2 Stable
This version has been tested with full support of concurrent IR and Home Assistant controls.
Bug correction
This release includes the last bug correction (issue #2).