Jason Rumney
Jason Rumney
The modelId is not the same as product id (I don't know why tuya has so many "id"s). Product id is found in the same API calls that return the...
dps info is missing the numeric id to tie it back to the log. If possible, please send the result of the "Query Things Data Model" API call.
I don't know if anyone can confirm whether 2024.9.1 is back to the level of 2024.8.0? I only received my order of a Bluetooth hub and devices for testing after...
UDP broadcasts are only used for discovery. In this integration, it is used during the Cloud config flow to detect the IP address, but if it fails you can still...
Issues you may be running into: - when scanning the QR, the app is opened. That can cause the app to make a local connection to the device. Some devices...
Standard tuya integration is cloud only, so it shouldn't interfere with local connections.
I think that log is of a different issue, which is specific to v3.4 devices that are being polled, and not related to changes in 2024.9.0 https://github.com/jasonacox/tinytuya/issues/581#issuecomment-2591052925
This needs proper info on the DPS, including type, range, valid values and description to be actionable. Also product id does appears to be in the format used for device...
You need a developer account on iot.tuya.com really, to get sufficient information about devices to implement them locally. Once you have signed up there, the API Explorer, Device Control section...
Some devices have a current_position dp that can be used to determine whether is is open or closed and detect start of movement. But for the most part you just...