Daniel Mack

Results 49 comments of Daniel Mack

As somebody who uses the DBus API in a product I'd like to know whether you intent to keep the current interface in place?

Nice, thanks for the answer. FTR, I've written a Golang package to interface with that API and published it here: https://github.com/holoplot/go-rauc Once the new API is in place, I can...

Controlling the brightness still works fine, btw.

It doesn't seem to suffice. ``` May 30 16:30:03 alarmpi hass[3314026]: Traceback (most recent call last): May 30 16:30:03 alarmpi hass[3314026]: File "/usr/lib/python3.8/site-packages/homeassistant/helpers/entity.py", line 284, in async_update_ha_state May 30 16:30:03...

So now, `support_color()` returns `True` but `hs_color` returns `None`, and homeassistant is not amused about that.

I just had another look at what is being returned from the API and it's really bogus. The mode reflects what is set in the Tuya smartphone app and toggles...

I can confirm the patch in this PR fixes the problem for me on an embedded platform that operates avahi on a network bridge device. Thanks a lot for sharing!

@mystcb Thanks a lot for your efforts! Are you still working on pushing this over the finish line?

I have seen the image being pulled from DockerHub each time a cronjob is performed :thinking: With my patch applied, this no longer happens. FWIW, this is a deployment based...