Jason Rumney

Results 321 comments of Jason Rumney

Cameras are not supported, and would require a lot more investigation into the details of how they work with the tuya protocol and video streaming.

I have not looked closely at how localtuya is handling updates, but they have their own forked version of pytuya which they have customised themselves (this integration is using tinytuya,...

HA 2021.7 supports unit conversion, so if the device is always in F, then I think you can use the F variant of the config file instead of having an...

I'm still confused as to why you need to map the values instead of just using the "f" config, as it appears that all that is happening is the device...

Roller blinds should be cover devices, the same as curtains or garage doors that are already supported. However, the underlying tuya library does not currently support gateways and sub devices,...

In general, tuya devices need some time in between commands. They seem to be single threaded, and don't have much if any of a buffer in their networking stack. If...

After you add the device, and get either an error saying no matching devices or get offered simple switch as the only match, look in the Home Assistant logs. There...

Probably some work is required to support actual security locks, as the current support for locks is only used for child locks on other devices, so is very simple.

Please see the exact menu item I specified above. That is the only function in the cloud API that ties back to local commands.

So based on this, it seems it isn't possible to control the device (maybe only applies to from the cloud), only to monitor status. I guess maybe for local API,...