Jason Rumney

Results 321 comments of Jason Rumney

You wrote > tuya-cli with protocol-version 3.2 returns: ``` devId: '16750538cc50e3xxxx', dps: { '1': true, '2': true, '3': 30, '4': 25, '5': 0, '6': 0, '7': 'Low' } } ```...

Interesting that you mention it has a child lock. When I go back to my Kogan manual, it also mentions a child lock, and the official app also seems to...

Does 6 change with the timer setting (maybe if you set it to more than one hour)? Or just stays at 0? If it stays at 0, it is most...

There are basically two ways to add support 1) As a separate device (gpcv_heater) - quick and easy, but maybe too messy for @nikrolls to accept as a pull request...

If you're happy with a separate device, then it should be fairly similar to the kogan_heater support in [make-all/tuya-local](/make-all/tuya-local), with some dps adjustments and child lock added back in.

There is an issue with HACS handling of symlinks. You'll see the same if you install the 0.1.0 beta releases from nikrolls/homeassistant-goldair-climate If you log in using ssh and manually...

I have a number of devices, most are on Tuya Protocol 3.1 still, and are very stable, but one is on Tuya protocol 3.3, and has this behavior. Every now...

If it is compatible with the Goldair GCPF315 fan, then yes, that exposes the LED display as a light entity.

It's quite different from the schema of the fan that is supported. dps: "1": true, "2": "1", "3": "1", "4": "off", "6": "0", "19": "24" current fan schema: dps: "1":...

For development, I just use a VM environment with pytest for running the unit tests. If you look at .github/workflows/tests.yaml, you should get some idea of what is required. For...