Skip to content

Releases: mdaskalov/homebridge-tasmota-zbbridge

v1.13.1

08 Feb 19:41
Compare
Choose a tag to compare
  • Fixed Zigbee2MQTT light sensor illuminance

v1.13.0

08 Jan 16:50
Compare
Choose a tag to compare

New Features (Tasmota Devices):

  • Indexing:
    • Simplified configuration of multiple relays or switches on a single device (e.g., POWER1, POWER2, etc.).
  • Expanded Lightbulb Support:
    • Added support for CCT (tunable white) and RGBCCT (full-color + tunable white) lightbulbs.
    • Introduced Adaptive Lighting support.
  • New Device Types:
    • Added support for few additional types, including:
      • BUTTON
      • CONTACT
      • VALVE
      • LOCK
      • ...and more - adding support for new device types is much easier now.
  • Command Handling Enhancements:
    • Tasmota commands are processed by awaiting and parsing the expected response.
    • Command timeouts or invalid responses can be written in the log
    • Device identification commands are repeated for devices in sleep mode
  • Sensor Autodetection:
    • Temperature and humidity sensors can now be automatically detected by selecting the SENSOR type.
  • Custom Device Type:
    • Added CUSTOM device type, enabling support for any Homebridge accessory through a JSON device definition.

Breaking Changes:

This update introduces a new indexing system for device types, designed to streamline the configuration. While older device types remain supported for now, note the following:

  • Once a device is switched to a new type, it will be treated as a new device and automatically added to the default room.
  • Any existing automations associated with the device must be reconfigured.

v1.11.0-beta.7

20 Dec 13:52
Compare
Choose a tag to compare
v1.11.0-beta.7 Pre-release
Pre-release
  • use device hostname as model

v1.11.0-beta.6

20 Dec 13:31
Compare
Choose a tag to compare
v1.11.0-beta.6 Pre-release
Pre-release
  • use definition default to initialize characteristic value
  • fixed missing accessory information

v1.11.0-beta.5

19 Dec 10:37
Compare
Choose a tag to compare
v1.11.0-beta.5 Pre-release
Pre-release
  • request device characteristic value only if unknown
  • retries for sensor and accessory information requests
  • updated node version requirements
  • bump dependencies

v1.11.0-beta.4

14 Dec 20:27
Compare
Choose a tag to compare
v1.11.0-beta.4 Pre-release
Pre-release
  • reduced timeout to 1s
  • MQTT unexpected and timeout made off by default

v1.11.0-beta.3

30 Nov 19:34
Compare
Choose a tag to compare
v1.11.0-beta.3 Pre-release
Pre-release
  • increased timeout on accessory information read

v1.11.0-beta.2

30 Nov 19:29
Compare
Choose a tag to compare
v1.11.0-beta.2 Pre-release
Pre-release
  • increased timeout for esp8266 devices

v1.11.0-beta.1

24 Nov 15:12
Compare
Choose a tag to compare
v1.11.0-beta.1 Pre-release
Pre-release

New Features:

  • Device Indexing: Simplified configuration for devices like relays (e.g., POWER1, POWER2, etc.).
  • Expanded Lightbulb Support:
    • Added support for CCT (tunable white) and RGBCCT (full-color + tunable white) lightbulbs.
    • Introduced Adaptive Lighting support.
  • New Device Types: Support for additional types, including:
    • BUTTON
    • CONTACT
    • VALVE
    • LOCK
    • ...and more.
  • Command Handling Enhancements:
    • Responses from Tasmota commands are now awaited and parsed for better accuracy.
    • Devices can optionally be marked as unavailable if commands are not replied to within the timeout (disabled by default).
  • Sensor Autodetection: Temperature and humidity sensors can now be automatically detected by selecting the SENSOR type.
  • Custom Device Type: Added the CUSTOM device type, enabling support for any Homebridge accessory through a JSON description.

Breaking Changes:

This update introduces a new indexing system for device types, designed to streamline configuration. While older device types remain supported for now, note the following impacts:

  • Once a device is switched to a new type, it will be treated as a new device and automatically added to the default room.
  • Any existing automations associated with the device will need to be reconfigured.

v1.10.0

20 Oct 00:14
Compare
Choose a tag to compare
  • Added ContactSensor support for Tasmota switches
  • Updated dependencies
  • Fixed vulnerabilities