I cannot install the zigbee2mqtt with my conbee2 key while all my zigbee devices are working.
I still have the message:
Blockquote
Zigbee2MQTT:error 2021-07-29 16:54:13: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2021-07-29 16:54:13: Failed to start zigbee
Zigbee2MQTT:error 2021-07-29 16:54:13: Check | Zigbee2MQTT for possible solutions
Zigbee2MQTT:error 2021-07-29 16:54:13: Exiting…
Zigbee2MQTT:error 2021-07-29 16:54:13: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
at ZStackAdapter. (/app/node_modules/zigbee-herdsman/dist/adapter/z-stack/adapter/zStackAdapter.js:93:31)
at Generator.throw ()
at rejected (/app/node_modules/zigbee-herdsman/dist/adapter/z-stack/adapter/zStackAdapter.js:25:65)
When using a Conbee II and you get: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms) when starting Zigbee2MQTT set the following in your configuration.yaml
You can only run one zigbee stack at the time with the same stick… If your zigbee devices are still recognized, you are running either deconz or zha at the same time. That will not work.
thank you! I completely missed that, (probably because there is no configuration.yaml for the zigbee2mqtt add-on, but a configuration panel). Duh. But there is… in the zigbee2mqtt folder. no wonder it is all so confusing. Never use an identical name for different files ;-(
by default it uses mqtt discovery (which imo is also enabled by default in HA). So the entity should appear immediately (check developer HA page).
If you don’t have discovery enabled or don’t want to use it, you can add entities on your own. usually you can find needed yaml code on zigbee2mqtt portal on page dedicated to particular device.
I suggest however to change the name of device to something more friendly first (use blue edit icon shown on your screenshot)
yeah, figured as much so we cant rename the homeassistant there?
maybe more importantly: we dont need those discovery messages for eg creating an mqtt switch? seems a bit of a hassle, where I would have hoped the sensors and switches on the device to be available in the HA entities…
off-topic:
maybe I should explore the ZHA integration too, and see if that does create the entities. Wonder if we can configure that to use the Conbee on another HA instance, just like we can do with the zwaveJS server and integration.