Skip to content

Releases: milo526/homebridge-tuya-web

v0.4.5

14 Aug 18:44
v0.4.5
ba48635
Compare
Choose a tag to compare

The previous cache and debounce thresholds where too tight, this sometimes led to the RequestingTooQuickly error.
This release severely reduced the chances of that happening.

v0.4.4...v0.4.5

v0.4.4

14 Aug 16:44
v0.4.4
68d8c89
Compare
Choose a tag to compare

This release should finally fix the much dreaded "Requesting too quickly" error 🎉
This also prevents the "not responding" state for your Tuya devices (and maybe even other devices)

Lastly this release also fixes some issues where disabling scene support might lead to some extra errors.

  • Improve device discovery handling 7deec29
  • Adhere to Tuya Rate Limiting e5b4369
  • Improve error clarity 19a45b3

v0.4.3...v0.4.4

v0.4.3

12 Aug 10:52
v0.4.3
d1ead7f
Compare
Choose a tag to compare

This updates improves handling of certain errors to aid in debugging purposes.
Please remember to submit an issue if something is not working as expected.

  • Improve handling of authentication errors f3abd60
  • Improve documentation on finding device ids 506090f

v0.4.2...v0.4.3

v0.4.2

11 Aug 20:12
v0.4.2
32740fc
Compare
Choose a tag to compare

This update adds support for scenes to the plugin 🎉, scenes are not exposed to homebridge by default.
Please see the documentation with information on how to add Tuya scenes to homebridge.

This update also brings a much needed update to our config-ui-x support which enables you to edit your configuration files better via the nicer interface.

⚠️ Possible breaking change ⚠️
Once a device is removed from Tuya or a scene is removed from the whitelist, the corresponding device will be removed from homebridge, this might interfere with your automations.

Behind the scenes (pun intended) the plugin has also received a major overhaul, moving to a better maintainable code base which should enable quicker updates and less bugs.

To see the code related changes please check below.

v0.3.3...v0.4.2

v0.4.2-0

29 Jul 21:03
v0.4.2-0
88a603e
Compare
Choose a tag to compare
v0.4.2-0 Pre-release
Pre-release
  • Improve handling of new accessories 28df8ba

v0.4.1...v0.4.2-0

v0.4.1

28 Jul 20:29
v0.4.1
16526c9
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release
  • Added scene support 0329136
  • Added ability to whitelist scenes 51ab8dc
  • Allow whitelisting scenes by name 0c46398

v0.4.0...v0.4.1

v0.4.0-beta

26 Jul 15:14
d542cb8
Compare
Choose a tag to compare
v0.4.0-beta Pre-release
Pre-release

Fixes issues with hue and saturation

v0.4.0-4

26 Jul 15:06
v0.4.0-4
821a2b9
Compare
Choose a tag to compare
v0.4.0-4 Pre-release
Pre-release
  • Allow better control for fans 03cd0a1

v0.4.0-3...v0.4.0-4

v0.4.0-3

26 Jul 14:46
v0.4.0-3
939d0c7
Compare
Choose a tag to compare
v0.4.0-3 Pre-release
Pre-release
  • Allow disabling polling in config 80cbfad
  • Prevent uncaught promise rejection on poll 6c1de73
  • Fix minimum fanspeed 3f6ae7b

v0.4.0-2...v0.4.0-3

v0.4.0-2

26 Jul 14:11
v0.4.0-2
e61333d
Compare
Choose a tag to compare
v0.4.0-2 Pre-release
Pre-release

Direct hap-nodejs references prevented the plugin from starting since that packages is not commonly installed on homebridge servers, neither should it be. The usage of this was an oversite in which we tried to keep our compact a bit more compact.

  • Remove direct hap-nodejs references 09113dd

v0.4.0-1...v0.4.0-2