Releases: mdaskalov/homebridge-tasmota-zbbridge
Releases · mdaskalov/homebridge-tasmota-zbbridge
v1.13.1
v1.13.0
New Features (Tasmota Devices):
- Indexing:
- Simplified configuration of multiple relays or switches on a single device (e.g.,
POWER1
,POWER2
, etc.).
- Simplified configuration of multiple relays or switches on a single device (e.g.,
- 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.
- Added support for few additional types, including:
- 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.
- Added
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
- use device hostname as model
v1.11.0-beta.6
- use definition default to initialize characteristic value
- fixed missing accessory information
v1.11.0-beta.5
- 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
- reduced timeout to 1s
- MQTT unexpected and timeout made off by default
v1.11.0-beta.3
- increased timeout on accessory information read
v1.11.0-beta.2
- increased timeout for esp8266 devices
v1.11.0-beta.1
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.