Fresh Install, ZHA, and Conbee II - ZHA Groups Toggling Wrong Lights

Hey yall,

Was using a Raspberry Pi for HA, but the sdcard failed, so did a fresh install on a sff x86 machine yesterday. I added all of my Zigbee devices into ZHA, and built ZHA Groups for the lights.

The oddity I’m running into is that when I toggle some of the groups, from within Lovelace or the group’s Entity page in Config, lights not within the group are toggled.

This is a bit of the log - in this case I toggled GroupHallway from Lovelace, yet quite a few other lights and groups turned on.

I do see in the logs, what I assume are, issues with the Conbee II at startup:

22-01-15 13:16:19 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.REMOVE hardware /dev/bus/usb/003/020 - None
22-01-15 13:16:21 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.ADD hardware /dev/bus/usb/003/021 - None
22-01-15 13:16:21 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.ADD hardware /dev/ttyACM0 - /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2469028-if00
22-01-15 13:16:23 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.REMOVE hardware /dev/ttyACM0 - /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2469028-if00
22-01-15 13:16:23 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.REMOVE hardware /dev/bus/usb/003/021 - None
22-01-15 13:16:25 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.ADD hardware /dev/bus/usb/003/022 - None
22-01-15 13:16:25 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.ADD hardware /dev/ttyACM0 - /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2469028-if00

I feel like I must be missing something fairly boneheaded. Appreciate any thoughts on where I should go from here.

The old Group IDs seem to have been the issue. I created a bunch of blank groups, to take up the spots of the previously used groups, and after adding the real groups back under higher Group IDs, all is functioning as it should.