Lost all devices after upgraing to new 0x26330500 deconz firmware. Help please

Hi there,

I have Conbee stick with Odroid HC1, arch linux, deocker, hassio, marthoc addon. All worked well for more then 2 years, but now I have upgraded to newest firmware on conbee and lost all my xiaomi plugs, sensors and switches, and hue bulbs as well. But conbee seems to be working but does not want to re-pair with devices. I know hue bulbs can be a pain as I need to probably reset them, but all xiaomi stuff has this reset button so I tried hundreds times and nothing.
Addon is the newest one, conbee firmware also.

My config:

{
  "deconz_device": "/dev/ttyUSB0",
  "web_port": 8080,
  "websockets_port": 8443,
  "debug_info": 1,
  "debug_aps": 0,
  "debug_zcl": 0,
  "debug_zdp": 0,
  "debug_otau": 0,
  "vnc": {
    "active": false,
    "port": 5900,
    "password": "xxxxxxxx"
  }
}

After GET /config in REST plugin:

{
    "UTC": "2019-06-27T09:03:33",
    "apiversion": "1.16.0",
    "backup": {
        "errorcode": 0,
        "status": "idle"
    },
    "bridgeid": "00212EFFFF017192",
    "datastoreversion": "60",
    "devicename": "ConBee",
    "dhcp": true,
    "factorynew": false,
    "fwversion": "0x26330500",
    "gateway": "192.168.0.1",
    "internetservices": {
        "remoteaccess": "disconnected"
    },
    "ipaddress": "192.168.0.250",
    "linkbutton": false,
    "localtime": "2019-06-27T19:03:33",
    "mac": "00:1e:06:32:c1:4a",
    "modelid": "deCONZ",
    "name": "Zigbee Gateway",
    "netmask": "255.255.255.0",
    "networkopenduration": 60,
    "panid": 3151,
    "portalconnection": "disconnected",
    "portalservices": false,
    "portalstate": {
        "communication": "disconnected",
        "incoming": false,
        "outgoing": false,
        "signedon": false
    },
    "proxyaddress": "none",
    "proxyport": 0,
    "replacesbridgeid": null,
    "rfconnected": true,
    "starterkitid": "",
    "swupdate": {
        "checkforupdate": false,
        "devicetypes": {
            "bridge": false,
            "lights": [],
            "sensors": []
        },
        "notify": false,
        "text": "",
        "updatestate": 0,
        "url": ""
    },
    "swupdate2": {
        "autoinstall": {
            "on": false,
            "updatetime": ""
        },
        "bridge": {
            "lastinstall": "2019-06-17T03:39:51",
            "state": "allreadytoinstall"
        },
        "checkforupdate": false,
        "install": false,
        "lastchange": "",
        "lastinstall": "",
        "state": "allreadytoinstall"
    },
    "swversion": "2.5.66",
    "timeformat": "12h",
    "timezone": "Australia/Melbourne",
    "uuid": "5227b71e-f0ca-4070-a7da-b3bee84244c2",
    "websocketnotifyall": true,
    "websocketport": 8443,
    "whitelist": {
        "24966B727D": {
            "create date": "2019-06-27T06:27:23",
            "last use date": "2019-06-27T08:33:33",
            "name": "Phoscon#B360x206"
        },
        "38BF0D80D5": {
            "create date": "2019-06-26T11:00:27",
            "last use date": "2019-06-27T09:03:32",
            "name": "Phoscon#B1536x756"
        },
        "3B19E8CADB": {
            "create date": "2019-06-27T08:55:26",
            "last use date": "2019-06-27T09:03:33",
            "name": "my application"
        },
        "5A9699B774": {
            "create date": "2019-06-27T04:32:11",
            "last use date": "2019-06-27T08:54:09",
            "name": "pydeconz"
        }
    },
    "zigbeechannel": 15
}

I can see only that internal day/night sensor in Phoscan app.

GET /sensors in REST:

{
    "1": {
        "config": {
            "configured": true,
            "on": true,
            "sunriseoffset": 30,
            "sunsetoffset": -30
        },
        "etag": "c3800cad728b87f2cfd2dfa2e89d7b2d",
        "manufacturername": "Philips",
        "modelid": "PHDL00",
        "name": "Daylight",
        "state": {
            "dark": false,
            "daylight": true,
            "lastupdated": "2019-06-27T08:24:53",
            "status": 170
        },
        "swversion": "1.0",
        "type": "Daylight",
        "uniqueid": "00:21:2e:ff:ff:01:71:92-01"
    }
}

Log in addon is like that:

