Search found 17 matches

by McD
30 Mar 2013 02:32
Forum: RaZberry
Topic: Run z-way-server as unprivileged user?
Replies: 4
Views: 6015

Run z-way-server as unprivileged user?

<t>On my Raspberry I find this extract from the cli command "ps aux":<br/> <br/> root 1727 4.1 2.8 158260 12800 ? Sl 11:57 28:32 z-way-server<br/> <br/> Why is the z-way-server running as user root?<br/> z-way-server uses port 8083, this should be very well be accessible as an unprivileges user.<br/...
by McD
30 Mar 2013 02:32
Forum: RaZberry
Topic: Run z-way-server as unprivileged user?
Replies: 4
Views: 6015

unprivileged user not basic auth

<r>In my post I meant that the zway server software should not run as user root. It should run as an unprivileged user. (uid !=0)<br/> @PoltoS: I am happy to read that you want to include this in your next releases. The described solution of adding a new user which is in dialup group will help you t...
by McD
30 Mar 2013 02:06
Forum: RaZberry
Topic: How to associate switches to EZmotion using RaZberry?
Replies: 1
Views: 3597

How to associate switches to EZmotion using RaZberry?

<r>In my network there is an EZmotion. The manual (<URL url="http://www.expresscontrols.com/pdf/EZMotionOwnerManual.pdf"><LINK_TEXT text="http://www.expresscontrols.com/pdf/EZMo ... Manual.pdf">http://www.expresscontrols.com/pdf/EZMotionOwnerManual.pdf</LINK_TEXT></URL>) says <br/> <br/> "Assigning ...
by McD
29 Mar 2013 12:02
Forum: RaZberry
Topic: EZmotion and new version of software
Replies: 4
Views: 5155

EZmotion and new version of software

<t>On 29/03/2013 I updated my Z-Way installation and since then I am getting this in the log<br/> <br/> [2013-03-29 xxx] Got frame from device X to controller, but command class 0x20 for device is not registered - instantiating it as not supported<br/> <br/> device X is an EZmotion<br/> <br/> Is thi...
by McD
29 Mar 2013 12:02
Forum: RaZberry
Topic: EZmotion and new version of software
Replies: 4
Views: 5155

Sensors page in new ZWay and EZmotion

The sensors page still just shows the motion part of the EZmotion. The temperature and light is not shown. I can read it with my scripts, but it is not in your webpage. What can I do?
by McD
29 Mar 2013 12:02
Forum: RaZberry
Topic: EZmotion and new version of software
Replies: 4
Views: 5155

..z-wave-magic..

Automagically and over night, the webpage now shows the desired information. It took some hours....but I have not touched the system meanwhile .... magic ....
by McD
28 Mar 2013 14:42
Forum: RaZberry
Topic: Command line examples for triggers
Replies: 16
Views: 15708

Command line examples for triggers

Is it somehow possible to setup the RaZberry to receive events of an EZmotion sensor and call some bash scripts?
In the documentation I find some trigger info, but I can not understand how to link the parts together?


by McD
28 Mar 2013 14:42
Forum: RaZberry
Topic: Command line examples for triggers
Replies: 16
Views: 15708

not working....

<t>after much trying I can not make it work.<br/> <br/> I am calling:<br/> <br/> $/usr/bin/curl -s -LN --globoff 'http://__ipaddress__:8083/ZWaveAPI/Run/devices[X].instances[0].commandClasses[49].data[1].val.bind(function(){system("echo "+this.value);});'<br/> <br/> and I only get:<br/> <br/> >JavaS...
by McD
28 Mar 2013 14:42
Forum: RaZberry
Topic: Command line examples for triggers
Replies: 16
Views: 15708

This was a good tip, but one

<t>This was a good tip, but one has to URL encode the whole thing:<br/> <br/> $/usr/bin/curl -s -LN --globoff 'http://__ipaddress__:8083/ZWaveAPI/Run/devices[3].instances[0].commandClasses[48].data.level.bind(function()%20%7B%0Asystem(%22/usr/local/bin/test%20%22%20%2B%20this.value)%3B%0A%7D);'<br/>...
by McD
28 Mar 2013 14:38
Forum: RaZberry
Topic: Command line examples for switching
Replies: 6
Views: 8185

...information and log

<t>I do <br/> $ /usr/bin/curl -s -LN --globoff 'http://__ip_address__:8083/ZWaveAPI/Run/devices[X].instances[0].commandClasses[32].Set(255)'<br/> <br/> and I receive this error message:<br/> Uncaught TypeError: Cannot call method 'Set' of undefined<br/> <br/> <br/> In the log file, after many many a...