cync_lights icon indicating copy to clipboard operation
cync_lights copied to clipboard

Scene not showing up in HA

Open derekakelly opened this issue 9 months ago • 0 comments

I have a scene setup in the cync app that isn't coming up in HA. I have reauthorized several times and it won't come up. I ran your python script and found it was retrieving the following scene information.

                "sceneArray": [
                    {
                        "isReal": true,
                        "sceneType": 5,
                        "displayName": "blue flames",
                        "sceneID": 1,
                        "showOnHome": true,
                        "position": 0,
                        "actionArray": [
                            {
                                "showIndex": 12,
                                "fade": 0,
                                "bright": 1,
                                "cctOrRgb": "",
                                "bulbIsOn": true,
                                "deviceID": 1,
                                "runMode": 1
                            }
                        ]
                    }
                ],

derekakelly avatar Jul 13 '25 05:07 derekakelly