19:16:58:893 GW firmware version: 0x26330500
19:16:58:893 GW firmware version is up to date: 0x26330500
19:17:52:625 Current channel 15
19:17:52:657 Device TTL 7020 s flags: 0x7
19:18:52:623 Current channel 15
19:18:52:655 Device TTL 6960 s flags: 0x7
19:19:52:622 Current channel 15
19:19:52:654 Device TTL 6900 s flags: 0x7
19:20:52:628 Current channel 15
19:20:52:660 Device TTL 6840 s flags: 0x7
19:20:58:891 GW firmware version: 0x26330500
19:20:58:891 GW firmware version is up to date: 0x26330500
19:21:52:627 Current channel 15
19:21:52:659 Device TTL 6780 s flags: 0x7
19:22:52:625 Current channel 15
19:22:52:657 Device TTL 6720 s flags: 0x7
19:23:52:624 Current channel 15
19:23:52:656 Device TTL 6660 s flags: 0x7
19:24:52:631 Current channel 15
19:24:52:663 Device TTL 6600 s flags: 0x7
19:24:58:434 Announced to internet
19:24:58:435 discovery server date: Thu, 27 Jun 2019 09:24:58 GMT
19:24:58:435 	 local time seems to be ok
19:24:58:893 GW firmware version: 0x26330500
19:24:58:893 GW firmware version is up to date: 0x26330500
19:25:52:622 Current channel 15
19:25:52:654 Device TTL 6540 s flags: 0x7
19:26:52:629 Current channel 15
19:26:52:661 Device TTL 6480 s flags: 0x7
19:27:52:620 Current channel 15
19:27:52:652 Device TTL 6420 s flags: 0x7
19:28:52:628 Current channel 15
19:28:52:660 Device TTL 6360 s flags: 0x7
19:28:58:892 GW firmware version: 0x26330500
19:28:58:892 GW firmware version is up to date: 0x26330500
19:29:46:064 send permit join, duration: 0
19:29:52:627 Current channel 15
19:29:52:659 Device TTL 6300 s flags: 0x7
19:30:52:626 Current channel 15
19:30:52:659 Device TTL 6240 s flags: 0x7
19:31:52:627 Current channel 15
19:31:52:659 Device TTL 6180 s flags: 0x7
19:32:52:626 Current channel 15
19:32:52:658 Device TTL 6120 s flags: 0x7
19:32:58:894 GW firmware version: 0x26330500
19:32:58:894 GW firmware version is up to date: 0x26330500
19:33:52:626 Current channel 15
19:33:52:658 Device TTL 6060 s flags: 0x7
19:34:52:625 Current channel 15
19:34:52:657 Device TTL 6000 s flags: 0x7
19:34:53:637 Announced to internet
19:34:53:638 discovery server date: Thu, 27 Jun 2019 09:34:53 GMT
19:34:53:638 	 local time seems to be ok
19:35:52:625 Current channel 15
19:35:52:657 Device TTL 5940 s flags: 0x7
19:36:52:624 Current channel 15
19:36:52:656 Device TTL 5880 s flags: 0x7
19:36:58:889 GW firmware version: 0x26330500
19:36:58:889 GW firmware version is up to date: 0x26330500
19:37:52:624 Current channel 15
19:37:52:656 Device TTL 5820 s flags: 0x7
19:38:52:623 Current channel 15
19:38:52:655 Device TTL 5760 s flags: 0x7
19:39:52:623 Current channel 15
19:39:52:656 Device TTL 5700 s flags: 0x7
19:40:52:624 Current channel 15
19:40:52:655 Device TTL 5640 s flags: 0x7
19:40:58:892 GW firmware version: 0x26330500
19:40:58:892 GW firmware version is up to date: 0x26330500
19:41:34:225 Websocket disconnected 192.168.0.104:63812 (state: 0) 
19:41:52:623 Current channel 15
19:41:52:655 Device TTL 5580 s flags: 0x7
19:42:52:623 Current channel 15
19:42:52:655 Device TTL 5520 s flags: 0x7
19:43:52:622 Current channel 15
19:43:52:654 Device TTL 5460 s flags: 0x7
19:44:52:630 Current channel 15
19:44:52:662 Device TTL 5400 s flags: 0x7
19:44:58:892 GW firmware version: 0x26330500
19:44:58:892 GW firmware version is up to date: 0x26330500
19:45:13:436 Announced to internet
19:45:13:437 discovery server date: Thu, 27 Jun 2019 09:45:13 GMT
19:45:13:437 	 local time seems to be ok
19:45:52:628 Current channel 15
19:45:52:660 Device TTL 5340 s flags: 0x7
19:46:52:624 Current channel 15
19:46:52:656 Device TTL 5280 s flags: 0x7
19:47:52:627 Current channel 15
19:47:52:659 Device TTL 5220 s flags: 0x7
19:48:52:623 Current channel 15
19:48:52:655 Device TTL 5160 s flags: 0x7
19:48:58:890 GW firmware version: 0x26330500
19:48:58:890 GW firmware version is up to date: 0x26330500
19:49:52:627 Current channel 15
19:49:52:659 Device TTL 5100 s flags: 0x7
19:50:52:625 Current channel 15

So what is wrong?

I tried to restore from backup but no luck at all, the same effect.

So what is wrong?

Hi!
Did U get any solution to this? I ran into the same (or similar?) problem.
My log looks like this:

09:29:23:706 Current channel 25
09:29:23:723 Device TTL 5520 s flags: 0x7
09:30:23:666 Current channel 25
09:30:23:676 Device TTL 5460 s flags: 0x7
09:31:23:653 Current channel 25
09:31:23:662 Device TTL 5400 s flags: 0x7
09:31:23:908 Announced to internet
09:32:23:647 Current channel 25
09:32:23:663 Device TTL 5340 s flags: 0x7
09:33:23:656 Current channel 25

The only thing I did was to update deCONZ (the Hass-add on)

Hi,

I have luck that I had a conbee backup form phoscan, so after upgrading I connected conbee stick to my laptop and restored from backup and later form phoscan app get to my gateway, click advance option and left ALT and again click on advance option wheel, you get to channel information you should have all last changes there, just click load that one which worked (usually second or third from the top). Hope that will help.

Great, thanks. I will try that later tonight :+1: