Search found 29 matches
- 13 Oct 2015 02:41
- Forum: RaZberry
- Topic: [solved] Z-Way doesn't work on the official Jessie
- Replies: 18
- Views: 30722
Re: [solved] Z-Way doesn't work on the official Jessie
@pz1 I've received an "answer" to my email from Z-Wave.me: "we use wheezy, not jessie! Unbelievable such a short answer. BTW found on the Z-Way homepage: Z-Way for RaZberry is supported on Raspbian distribution for Raspberry Pi computer. Sounds like, kiss my a** and leave me alone :)
- 13 Oct 2015 02:37
- Forum: RaZberry
- Topic: Issue - Update device from api
- Replies: 24
- Views: 27505
Re: Issue - Update device from api
Tested via this way: wget http://localhost:8083/ZAutomation/api/v1/devices/DummyDevice_27/command/off & wget http://localhost:8083/ZAutomation/api/v1/devices/DummyDevice_27/command/on & May be you have some complex rules that are slow to work? How can i read the temperature level from fibar...
- 02 Oct 2015 21:29
- Forum: Discussions in English
- Topic: Z-Way on Debian 8.0 (Jessie)
- Replies: 3
- Views: 9299
Re: Z-Way on Debian 8.0 (Jessie)
I found in file "/opt/z-way-server/modules/modzwave.so the following content: set_thread_name^@get_local_time_ms^@zio_read^@libarchive.so.12^@libstdc++.so.6^@libm.so.6^@libgcc_s.so.1 and changed it to (13 instead of 12!) set_thread_name^@get_local_time_ms^@zio_read^@libarchive.so.13^@libstdc++...
- 02 Oct 2015 21:18
- Forum: RaZberry
- Topic: [solved] Z-Way doesn't work on the official Jessie
- Replies: 18
- Views: 30722
Re: Z-Way doesn't work on the official Jessie
it's working, ... Does it mean that you can run the expert UI without errors? Almost :) after symlink and rebooting was almost OK expert was working but got info that interview is not completed, when i tried to force interview, nothing happens. And now i see that after some time - doing nothing wit...
- 02 Oct 2015 19:13
- Forum: RaZberry
- Topic: [solved] Z-Way doesn't work on the official Jessie
- Replies: 18
- Views: 30722
Re: Z-Way doesn't work on the official Jessie
Thanks, i was telling that i'm a noob ;Dflurin wrote: @LOCOSP
I think it should be:Code: Select all
sudo ln -s /usr/lib/arm-linux-gnueabihf/libarchive.so.13.1.2 /usr/lib/arm-linux-gnueabihf/libarchive.so.12
it's working, but how can i now restore my backup ?
- 02 Oct 2015 17:32
- Forum: RaZberry
- Topic: [solved] Z-Way doesn't work on the official Jessie
- Replies: 18
- Views: 30722
Re: Z-Way doesn't work on the official Jessie
Quick search leads to http://forum.z-wave.me/viewtopic.php?f=3419&t=21734&p=56904&hilit=libarchive.12#p56904 You probably have a newer version of libarchive.so in /usr/lib/arm-linux-gnueabihf/ (like libarchive.so.13.1.2 in referenced thread). You need to make a symlink: sudo ln -s /usr/...
- 02 Oct 2015 17:08
- Forum: RaZberry
- Topic: [solved] Z-Way doesn't work on the official Jessie
- Replies: 18
- Views: 30722
Re: Z-Way doesn't work on the official Jessie
Some dependency library likely fails to load (because it is not installed or has wrong version). Run z-way in console mode and see errors printed in first few lines while loading libraries: cd /opt/z-way-server LD_LIBRARY_PATH=./libs ./z-way-server Same problem here.. After pofs's suggestions i've ...
- 02 Oct 2015 16:19
- Forum: RaZberry
- Topic: Backup/restore functionality not working [fixed v2.0.1-rc12]
- Replies: 25
- Views: 34011
Re: Backup/restore functionality not working [fixed v2.0.1-r
Hi, I've mess up my whole config
how can i check if my z-way chip is working ( status or something ) and where is restore module in UI ?
How to restore my previous backup ?

how can i check if my z-way chip is working ( status or something ) and where is restore module in UI ?
How to restore my previous backup ?
- 02 Oct 2015 12:46
- Forum: RaZberry
- Topic: Newest z-way-server on Jessie Error handling data from serv
- Replies: 3
- Views: 6089
Re: Newest z-way-server on Jessie Error handling data from s
In the section Recipes /Frequent questions there is a link to install on other platform Sorry but I don't understand, it's not a different platform, it's razberry on raspberry pi and Raspbian. I just want to know if it's possible to uninstall z-way ( if it's necessary ) to be able do the clean inst...
- 02 Oct 2015 11:50
- Forum: RaZberry
- Topic: Newest z-way-server on Jessie Error handling data from serv
- Replies: 3
- Views: 6089
Newest z-way-server on Jessie Error handling data from serv
Hi, first of all excuse me if similar post is already on the forum, but couldn't find my issues. I've just updated my wheezy to Jessie - clean new install , before that i did backup ( all backups are in /opt folder as usual ). So first step was installing the z-way-server wget -q -O - razberry.z-wav...