deCONZ - Official thread

Stopped Hassio, and tried changing to False but it doesn’t remove the group entities ? Tried a restart too. No probs, I can wait for the update
Thanks

If the entities are already in hass you also have to remove them in the entity registry, by going in the ui to Configuration -> Entity Registry, looking up the entity you want to remove, press it and press delete.

Thanks, that’s what I’ve done already, just needs doing every time I re-add the intergration (not that often!)

When you’ve changed the file as stated before you won’t have to do it again!

Why do you need to re-add the add-on? Change of address?

Some devices sometimes go offline and only way to bring them back online seems to be to delete and re-add the integration. Not re-adding the addon.

Next time it happens, can you enable debug for deconz component and share logs?

Yes sure will, thanks

I want to reinstall the official deconz addon. But I today I get this error:

19-05-05 10:57:50 INFO (SyncWorker_1) [hassio.docker.interface] Pull image homeassistant/armhf-addon-deconz tag 2.2.
19-05-05 10:58:28 ERROR (SyncWorker_1) [hassio.docker.interface] Can't install homeassistant/armhf-addon-deconz:2.2 -> 404 Client Error: Not Found ("no such image: homeassistant/armhf-addon-deconz:2.2: No such image: homeassistant/armhf-addon-deconz:2.2").

hi

can you explain in more detail? where to obtain that firmware? how to flash?
i only work with deconz, but i am interested in those “cheap” routers
also maybe a link where you bought them?

thnx in advance

Hi,

I bought them off eBay - I am in the UK, but below are the links:

CC Debugger (needed to flash)
Zigbee Stick (2531)

You then need to flash the specific router firmware (not the standard coordinator)
Router Firmware

The instructions are here:
Flashing the CC2531

The flashing is quite easy.

Hope this helps!

mb

1 Like

this helps, thnx for posting!

Just went from marthocs addon to the official one, is ingress broken for everyone?

AFAIK they removed ingress from deCONZ addon

I was using Zigbee2Mqtt with CC2531 and now I bought the Conbee II configured with official HA Addon deCONZ.
I have the integration with HA but I am missing the “battery”, “last_seen” and “link_quality” entities from the xiaomi sensors.
Any idea how I can show this entities with the Conbee II?

At least battery takes some time before being reported

Is link quality actually possible? I don’t see that info for my xiaomi either

Only through the GUI I believe.

yes, the colored lines

With zigbee2mqtt i was using this sensor:

platform: “mqtt”
name: “Camera Letto Link Quality”
state_topic: “zigbee2mqtt/zb_camera_letto”
unit_of_measurement: “%”
availability_topic: “zigbee2mqtt/bridge/state”
value_template: “{{ value_json.linkquality }}”