You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting up a new tuya device is pretty painful right now: You need to register for a developer account at tuya in order to get an API key, which you then need to obtain the id and key value of your device using a CLI, which you then have to copy-and-paste into the add-on settings.
Ideally, the add-on should be able to search for tuya devices through the default pairing interface of the gateway. Libs for searching for tuya devices do already exist, e.g. tuya-cli or TinyTuya. This could solve the difficulty of having to use CLI, but it would still require to register for a dev account at tuya, since these tools require an API key. This could of course be solved by delivering the add-on together with an API key, but I am not so sure whether we are allowed to do this.
Any comments appreciated.
The text was updated successfully, but these errors were encountered:
It is pretty much the same as @codetheweb Linking a Tuya Device with MITM, except you run Burp Suite through Windows 10. I did some checking and it looks like it no longer works.
Setting up a new tuya device is pretty painful right now: You need to register for a developer account at tuya in order to get an API key, which you then need to obtain the id and key value of your device using a CLI, which you then have to copy-and-paste into the add-on settings.
Ideally, the add-on should be able to search for tuya devices through the default pairing interface of the gateway. Libs for searching for tuya devices do already exist, e.g. tuya-cli or TinyTuya. This could solve the difficulty of having to use CLI, but it would still require to register for a dev account at tuya, since these tools require an API key. This could of course be solved by delivering the add-on together with an API key, but I am not so sure whether we are allowed to do this.
Any comments appreciated.
The text was updated successfully, but these errors were encountered: