Is hier ook een nedelandse uitleg van?
ik kom er niet helemaal uit.
Both methods below require you to install the CLI tool before proceeding.
Install it by running `npm i @tuyapi/cli -g`. If it returns an error, you may need to prefix the command with `sudo`. (Tip: using `sudo` to install global packages is not considered best practice. See [this NPM article](https://docs.npmjs.com/getting-started/fixing-npm-permissions) for some help.)
## Linking a Tuya device with Smart Link
This method requires you to create a developer account on [iot.tuya.com](https://iot.tuya.com).
It doesn't matter if the device(s) are currently registered in the Tuya app or not.
1. After you've created a new account, hover over the user icon in the top right and select "Cloud API Authorization". Apply for authorization, it may take a few days for your account to be approved. (The access ID and access key are equivalent to the API key and API secret values need.)
2. Go to App Service > App SDK. Click on "Obtain SDK", select the WiFi option, and enter whatever you want for the package names and channel ID (for the Android package name, you must enter a string begining with `com.`).
3. Take note of the **Channel ID** after saving. This is equivalent to the `schema` value needed. Ignore the app key and app secret values.
4. Put your devices into linking mode. This process is specific to each type of device, find instructions in the Tuya Smart app. Usually this consists of turning it on and off several times or holding down a button.
5. On the command line, run something similar to `tuya-cli link --api-key <your api key> --api-secret <your api secret> --schema <your-schema/channel ID> --ssid <your WiFi name> --password <your WiFi password> --region us` (the device you're running this on can be connected to a different network than the one you want the Tuya device to join, **as long as** the connected network has at least one access point that will broadcast packets and the target network has a 2.4Ghz band). For the region parameter, choose the two-letter country code from `us`, `eu`, and `cn` that is geographically closest to you.
6. Your devices should link in under a minute and the parameters required to control them will be printed out to the console.
## Linking a Tuya Device with MITM (deprecated)
This file has been truncated. show original
Ja met Engels kan ik me prima redden maar snap niet zo goed waar ik alle gegevens weg moet halen, misschien moet ik dan vragen om een uitgebreidere uitleg :grijnzend:
Als ik de obtain SDK aanmaak op de 2e pagina moet ik ook wat invullen :ondersteboven:
Punt 5, vul iets soortgelijks in?
Ik heb vanavond flink zitten klooien om βde andereβ manier van koppelen uit te vogelen. Dat viel nog even niet mee. Ik heb het nu voor 99% klaar. In de Tuyapi zie ik de lamp als online en ik kan hem aan Homey toevoegen. Daar ziet ie hem ook als online. Ik kan er alleen geen acties op uitvoeren.
Mocht ik het wel zo ver krijgen, dan wil ik de stappen in het Nederlands ook best delen.