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