Jason Rumney

Results 321 comments of Jason Rumney

I think these bulbs are fairly standardised, probably only 4 or 5 configs will cover the full range on the market. I just bought some RGBCW bulbs this week and...

I notice that your config documentation so far is missing the color_temp and color_data dps (23 and 24) and seems to overload their functions onto the scene_data (25) dp. This...

Given the time that has passed and the missing logs, together with the complexity of parsing color temp and color data out of the scene data instead of having separate...

I think this is a known issue with some smartplugs, where the statistical data is not automatically returned with every poll, and needs to be explicitly requested. Some new mechanism...

Your light has only one option: soft. If that is all that is listed in the iot.tuya.com device info then I am sure the info is lacking. You'll need to...

This should be supported now in the latest release.

Are there any errors in the log? The state should follow dp 9, which is boolean: false for "heat", true for "cool". But if dp 9 is not a boolean,...

I'll need to look into what this entails further. Most likely it will need some upstream changes to the tinytuya library, as the current documentation does not mention gateways at...

Not in the libraries currently available for python, which Home Assistant integrations use. Currently only the nodejs library and tuyacli app connect to iot.tuya.com

There does appear to be provision for this in tinytuya, but currently it is implemented as a command-line wizard, and I think will require refactoring of the library itself to...