Skip to content

v0.0.8

Choose a tag to compare

@ElVit ElVit released this 26 Mar 21:06
· 27 commits to main since this release
7cddcae

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