Releases: TheAgentK/tuya-mqtt
Releases · TheAgentK/tuya-mqtt
Release 3.0.4
Release 3.0.3
- Fix reconnect failure for some disconnect/socket failure cases
- Remove duplicate republish function
Release 3.0.2
- Update RGBTW light detection to better handle devices which don't report DPS color value when in white mode
- Implement reconnect when device disconnects socket on it's end
- Fix (hopefully) uninitialized key variables for devices which fail to update keys in specific modes
- Update package dependencies to latest versions
3.0.0 Release
3.0.0 is a major release with many breaking changes from prior versions. Users of prior versions should read the documentation carefully and be prepared to make significant changes to their configuration.
Major changes since 2.1.0:
Completely new configuration engine (no more topic based configuration
Completely new topic structure
New template engine for creating friendly topic structure from raw DPS values
Pre-defined templates for some common devices
Directly control devices via Tuya JSON topic or via DPS key topics
Release 2.1.0
- Add protocol 3.3 support
- Fix for setting color on bulbs which can't accept brightness and color at same time
- Add support for schema command to update status
- Various minor fixes and cleanups