DewGew / DZGA-Flask

Domoticz Google Assisting using Flask
GNU General Public License v3.0
8 stars 4 forks source link

issue with Philips Hue bulbs #97

Closed vreesie18 closed 4 months ago

vreesie18 commented 4 months ago

I seems to be having an issue with Philips Hue bulbs.

They come as source from domoticz in flask, I see them in flask, I see them in my room in Google Home, I can change settings in the Google Home app but I can't talk to the assistant to have the lights turned on.

All my other non Philips Hue devices work okay.

Am I missing something ?

"ColorSwitch_2436": {
    "id": "ColorSwitch_2436",
    "type": "action.devices.types.LIGHT",
    "traits": [
        "action.devices.traits.OnOff",
        "action.devices.traits.Brightness",
        "action.devices.traits.ColorSetting"
    ],
    "name": {
        "name": "Dinner table",
        "nicknames": []
    },
    "willReportState": true,
    "attributes": {
        "colorModel": "rgb",
        "colorTemperatureRange": {
            "temperatureMinK": 1700,
            "temperatureMaxK": 6500
        }
    },
    "customData": {
        "dzTags": false,
        "idx": "2436",
        "domain": "ColorSwitch",
        "protected": false
    },
    "notificationSupportedByAgent": false

Screenshot 2024-02-06 130427

DewGew commented 4 months ago

can you turn it on off in UI? In Google Home app by clicking it?

vreesie18 commented 4 months ago

It appeared to be a mistake on my part. I had created a script loop in Domoticz. Thanks for the support again anyhow!!!!