Jason Rumney

Results 483 comments of Jason Rumney

Timer functions can only be made to work properly if you provide the full information from QueryThingsDataModel (**/v2.0/cloud/thing**/*DEVICE_ID*/**model**) which will include details like range, scale, step for those numeric values,...

Yes, that is the info, thanks.

Based on the cover devices supported in tuya-local, "open", "close", "stop" and often "continue" are by far the most common strings used for covers. There are some early devices that...

FYI, here is a "poll" of values used by various cover devices (continue has been left out of many of these even though the device supports it, because Home Assistant...

Looking at the actual config, the type 4 is actually string type, and should be prefixed with 0, so `["01", "02", "03"]`, the contributor forgot to add quotes to get...

I can't tell which logs are relevant to this report, and the dps information is cloud only info, missing the local ids.

``` mapping: - step: 10 ``` under the dp definition will give a step size of 10 (when you change it will snap to nearest)

The latter would seem to be a bug in HA, since the translation file definitely defines a name for water class valves. https://github.com/home-assistant/core/blob/dev/homeassistant/components/valve/strings.json But this could also be complicated by...

This is not exposing the model, it is incorrectly tying the config file to device constructor, and using a fake for the conection test, which is when such information would...

Currently I am waiting for tinytuya to release 2.0.0 to begin the work, as that will anyway require a major rewrite.