Releases: milo526/homebridge-tuya-web
v0.4.5
v0.4.4
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.
v0.4.3
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.
v0.4.2
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.4.2-0
v0.4.1
v0.4.0-beta
Fixes issues with hue and saturation
v0.4.0-4
v0.4.0-3
v0.4.0-2
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