Jason Rumney

Results 321 comments of Jason Rumney

No, it seems I was mistaken, some device ids do end in non-hex characters. I even have 3 of these myself now that I check. In your latest logs, the...

`random` should be mapped to music, and `colourloop` to scene, as those two are standard HA effects and seem to be the most standard on Tuya bulbs. But since there...

The delay seems extreme - normally you should only get a 3 second delay if a command is being sent immediately after another command. It seems like the light may...

Really all that needs doing is to copy the config file that was detected when the light was added (you did not say which device it was, but maybe rgbcw_lightbulb.yaml,...

When installed, it should be under config/custom_components/tuya_local/devices/ By default, the entity names are based on the config file name, so you should be able to work out the config name...

This config is almost identical to the GardenPAC config except hvac_action is changed to hvac_mode. Actually it is a bit strange that the pool heatpumps supported so far have read-only...

Release 0..19.3 contains a fix for the issue indicated in the logs. My guess is that on lights that only return color_temp when in the rgb color mode, this may...

It seems the way that localtuya does it is to use a persistent connection with asyncio, but it isn't as simple as making the connection persistent, the way the connection...