Page 1 of 1
Downgrade Firmware Razzberry 7
Posted: 14 Sep 2023 10:01
by J.nissen
Hello,
how can I Downgrad den Razzberry 7 Firmware ?
The current firmware version is: 7.38 [Bootloader: 1766938484], I want to install an previous Version.
Since I have installed 7.38 the System Hangs up daily
Re: Downgrade Firmware Razzberry 7
Posted: 21 Sep 2023 09:07
by J.nissen
Hello,
is there rellay no way back ?
Re: Downgrade Firmware Razzberry 7
Posted: 05 Oct 2023 00:15
by harre
I have almost given up on my razzberry. My smart home is really stupid and I have posted some threads for a while with various issues and given logs and still no response from any developer.
Re: Downgrade Firmware Razzberry 7
Posted: 05 Oct 2023 07:51
by seattleneil
As best as I can tell from looking at other Z-Wave controller software (see:
https://github.com/zwave-js/node-zwave-js/issues/6341) and SIlicon Labs release notes (see:
https://www.silabs.com/documents/public ... .3.1.0.pdf), there's at least 1 known memory leak and stability issues with 700 series modules.
The zwave-js developers suggest a workaround for 700-series stability issues by periodically doing a soft reset. Since this is non-destructive and only interrupts Z-Wave communication for a couple of seconds, You may want to try setting up a daily cron job to issue a Z-Way API command to perform a soft reset and see if that helps. Something like the following:
Code: Select all
curl -u admin:[PASSWORD] --globoff 'http://127.0.0.1:8083/ZWave.zway/Run/SerialAPISoftReset()'
Re: Downgrade Firmware Razzberry 7
Posted: 05 Oct 2023 22:19
by harre
seattleneil wrote: ↑05 Oct 2023 07:51
As best as I can tell from looking at other Z-Wave controller software (see:
https://github.com/zwave-js/node-zwave-js/issues/6341) and SIlicon Labs release notes (see:
https://www.silabs.com/documents/public ... .3.1.0.pdf), there's at least 1 known memory leak and stability issues with 700 series modules.
The zwave-js developers suggest a workaround for 700-series stability issues by periodically doing a soft reset. Since this is non-destructive and only interrupts Z-Wave communication for a couple of seconds, You may want to try setting up a daily cron job to issue a Z-Way API command to perform a soft reset and see if that helps. Something like the following:
Code: Select all
curl -u admin:[PASSWORD] --globoff 'http://127.0.0.1:8083/ZWave.zway/Run/SerialAPISoftReset()'
OMG!
This fixed my issues that have plagued me for last six months. Why can't they have posted here in the forums about it and also made the deb-package install a Cron as a workaround for affected devices.
Re: Downgrade Firmware Razzberry 7
Posted: 16 Oct 2023 09:06
by J.nissen
Hello,
since I have installed Workarround i have never had Errors again. All Sheduled job´s startet. Many thanks to @seattleneil
Re: Downgrade Firmware Razzberry 7
Posted: 16 Oct 2023 12:11
by amatilda
Hello.
J.nissen wrote: ↑14 Sep 2023 10:01
Since I have installed 7.38 the System Hangs up daily
And in what form does this manifest itself?