Page 1 of 1
Zigbee2MQTT firmware upgrade.
Posted: Saturday 15 December 2018 15:43
by EddyG
Is it possible to upgrade coordinator en router firmware in an existing network without losing anything?
Or has the network be rebuild again?
Re: Zigbee2MQTT firmware upgrade.
Posted: Saturday 19 January 2019 19:25
by EddyG
I did already the router, and that can be done without loss of devices.
The coordinator is a little bit trickier for me (more devices).
So does anybody know if the firmware of the coordinator can be upgrade without loss?
Re: Zigbee2MQTT firmware upgrade.
Posted: Sunday 20 January 2019 19:49
by ben53252642
I've done it before and some of my devices were still connected, I believe it has to do with keeping the same PAN ID which I have set manually in my configuration.yaml. That said I did still have to re-join some devices but not all, eg my Xiaomi Temp Hum sensor kept working fine.
This is the top of my configuration.yaml
Code: Select all
homeassistant: false
permit_join: true
advanced:
log_level: debug
pan_id: 7172
channel: 11
baudrate: 115200
rtscts: true
Re: Zigbee2MQTT firmware upgrade.
Posted: Wednesday 23 January 2019 21:10
by EddyG
Tnx, will try next weekend.
Re: Zigbee2MQTT firmware upgrade.
Posted: Saturday 26 January 2019 14:41
by EddyG
Unfortunately after the firmware update of the coordinator I have to include all my devices again, except for the CC2531 router stick.
Friendlynames are kept, but it is a hell of job to include them all again.
And most of my devices come back with:
Code: Select all
warn: Device with modelID 'undefined' is not supported.
All those device where included before without a problem.
And also a lot of this errors:
Code: Select all
error: Cannot get the Node Descriptor of the Device: 0x00158d0001b192fd (Error: Timed out after 10000s)
After more then 1 hour I only got 3 devices included, what a nightmare.
Re: Zigbee2MQTT firmware upgrade.
Posted: Saturday 26 January 2019 16:45
by Smiggel
Hmmm, that sucks. I ordered the hardware to make a Zigbee stick to replace my Xiaomi hub. Hopefully it will work.
Can you not downgrade your stick to the previous version that was working?
Re: Zigbee2MQTT firmware upgrade.
Posted: Saturday 26 January 2019 21:52
by EddyG
Finally after aprox. 2 hours i got it working again, due to the fact that not every sensor is easy at hand,
It should be easier, like with the router.
Re: Zigbee2MQTT firmware upgrade.
Posted: Wednesday 30 January 2019 14:54
by EddyG
I am lost, who can help.
There is 1 smoke device (JTYJ-GD-01LM/BW) which will not be added.
What is the right procedure?
When I push the button I get:
Code: Select all
2019-1-30 14:53:38 - debug: Received zigbee message of type 'statusChange' with data '{"cid":"ssIasZone","zoneStatus":0}' of device 'undefined' (0x00158d0001d64498)
2019-1-30 14:53:38 - warn: Device with modelID 'undefined' is not supported.
2019-1-30 14:53:38 - warn: Please see: https://koenkk.github.io/zigbee2mqtt/how_tos/how_to_support_new_devices.html
2019-1-30 14:53:38 - debug: Received zigbee message of type 'attReport' with data '{"cid":"genBasic","data":{"65281":{"1":3045,"3":32,"4":5032,"5":30,"6":[0,9],"8":4100,"10":0,"100":0,"150":0}}}' of device 'undefined' (0x00158d0001d64498)
2019-1-30 14:53:38 - warn: Device with modelID 'undefined' is not supported.
2019-1-30 14:53:38 - warn: Please see: https://koenkk.github.io/zigbee2mqtt/how_tos/how_to_support_new_devices.html
2019-1-30 14:53:38 - debug: Received zigbee message of type 'devChange' with data '{"cid":"genBasic","data":{"65281":[null,null,null,null,null,null,[null,9]]}}' of device 'undefined' (0x00158d0001d64498)
2019-1-30 14:53:38 - warn: Device with modelID 'undefined' is not supported.
2019-1-30 14:53:38 - warn: Please see: https://koenkk.github.io/zigbee2mqtt/how_tos/how_to_support_new_devices.html
Before the new firmware this smoke sensor included fine.
Re: Zigbee2MQTT firmware upgrade.
Posted: Saturday 02 February 2019 15:08
by EddyG
After the upgrade I have this configuration.

- 2019-02-02_09-45-19.png (62 KiB) Viewed 2567 times
This is different from my previous configuration.
I see 16 lines towards the Coordinator. Does this mean that I am towards the limit and that might be the reason that nothing more can be added?
The total is only 13 real devices and that's below the limit.
Remarkable is also that due to physical circumstances the Powerplug should only connect to the Router, but Powerplug connects to the 2 other routers and the coordinator. I suppose that the numbers are the signallevels.
Can anyone enlighten me how to get more devices connected?
Re: Zigbee2MQTT firmware upgrade.
Posted: Saturday 02 February 2019 16:26
by EddyG
I managed to get 2 devices (Smoke and DoubleSwitch) into the network.
But Now I get Domoticz error
Code: Select all
2019-02-02 16:22:07.445 (Zigbee) Device 0x00158d0001d64498 (Smoke) doesn't have "model" attribute, skipped
2019-02-02 16:22:07.445 (Zigbee) Device 0x00158d0001641b87 (DoubleSwitch) doesn't have "model" attribute, skipped
and Zigbee2MQTT error
Code: Select all
2019-2-2 16:16:51 - info: Smoke (0x00158d0001d64498): unkown - undefined unknown (EndDevice)
2019-2-2 16:16:51 - info: DoubleSwitch (0x00158d0001641b87): unkown - undefined unknown (EndDevice)
B.t.w. There is a little typo "unkown"
Anyone any idea?
Re: Zigbee2MQTT firmware upgrade.
Posted: Sunday 10 February 2019 9:55
by EddyG
Finally I got things running again.
Should have known this earlier:
https://koenkk.github.io/zigbee2mqtt/in ... iring.html
