0
Prises Configurées
0
Prises Actives
0
Puissance Totale (W)
0
Automatisations
Recherche en cours... 120s
En attente d'un nouvel appareil...
Scan en cours...
| IP | Device ID | Local Key | Nom | Action |
|---|
Scan en cours...
| IEEE Address | Nom | Modèle | Action |
|---|
Scan en cours...
| Node ID | Nom | Fabricant | Action |
|---|
Connexion au compte VeSync...
| Nom | Type | Statut | Puissance | Action |
|---|
Connexion à Tuya Cloud...
| Nom | Type | Statut | Device ID | Action |
|---|
Scan en cours...
| IP | Device ID | Local Key | Nom | Action |
|---|---|---|---|---|
| Aucun appareil détecté. Lancez un scan. | ||||
pip install tinytuya
python -m tinytuya wizard
Suivez les instructions pour vous connecter à votre compte Tuya.
ls -la /dev/tty*
dmesg | grep tty
sudo usermod -a -G dialout $USER
sudo chmod 666 /dev/ttyUSB0
docker run -d --name zigbee2mqtt \
--device=/dev/ttyUSB0 \
-v $(pwd)/zigbee2mqtt:/app/data \
-e TZ=Europe/Paris \
koenkk/zigbee2mqtt
docker run -d --name zwavejs \
--device=/dev/ttyUSB1 \
-v $(pwd)/zwavejs:/usr/src/app/store \
-p 3000:3000 \
zwavejs/zwavejs2mqtt