Jason Rumney

Results 321 comments of Jason Rumney

You said you had two switches linked. Is the syncing of switch states also causing the command to be sent twice to the light? I don't think it will cause...

This is already supported by tinytuya, so we don't need a separate script for it. The difficult part is integrating it with the config flow, and preferably in a way...

I don't believe it is possible to "discover" IP addresses via the cloud. The IP address listed in the cloud data is the external IP address, which is almost always...

No, this would use the same developer account that is used currently, it would just do so automatically. But probably your experience defines a requirement that the account credentials be...

`persist: false` is set at the dp level, not the product level, and causes the dp to clear if it is not sent by the device. It has some specific...

Sorry, Tuya reorganised their API explorer recently, and I put the wrong function name on updated issue template. If you can log into the iot.tuya.com portal again, and get the...

Those logs are from a different integration, so I am not sure if `Detected dps: {}` is going to be an issue with this one also, or it is just...

So it seems like maybe the empty detected dps is a problem with this device. It will have to wait until device discovery based on the broadcast product id is...

This PR will address #939 also

Is your protocol version set in the config to the actual version used by the device? If you don't know what this is, you should be able to see the...