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

a node-red module for managing tuya smart devices
https://flows.nodered.org/node/node-red-contrib-tuya-smart-device
MIT License
43 stars 15 forks source link

where do i set the api credentials #137

Open lgwapnitsky opened 6 months ago

lgwapnitsky commented 6 months ago

Call me daft, but I think I'm missing where to put in my tuya api credentials.

msillano commented 6 months ago

Full credentials are required by tuya-cli wizard.

To use the tuya-smart-device node is required only device-id and local key, found using tuya-cli wizard, or via the 'Tuya Development Platform', or using Tuya OpenAPI. See ISSUE#139. Details here.

Hope this can help.