Hi, I have 2 Zigbee lights. Late yesterday they became “Unavailable”. The HA log said “The ‘usb_path’ option is deprecated, please remove it from your configuration”, and it mentioned Zigbee Home Automation (WARNING). I checked the community and checked my configuration.yaml file.
My configuration.yaml file was:
zha:
usb_path: /dev/ttyUSB1
database_path: /config/zigbee.db
I changed it to:
zha:
database_path: /config/zigbee.db
I restated several times (soft and hard reboot), and my 2 Zigbee lights are still unavailable.
I did check /config/.storage/core.config_entries and the zha device is there.
{
"entry_id": "f886001ba53946bb88cbd1edc64b189a",
"version": 2,
"domain": "zha",
"title": "HubZ Smart Home Controller, s/n: 31400282 - Silicon Labs",
"data": {
"device": {
"baudrate": 57600,
"path": "/dev/serial/by-id/usb-Silicon_Labs_HubZ_Smart_Home_Controller_31400282-if01-port0"
},
"radio_type": "ezsp"
},
"options": {},
"system_options": {
"disable_new_entities": false
},
"source": "user",
"connection_class": "local_push",
"unique_id": null
},
Do I need to delete and reset up both Zigbee lights? How do I get HA to recognize them again? Any help would be very much appreciated. Thanks.