Search found 24 matches

by alexey.zimarev
19 Jun 2014 23:38
Forum: RaZberry
Topic: New v1.7.1 release
Replies: 11
Views: 17086

Re: New v1.7.1 release

My usual problem with updates that the whole old install gets moved somewhere else and the whole new installation takes place. It means my custom modules stop working at once and I have to manually copy them back. It is very inconvenient.
by alexey.zimarev
27 May 2014 13:48
Forum: RaZberry
Topic: Debugger for Z-Way JavaScript
Replies: 51
Views: 115492

Re: Debugger for Z-Way JavaScript

This is a big thing! So tired of console.log...

It is also very exciting to see signs of Node in Z-Way :)
by alexey.zimarev
25 May 2014 18:59
Forum: RaZberry
Topic: HA modules after the update
Replies: 1
Views: 2850

HA modules after the update

Each update archives the previous version and installs a new one from scratch. This means all custom modules get removed at once and I have to manually copy it from the previous version.

I think this is not normal. Upgrades should leave user modules in place.
by alexey.zimarev
21 May 2014 12:17
Forum: Discussions in English
Topic: Security of z-way JSON-API
Replies: 7
Views: 55609

Re: Security of z-way JSON-API

I did it not to make a secure proxy but to protect the API from unauthorized access in a local environment and this is what the topic starter asked about. The assumption that the local environment is "always safe and secure" is wrong. We use Vera controllers in rented apartments and have p...
by alexey.zimarev
20 May 2014 20:57
Forum: Discussions in English
Topic: Security of z-way JSON-API
Replies: 7
Views: 55609

Re: Security of z-way JSON-API

A sample configuration for nginx for basic auth with .htpasswd and reverse proxy can be found here http://serverfault.com/questions/511846/basic-auth-for-a-tomcat-app-jira-with-nginx-as-reverse-proxy I just spent 10 minutes to install it and it works like a charm. The default port needs to be locked...
by alexey.zimarev
18 May 2014 16:08
Forum: RaZberry
Topic: A way to push data to client side ?
Replies: 6
Views: 6284

Re: A way to push data to client side ?

It is not that complex to do it now. You can install something like an Apache httpd and PHP on your RPi and add socket.io page, setup http reverse proxy via Apache (good thing to do anyway) and add some pages to handle POST request that you can make from Z-Way virtual device. And your PHP page will ...
by alexey.zimarev
14 May 2014 11:33
Forum: RaZberry
Topic: Z-Way 1.5.0 Release
Replies: 24
Views: 33914

Re: Z-Way 1.5.0 Release

I see. It is too expensive compared with the RaZberry board. Also it would be nice to have everything inside a case. I will continue experimenting :)
by alexey.zimarev
13 May 2014 20:18
Forum: RaZberry
Topic: Z-Way 1.5.0 Release
Replies: 24
Views: 33914

Re: Z-Way 1.5.0 Release

As I described on ask.z-wave.me, the RaZberry board works fine on Olinuxino, it was a problem with serial port pins. However, the communication seems to be very slow. I am using RPi now and will try to experiment on Olinuxino later. And, surely, I checked the voltage on RPi GPIO and Olinuxino UART p...
by alexey.zimarev
11 Mar 2014 21:37
Forum: RaZberry
Topic: Z-Way 1.5.0 Release
Replies: 24
Views: 33914

Re: Z-Way 1.5.0 Release

I have 1.5.0-rc1 and force interview works from the device management. I got another issue with Z-Wave controller itself being lost by the Z-Way server. I see that devices send commands (how could they do it without a controller???) but Z-Way reports that controller is not registered. The most inter...
by alexey.zimarev
24 Sep 2013 04:16
Forum: RaZberry
Topic: Home automation engine
Replies: 18
Views: 17378

Events bus

<t>Is this correct that in order to listen for changes for all devices I need to have a handler for "metricUpdate"? What is the format for an event name, how can I ask to get all updates for example? Also is there a description for the value parameter for different device types? Are there special ev...