Can't update Firmware
Re: Can't update Firmware
Tried the same. But after upgrade to 2.2.5 i get alway the message "Could not retrieve data from remote serve" (http://IP:8083/expert/#/uzb)
Re: Can't update Firmware
@diemue
Did you run the bootloader and firmware update while in 2.1.2 before upgrading to 2.2.5?
I did a factory reset of the z-wave controller before all this. Be aware that this can fail. I have several Z-wave controllers and this i currently not my production unit so i could afford a failure.
Did you run the bootloader and firmware update while in 2.1.2 before upgrading to 2.2.5?
I did a factory reset of the z-wave controller before all this. Be aware that this can fail. I have several Z-wave controllers and this i currently not my production unit so i could afford a failure.
Re: Can't update Firmware
Small followup on this topic.
After update to 5.16 i got instability issues in domoticz that uses openzwave. Previously it was fairly stable. Reverted back to 5.04 but for some reason it still does not work reliably in domoticz. With Z-way it is working fine.¨
All tests on raspberry pi 2 using Z-way image updated to 2.2.5 or latest release of domoticz on raspian jessie lite.
After update to 5.16 i got instability issues in domoticz that uses openzwave. Previously it was fairly stable. Reverted back to 5.04 but for some reason it still does not work reliably in domoticz. With Z-way it is working fine.¨
All tests on raspberry pi 2 using Z-way image updated to 2.2.5 or latest release of domoticz on raspian jessie lite.
Re: Can't update Firmware
This is what my system says before I try to upgrade.Torulf wrote:Do anyone know what was implemented between 5.06 and 5.16?
http://razberry.zwave.me/index.php?id=32
In another discussion I have suggested to first contact support@z-wave.me for advice!
They never publish what is in experimental features.
Re: Can't update Firmware
Wondering why the bootloader is different.
- Attachments
-
- 504
- zwave 504.JPG (21.32 KiB) Viewed 12008 times
Re: Can't update Firmware
I have no idea, except for the fact that I am running v2.3.0-rc1 and I had updated to firmware 5.06 a month ago or so.
Since 29-12-2016 I am no longer a moderator for this forum
Re: Can't update Firmware
Try update to v2.3.0-rc1 and se if you can downgrade from there. Tried some later build (rc2 or rc3) but newer got it stable then. I am using openhabian on my test device at the moment and dont remember all.
Re: Can't update Firmware
https://service.z-wave.me/expertui/uzb/ ... _05_06.bin
But make sure to remove first 0x1800 bytes (6144) which are zero before writing it to 0x7800 address
But make sure to remove first 0x1800 bytes (6144) which are zero before writing it to 0x7800 address
Re: Can't update Firmware
Copy paste "v2.3.0-rc1" without ""pepeEL wrote:But how downgrade to v2.3.0-rc1 ?
In update i must write "v2.3.0-rc1" ?
Re: Can't update Firmware
Oops... you killed all your network data. Hope you had a backup!pepeEL wrote:I clear all memory in chip.
As mentioned, we have never performed that. No step-by-step instructions. No one have ever tried such a geeky way. We have Z-Wave programmers to do it.pepeEL wrote:But tell me step by step how i must write it to my chip. If i done succed i write a manual on forum.
- Locate on the programming 6 pins: Vcc, MOSI, MISO, SCK, RST, GND. You need all but RST
- Pull EEPROM CS (you have to locate it) to LOW to select the EEPROM on SPI.
- Set up some Arduino or professional programmer (it MUST be 3V!!!!) to read//write into M25PE20 EEPROMS
- Write at 0x7800 the .bin file above (full file byte per byte skipping 0x1800 = 6144 bytes)
- Then write 1 at 0x77ff
- Release CS
- Pull RST to LOW and the release (to reboot Z-Wave chip)
- It should update then and boot on 5.04 (it is the latest)