SmartM-ui

Results 35 comments of SmartM-ui

> I am not getting the color options wheel in my tuya lights. This is also a known issue with original integration. If you put the lights into a group...

> Ah i figured out how to do customization. > Go to Configuration > Customization > Find your light > last parameter should be "supported_features", hit edit icon, change it...

> > > @SmartM-ui Regarding the brightness, I am fixing it with the commit of [2be2dba](https://github.com/ollo69/ha_tuya_custom/commit/2be2dba2e0e67173120d058757abe27c04a0324f). Does the same problem occur in the latest version? > > As for the...

> The problem here is that we cannot have feed-back from the light about color temperature because this information is missing in Tuya API. > I do not understand if...

> https://github.com/nao-pon/ha_tuya_custom I tried to replace the ollo69 repository (https://github.com/ollo69/ha_tuya_custom) with yours (https://github.com/nao-pon/ha_tuya_custom), but the problem of brightness remains. I could notice this: If I set brightness via Alexa or...

@ollo69 @nao-pon I think I solved the problem of the OFF state when the brightness drops below 28%. I continue to do some tests and later place the code with...

@nao-pon @ollo69 I integrated the following code into light.py to solve the shutdown problem below 28%: def brightness(self): """Return the brightness of the light.""" if self._tuya.brightness() is None: return None...

@nao-pon Hi, I still have your repository and I have seen the update available. I create a copy of my current light.py and proceed with the upgrade, so let's try...

@ollo69 The @nao-pon update works perfectly! It manages to set the brightness to 1% without turning off the bulbs. The only thing I noticed, if I set the brightness from...

Hi, I have restored the @ollo69 repository and everything is working properly. Thank you all!