Releases: ElVit/esphome_components
Releases · ElVit/esphome_components
v0.0.9
v0.0.8
What's Changed
- 🐛 Fix negative values by @ElVit in #26
- 🆕 Add Error Reset Switch (Restart Heatpump) by @ElVit in #30
- 🆕 Add TOP139-141 and SET39-42 by @ElVit in #29
- 🚀 Use threads to read UART message by @ElVit in #27
💥 Breaking Change 💥
Since this release the arduino framework is no more supported for this ESPHome component.
Please use instead the ESP-IDF framework.
If you still want to use the arduino framework (e.g. because you use an ESP8266) you can use the branch heatpump/arduino.
external_components:
- source:
type: git
url: https://github.com/ElVit/esphome_components
ref: 'heatpump/arduino'
components: [ panasonic_heatpump ]
Be aware that new features from the main branch will only be synced on request.
Full Changelog: 0.0.7...0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
What's Changed
Component: Panasonic Heatpump
- 🧰 Minor change to not decode Panasonic extra query.
- 🚧 Panasonic extra query will be implemented later.
Full Changelog: 0.0.2...0.0.3
v0.0.2
What's Changed
Component: Panasonic Heatpump
- 🧰 Refactored Code: Moved most code from main component class to entity component classes.
- 🆕 Added climate entities
- 🧰 Added options to number and climate component to set limits (removed function "set_traits")
- 🧰 Moved option "cool_mode" from main component to select and climate component
Full Changelog: 0.0.1...0.0.2
v0.0.1
🎉First Release🎉
Component: Panasonic Heatpump
Implementation is based on Heishamon v3.9.
This means the information how TOPs and SETs are decoded is used from Heishamon.
But it does not mean all features from Heishamon are implemented here.
Component: Maidesite Desk
Implementation is based on Jiecang Desk Controller and Jarvis Standup Desk.