Skip to content

Releases: ElVit/esphome_components

v0.0.9

17 Apr 09:16
369a812

Choose a tag to compare

What's Changed

  • 🆕 Added TOP143, SET43, SET44, SET45, SET46 by @ElVit in #33
  • 🆕 Added new Heatpump Models by @ElVit in #33
  • 🚀 Set default value for attribute MODE to BOX for all number entities by @ElVit in #33

Full Changelog: 0.0.8...0.0.9

v0.0.8

26 Mar 21:06
7cddcae

Choose a tag to compare

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

02 Mar 13:48
259c97f

Choose a tag to compare

What's Changed

Component: Panasonic Heatpump

  • 🆕 Add water_heater by @ElVit in #22
  • 🆕 Add new heatpump models (taken from heishamon) by @ElVit in #23
  • 🆕 Add top142 (taken from heishamon) by @ElVit in #24

Full Changelog: 0.0.6...0.0.7

v0.0.6

05 Feb 18:44

Choose a tag to compare

What's Changed

Component: Panasonic Heatpump

  • 🚀 Add Comprehensive Tests and CI by @ElVit in #17
  • 🐛 Heatpump uart client timeout fix (fixes #13) by @ElVit in #18

Full Changelog: 0.0.5...0.0.6

v0.0.5

27 Nov 18:31
0ded598

Choose a tag to compare

What's Changed

Component: Panasonic Heatpump

  • 💥 Fix breaking changes caused by ESPHome 2025.11 (fixes #14) by @ElVit in #15

Full Changelog: 0.0.4...0.0.5

v0.0.4

23 Jul 13:50
795d705

Choose a tag to compare

What's Changed

Component: Panasonic Heatpump

  • 🆕 Add support for extra query (fixes #11) by @ElVit in #12

Full Changelog: 0.0.3...0.0.4

v0.0.3

13 Jul 07:43
505d643

Choose a tag to compare

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

30 Jun 08:15
9b1d64b

Choose a tag to compare

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

20 Jun 07:58
6c8862e

Choose a tag to compare

v0.0.1 Pre-release
Pre-release

🎉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.