Skip to content

Releases: distante/esphome-components

v1.1.0

23 Apr 19:38
bbac17b

Choose a tag to compare

What's Changed

Features

  • Sniffer component: Added a new sniffer component to the sec-touch integration that listens for unhandled bus values — useful for discovering unknown device behaviors and expanding component coverage.
  • SET task priority: SET tasks now take priority over pending GET tasks in the queue, ensuring write operations are not blocked behind read requests.
  • Inter-task delay: Added a 30 ms delay between tasks to improve bus stability and reduce communication errors.

Improvements

  • Added debug logging for malformed messages to aid future diagnostics.
  • Added logging for the current sniffer status.
  • General code cleanup following review feedback.

Full Changelog: v1.0.9...v1.1.0

Update To esphome 2026.4

22 Apr 07:20
a116c8b

Choose a tag to compare

What's Changed

Full Changelog: v1.0.8...v1.0.9

Update to work with ESPHOME 2025.11.0

22 Nov 12:13

Choose a tag to compare

v1.0.7

22 Jun 07:54

Choose a tag to compare

Fix problem where a Fan could not be turned on without changing the speed.
Full Changelog: v1.0.6...v1.0.7

v1.0.6

16 Jun 13:47

Choose a tag to compare

Fans are not turned on when requesting OFF while already being OFF
Full Changelog: v1.0.5...v1.0.6

v1.0.5

09 Jun 10:34
d695033

Choose a tag to compare

What's Changed

  • fix(sec_touch): do not keep waiting for bytes if UART Buffer just send one STX byte and ETX never comes by @distante in #7

Full Changelog: v1.0.4...v1.0.5

v1.0.4

08 Jun 09:06
0b4521d

Choose a tag to compare

What's Changed

  • refactor ventilation controller to not track single tasks by @distante in #4
  • Watch dog to prevent updating stopping due missed uart message.
  • Clean up in case of malformed messages
  • More logs for debug

Full Changelog: v1.0.3...v1.0.4

v1.0.3

04 Jun 15:03

Choose a tag to compare

Removed incorrect handling of "noise" inside Fan update. It was causing the hole app not to work.

Full Changelog: v1.0.2...v1.0.3

v1.0.2

04 Feb 21:28

Choose a tag to compare

Fix: float 255 "not-connected" state is set correctly

Full Changelog: v1.0.1...v1.0.2

v1.0.1

04 Feb 18:32

Choose a tag to compare

Removed noisy warn log
Full Changelog: v1.0.0...v1.0.1