#How to upgrade SkyConnect?

1 messages · Page 1 of 1 (latest)

serene steppe
#

Hi there, I always used this command to upgrade my SkyConnect Zigbee usb key to the latest firmware.

universal-silabs-flasher --device /dev/ttyUSB0
flash --allow-cross-flashing --firmware skyconnect_ncp-uart-hw_7.4.2.0.gbl

when I try to do it with the latest firmware

universal-silabs-flasher --device /dev/ttyUSB0 flash --allow-cross-flashing --firmware skyconnect_zigbee_ncp_7.4.4.1.gbl

I get this error:

Traceback (most recent call last):
  File "/usr/local/bin/universal-silabs-flasher", line 8, in <module>
    sys.exit(main())
             ^^^^^^
ValueError: Unknown metadata version: 2, expected 1

I'm using HA Docker and the integration shows this error even if the zigbee key works correctly:

ornate spruce
serene steppe
#

@ornate spruce I updated the firmware using the webinstaller but I still get this error in HA

any reason why?

serene steppe
#

disabling the zigbee mqtt container made the trick, thanks!!!

ornate spruce
#

I was about to say that the error looks like totally being unable to communicate. But then your ZHA wasn't working... You were not using Z2M?

serene steppe
#

yes but I need to stop the Z2M container to be able to access that feature from the HA

ornate spruce
#

That's because Z2M and ZHA are both integrations for Zigbee. And a coordinator can only talk with one at the same time. So to which are your devices connected to?

Aka, just delete the integration you don't use.

spiral tusk
#

Z2M is an addon.

serene steppe
#

I use docker so no it's not an addon

#

zigbee2mqtt:
container_name: zigbee2mqtt
image: koenkk/zigbee2mqtt
volumes:
- "/opt/docker_ha/zigbee2mqtt:/app/data"
devices:
- "/dev/ttyUSB0"
environment:
- "TZ=Europe/Rome"
network_mode: host
privileged: true
restart: always

#

it's a container

spiral tusk
#

Right but it's not an integration either. Addons are containers too. What makes rhem addons is that the images are special and can only run in HAOS.

serene steppe
#

so I can't update the firmware while zigbee2mqtt addon is running?