I have a few older GE cync bulbs the BR30 Floodlight. They only connect throw Bluetooth mesh. I can see the state of them just unable to turn them on or off, and change the color. Any help on getting them to work would be nice.
From the HA logs
Logger: custom_components.cync_lights.cync_hub
Source: custom_components/cync_lights/cync_hub.py:231
First occurred: 10:24:30 PM (74 occurrences)
Last logged: 11:14:04 PM
IndexError: list index out of range
cync_data.json
{ "deviceType": 22, "occupancyDeactivationPeriod": 30, "ambientLightSensorSensitivity": 10, "motionSensorDelayTime": 300, "displayName": "Kitchen Floodlight 8", "motionSensorEnabled": true, "ambientLightSensorEnabled": false, "motionSensorDeactivationPeriod": 30, "commissionedDate": "2024-10-17T23:35:52.382Z", "ambientLightEnable": "false", "motionSensorSensitivity": 1, "ambientLightSensitivity": 10, "firmwareVersion": "5.5", "occupancySensitivity": 1, "occupancyTimeoutPeriod": 300, "occupancyEnable": "true" },
parsed_cync_data.json
{ "name": "Kitchen Floodlight 8", "mesh_id": 12, "switch_id": "0", "ONOFF": true, "BRIGHTNESS": true, "COLORTEMP": true, "RGB": true, "MOTION": false, "AMBIENT_LIGHT": false, "WIFICONTROL": false, "PLUG": false, "FAN": false, "home_name": "Peters Home", "room_name": "Kitchen Floodlights", },
I have a few older GE cync bulbs the BR30 Floodlight. They only connect throw Bluetooth mesh. I can see the state of them just unable to turn them on or off, and change the color. Any help on getting them to work would be nice.
From the HA logs
Logger: custom_components.cync_lights.cync_hub
Source: custom_components/cync_lights/cync_hub.py:231
First occurred: 10:24:30 PM (74 occurrences)
Last logged: 11:14:04 PM
IndexError: list index out of range
cync_data.json
{ "deviceType": 22, "occupancyDeactivationPeriod": 30, "ambientLightSensorSensitivity": 10, "motionSensorDelayTime": 300, "displayName": "Kitchen Floodlight 8", "motionSensorEnabled": true, "ambientLightSensorEnabled": false, "motionSensorDeactivationPeriod": 30, "commissionedDate": "2024-10-17T23:35:52.382Z", "ambientLightEnable": "false", "motionSensorSensitivity": 1, "ambientLightSensitivity": 10, "firmwareVersion": "5.5", "occupancySensitivity": 1, "occupancyTimeoutPeriod": 300, "occupancyEnable": "true" },parsed_cync_data.json
{ "name": "Kitchen Floodlight 8", "mesh_id": 12, "switch_id": "0", "ONOFF": true, "BRIGHTNESS": true, "COLORTEMP": true, "RGB": true, "MOTION": false, "AMBIENT_LIGHT": false, "WIFICONTROL": false, "PLUG": false, "FAN": false, "home_name": "Peters Home", "room_name": "Kitchen Floodlights", },