Page 6 of 9

Re: Z-Way v3.0.0 Release

Posted: 11 Sep 2019 08:26
by michael.seitz
Neither can I, but I hope PoltoS comment "We will update mobile apps vey soon for both iOS and Android" (https://forum.z-wave.me/viewtopic.php?f ... ios#p83662) means, that after the apps are updated it will work again.

Re: Z-Way v3.0.0 Release

Posted: 12 Sep 2019 01:12
by chrisb
AlesKO wrote:
16 Aug 2019 12:39
Looks like.
Well, there was actually problem with scenes and schedules, so I thought I am not full on 3.0.0. version. All elements in my scene were red and with error text saying that elements does not exists. And no functionality/option to repair rule. On the other hand scene works fine (even today).
And there was also text on Z-Way UI upgrade page saying my firmware version is 2.3.8. ??.
We will solve this bug later. Now I am stucked and can not acces Z-Way UI.


Yesterday I repeated procedure of installing 3.0.0.:
sudo apt-get update
sudo apt-get install dirmngr -y
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7E148E3C
sudo bash -c 'echo "deb https://repo.z-wave.me/z-way/raspbian stretch main contrib" > /etc/apt/sources.list.d/z-wave-me.list'
sudo apt-get update
sudo apt-get install z-way-full

No difference, problem stil exists. And most things were not updated because they are 'already installed'.

Please help me I really do not know what to do.
Alex
Had the same problem.

Try running:

sudo apt-get --reinstall install -o Dpkg::Options::="--force-confmiss" -o Dpkg::Options::="--force-confold" -y z-way-server

Re: Z-Way v3.0.0 Release

Posted: 16 Sep 2019 13:47
by enbemokel
Thanks for this post, my system is up and running again.

sudo apt-get --reinstall install -o Dpkg::Options::="--force-confmiss" -o Dpkg::Options::="--force-confold" -y z-way-server

Nico

Re: Z-Way v3.0.0 Release

Posted: 18 Sep 2019 09:43
by peshay
fez wrote:
27 Jul 2019 11:09
I have the same issue after the update:
"User not found. Please check your login or password"
None of the above measures worked.

Just for info, I am upgrading from Jessie 2.3.8:
- upgraded from Jessie to Stretch, worked fine
- upgrading to 3.0.0 as described in the other post
I also tried a fresh install, but after the restore I have the same issue.

Update:
I used Firefox for all my trials and (still) failed.
Finally I tried it in Edge and it worked fine, could log in.
... it might be browser related, so if you have the same issue, try another browser
Thanks for the hint with browser! I tried it first with Safari and couldn't login, also had 'error_load_data' above the login window. But with Chrome it worked fine.

Re: Z-Way v3.0.0 Release

Posted: 20 Sep 2019 19:14
by otverber
Hello

Do someone have a fix for this:
"prm_fw_curver: Err(1.18.3): main.c: 501: The spawned process 'get_z-way_version.sh' has exited with code 1 and says:
��"
which comes instead of showing version 3.0.0 on the firmware update page.
Running 3.0.0 on stretch from fresh..

Re: Z-Way v3.0.0 Release

Posted: 21 Sep 2019 01:57
by PoltoS
This is a known issue. Just skip it for now, will be fixed in next versions. Does not harm anything

Re: Z-Way v3.0.0 Release

Posted: 21 Sep 2019 22:26
by otverber
ok
Thanks!
there is an update 3.0.1 listed; is it safe to install? Or can it ruin my setup again...
Had 3.0.0 up and running following your howto for upgrade to stretch and upgrade from 2.3.8. Got tempted to update via firmware update page when v 3.0.0 became listed as latest available update. the update went unatended as I had to leave home for some hours. I guess i missed out some important yes /no during the process.. reboot afterwards made it look like there were no zway installed at all..
anyway 3.0.0 fresh on stretch works great now :-)

Re: Z-Way v3.0.0 Release

Posted: 22 Sep 2019 12:58
by Arek
Hello.
I've clicked "open updater" and I've got this for few hours so I guess that something is wrong :)
Image

Re: Z-Way v3.0.0 Release

Posted: 24 Sep 2019 12:00
by fez
peshay wrote:
18 Sep 2019 09:43
fez wrote:
27 Jul 2019 11:09
I have the same issue after the update:
"User not found. Please check your login or password"
None of the above measures worked.

Just for info, I am upgrading from Jessie 2.3.8:
- upgraded from Jessie to Stretch, worked fine
- upgrading to 3.0.0 as described in the other post
I also tried a fresh install, but after the restore I have the same issue.

Update:
I used Firefox for all my trials and (still) failed.
Finally I tried it in Edge and it worked fine, could log in.
... it might be browser related, so if you have the same issue, try another browser
Thanks for the hint with browser! I tried it first with Safari and couldn't login, also had 'error_load_data' above the login window. But with Chrome it worked fine.
Just to correct and avoid confusion: there was no browser issue. My problem was at that point that I didn't clean the cookies. I had some difficulty at first, but later Poltos posted some additional tips to solve this.

If you clear the browser cache and cookies as well it should work. ... it did for me.

... the version 3.0.0 runs very well on my side since then.
It is a nice upgrade, I am very pleased with it.

Re: Z-Way v3.0.0 Release

Posted: 06 Nov 2019 14:19
by MarcoGla
chrisb wrote:
12 Sep 2019 01:12
Had the same problem.

Try running:

Code: Select all

sudo apt-get --reinstall install -o Dpkg::Options::="--force-confmiss" -o Dpkg::Options::="--force-confold" -y z-way-server
Saved my Z-Way life after trying to upgrade to version 3.0.0! Thanks!

-Marco-