tuyanet icon indicating copy to clipboard operation
tuyanet copied to clipboard

.NET library to interface with Tuya WiFi smart devices over LAN.

Results 7 tuyanet issues
Sort by recently updated
recently updated
newest added

Tuya devices IP addresses are assigned via DHCP and they VERY frequently change. This is a problem when using the local Tuya API, where documentation here shows requiring an IP...

I bought new device with protocol 3.4, and i needed to add support new protocol in this library.

Today already dont work! Tuya make some changes, and this lib dont working!

Hi i want to get logs from devices but no success. Is there anybody help me? Thanks

Devices with protocol version 3.3 work fine, but it doesn't work with 3.4. It looks like the 3.4 protocol issue has been resolved for JS: https://github.com/codetheweb/tuyapi/blob/master/lib/message-parser.js Perhaps this will shorten...

I have set up a project as per the readme, I am able to see all the devices when calling GetAllDevicesInfoAsync(), I also have the correct region set, However when...

hi Using this code i can get the devspec of the device Console.WriteLine($"Device: {device.Name}, device ID: {device.Id}, local key: {device.LocalKey}"); var dev = new TuyaDevice(ip: device.Ip, localKey: device.LocalKey, deviceId: device.Id...