gaosen

Results 185 comments of gaosen

@recoi1er It's fixed in https://github.com/0x5e/homebridge-tuya-platform/pull/20, please install `@0x5e/homebridge-tuya-platform` instead of `homebridge-tuya-platform`

> @0x5e does the fix only apply on Fahrenheit degrees? Cuz I’m currently using the plugin you suggested to, I’ve tried both 1.6 and 1.7 (beta) versions and I do...

@Sch011 The example is below, please try if it solves your problem: https://github.com/0x5e/homebridge-tuya-platform/blob/develop_1.7.0/ADVANCED_OPTIONS.md#adjust-integer-schema-ranges

@Sch011 Using `onGet` and `onSet` to adjust the values, like this: ``` "onGet": "(value * 5);", "onSet": "(value / 5);", ```

> @0x5e Hi, as you may see the temperature below is 21 as it should be, thanks to the suggestion you gave me, but the one above ( the detected...

@Sch011 I need the original schema from the device info json, which can be found(the filepath) from the log.

they are already fixed on my fork, if anything not working for fan, you might using the non-standard device, need config manually, see my readme. @bFollon

reinstall the python3 and edl, no more "Cryptodome" error, but still not working. ``` ~ » edl w rootfs /path/to/rootfs.img /opt/homebrew/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html...

Same on me. there's a 400 bad request from hap server, I got it from wireshark, said malformed data or something, but I can't reproduce it now... And the name...

https://github.com/brutella/hap/blob/4ea1de40019c8a72bf7096d8842120ed581038ec/server.go#L489C45-L489C45 Currently the project only handles the whitespaces and latin characters.