Skip to content

Releases: vinodsr/node-red-contrib-tuya-smart-device

5.2.0

11 Jun 06:27
6621d7b
Compare
Choose a tag to compare
  • Added new control action "SET_EVENT_MODE"
  • Improve the code base
  • Improved example

https://flows.nodered.org/node/node-red-contrib-tuya-smart-device/

5.0.0

29 Jun 09:35
Compare
Choose a tag to compare
  • Updated TuyaAPI to 7.3.0
  • Added support to store device Id and device Key as credentials #77
  • Changed the default find timeout value to 10 seconds
  • Renamed tuya smart device generic node to tuya smart device hub

Thanks to foxylion for suggesting the crendentials feature

4.1.1

10 Jun 03:31
Compare
Choose a tag to compare
  • Fix retry timeout not set via command
  • Fix state change issues with the state output of the node.
  • Handled the TuyAPI unhandled exception( Thanks to @msillano)
  • Check for connection before sending message
  • Added troubleshooting section in README

Node Red : https://flows.nodered.org/node/node-red-contrib-tuya-smart-device

NPM JS : https://www.npmjs.com/package/node-red-contrib-tuya-smart-device

4.1.0

30 May 13:06
8679ffd
Compare
Choose a tag to compare
  • Added CONTROL commands as input (CONNECT, DISCONNECT, RECONNECT)
  • Seperate output node for device status and client status
  • Dynamically set the find and retry timeout (Not saved permanently in the config)
  • Disable auto connect on start

Node Red : https://flows.nodered.org/node/node-red-contrib-tuya-smart-device

NPM JS : https://www.npmjs.com/package/node-red-contrib-tuya-smart-device

4.0.1

11 Apr 10:24
a60d0c8
Compare
Choose a tag to compare

4.0.0

11 Apr 09:29
9f9ac6e
Compare
Choose a tag to compare

3.1.0

05 Mar 14:33
c2dc571
Compare
Choose a tag to compare
  • Added support for catch node. If there a catch node in the flow, the tuya smart device node will not throw any error to the debug window. Implementing #47

Download : https://flows.nodered.org/node/node-red-contrib-tuya-smart-device

https://www.npmjs.com/package/node-red-contrib-tuya-smart-device

3.0.2

03 Mar 06:46
0bb1f08
Compare
Choose a tag to compare

1.2.1

04 Dec 13:14
fa221b1
Compare
Choose a tag to compare

1.2.0

15 Nov 15:23
0c88317
Compare
Choose a tag to compare

https://www.npmjs.com/package/node-red-contrib-tuya-smart-device

  • Added a generic SET node which can be controller with message.payload. One node to set command for many devices. Thanks to @formatBCE for the suggestion.