Home automation engine

Discussions about RaZberry - Z-Wave board for Raspberry computer
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

I would defenitely be

Post by pz1 »

I would defenitely be interested in the nodejs possibilities too
Since 29-12-2016 I am no longer a moderator for this forum
Silversquasher
Posts: 6
Joined: 20 Jul 2013 22:52

Automation tab in Z-WAY UI

Post by Silversquasher »

Hi, when can we have the Automation tab integrated in Z-Way UI like Z-Cloud for several years ? Is there a roadmap defined ?

Best Regards
User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

1. please search on the forum

Post by PoltoS »

1. please search on the forum.
add curl to .syscommands and then do in your code system("curl ....")
2. git checkout develop; git pull
3. no, since most of interesting node.js modules are C-compiled.
User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

Yes, we already have this in

Post by PoltoS »

Yes, we already have this in mind ;) Writing net module for this
User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

pass some specific argument

Post by PoltoS »

pass some specific argument to bind:

(function (argVal) {....bind(function(arg) { ... }, argVal);})(device);

the argVal is just to pass the refference correctly (ead JS book about this)
User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

We expect it in January

Post by PoltoS »

We expect it in January
Pitt13
Posts: 41
Joined: 13 Apr 2013 23:52

http request ?

Post by Pitt13 »

Hello,
Automation with the possibility to send http request and virtual device ?
User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

It will be available soon. So

Post by PoltoS »

It will be available soon. So far you can use system("curl ...").
Pitt13
Posts: 41
Joined: 13 Apr 2013 23:52

hello,

Post by Pitt13 »

hello,
I expect a lot of automation module because I do not understand and I do not know how to use programming languages​​: I am a newbie: D but for now I use OpenRemote to do some scenes. What helps me is images and tutorial with examples.
Post Reply