leikoilja / ha-google-home

Home Assistant Google Home custom component
MIT License
425 stars 73 forks source link

RGB light bulbs not changing to colour mode with Google Assistant or through the Google home app. #502

Closed Phil-m-pinto closed 2 years ago

Phil-m-pinto commented 2 years ago

Describe the bug

Version of the integration

If you are unsure about the version check the github release here.


Add version here.
```1.9.9

## Logs

<!-- To enable debug logs, put the below snippet in your configuration.yaml file.

logger:
  default: debug
  logs:
    custom_components.google_home: debug
-->

<!-- Paste logs below here-->

```text
Add your logs here.
Phil-m-pinto commented 2 years ago

Unable to change smart light bulbs to colour mode or change the colour of the bulb on the bulb is in white mode through Google Assistant or with the Google home app. However, I am able to change the colour through HA. Once the bulb is in colour mode Google then allows me to adjust its colour. But if I switch it back to white mode I can't switch it back to colour mode. This is an issue that has been reported in the tuya integration issues section. However, I am wondering if the problem is with the Google home integration ( this is the link to the to your integration issue https://github.com/home-assistant/core/issues/60476

ArnyminerZ commented 2 years ago

I don't see why this integration would have something to do with Tuya. This only controls Google Home devices, not any "domotics related devices". However, feel free to develop a bit more on the subject and we might be able to help.

Phil-m-pinto commented 2 years ago

I don't see why this integration would have something to do with Tuya. This only controls Google Home devices, not any "domotics related devices". However, feel free to develop a bit more on the subject and we might be able to help.

Ok, I don't know how these things work but it seems coincidental that you can change colour mode with HA! But you can't change colour mode with Google could it be something to do with the way ha shares its entities with Google.

ArnyminerZ commented 2 years ago

The thing is that this integration doesn't communicate with lights, even though Google Home does. This integration just interfaces with Google Home-inherited functionalities, not what GH is capable of. I mean, the integration just controls alarms, volume... Functions that "are in all the Google Homes", I don't know if I'm explaining myself.

This issue should be reported directly to the Tuya Integration in HA core, or the integration in particular that controls your lights. Maybe Philips Hue, or whatever it is.

Hope this makes things clearer. If not, please ask again and I will try to help as much as possible.