-
I tried Tuya-convert with a brand new Digoo NX-SP202 dual socket but it did not connect to fake AP.
After some sniffing, I found out my socket is attemting to connect to "tuya_mdev_test2".
Then …
alfem updated
5 years ago
-
Possibly similar to [issue 220](https://github.com/codetheweb/tuyapi/issues/220) I currently maintain the tuya-mqtt code and have recently modified it to work with tuya 5.1.1 and to support device dis…
-
I am trying to install on rapsbian stretch.. I get this error..
root@tuyablue:~# npm install codetheweb/tuyapi
(node:2937) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir(…
-
Ich habe aktuelle Teckin steckdosen bekommen mit der Firmware 1.0.10. Diese scheinen das UDP Paket nicht auf 6666 sondern auf 6667 auszusenden.
-
Hi,
is it possible to control shutter motors? And if yes, which mqtt topic do i have to use? I already have all keys that I need to send the message to the correct topic. The only thing I´m missing…
-
File I run :
const apiKeys = require('./keys.json');
const Cloud = require('./index.1.js');
const is = require('is');
const api = new Cloud({key: apiKeys.key, secret: apiKeys.secret});
const apiR…
-
**Describe the bug**
npm i @tuyapi/cli -g Permission denied (publickey) error
root@ProjectQuark:~# npm i @tuyapi/cli -g
(node:632) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.…
-
Debug protocoll
2019-03-15 11:58:53.251 - [32minfo[39m: tuya.0 Anyproxy ready to receive requests
2019-03-15 11:59:04.537 - [32minfo[39m: tuya.0 new Shema added for product type 6mowdiydpq6sxu…
-
I have followed the instructions in https://github.com/codetheweb/tuyapi/blob/master/docs/SETUP.md but i am having trouble connecting.
I have the proxy running, I am able to download the certificat…
-
Hi,
I'm trying to optimize my script little bit and because I'm usualy changing multiple parameters at the same time, I would like to use only one Set command.
This is example what I want to use:
…