Skip to content

Releases: TheAgentK/tuya-mqtt

Release 3.0.4

27 Jan 18:48
Compare
Choose a tag to compare
  • Fix for reconnect failure during some error cases (this is not complete but seems to work in the vast majority of cases)
  • Bump tuyapi dependency to latest release

Release 3.0.3

13 Jan 01:21
Compare
Choose a tag to compare
  • Fix reconnect failure for some disconnect/socket failure cases
  • Remove duplicate republish function

Release 3.0.2

06 Jan 03:20
a5b344f
Compare
Choose a tag to compare
  • 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

19 Oct 01:30
8f8d4fb
Compare
Choose a tag to compare

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

18 Sep 15:43
390d81c
Compare
Choose a tag to compare
  • 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