Hello, I’d like to be able to add some integrations which utilize BLE to communicate with devices. I presently have a Phoscon Raspbee II installed in my Raspberry Pi 4, running the latest HASSIO. In order to get the Raspbee II to work, I had to add the following to my /mnt/boot/config.txt file after doing some research:
enable_uart=1
dtoverlay=pi3-disable-bt
This seems to disable bluetooth on the Raspberry Pi. I’d like to switch to the Conbee II so that I don’t have to disable bluetooth. I picked one up and tried doing this by plugging it in and removing the config lines above from my config.txt, but my existing Zigbee devices which were already paired with ZHA aren’t available. I noticed a new serial device at /dev/ttyACM0 (/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2469218-if00) which looks like the Conbee II. Is there some config file that I need to change in order to switch the radio from /dev/ttyS0 (which I think it’s currently using for the Raspbee II) to the new serial device/radio?