Search found 119 matches

by dolpheen
14 Apr 2015 19:49
Forum: RaZberry
Topic: Problem With Delayed Scene
Replies: 22
Views: 22830

Re: Problem With Delayed Scene

Maybe the Recipe easyLogic that Dolpheen is presently making could help? (I haven't had the time to play with it yet) Yes, that's what is the eazyLogic for :) If you don't have enough power from basic logic modules but not ready to write your own standalone script or module. SolarFlor , if you writ...
by dolpheen
14 Apr 2015 19:36
Forum: RaZberry
Topic: Secure remote requests to Razberry
Replies: 16
Views: 19322

Re: Secure remote requests to Razberry

The 'find.z-wave.me/zboxweb' doesn't use basic auth for authentication. In order to be autenticated you should do a POST request with URL encoded params act = login login=[your login] pass=[your pass] or URL encoded act=login&login=[your login]&pass=[your pass] Then you will recieve a ZBW_SE...
by dolpheen
13 Apr 2015 22:18
Forum: RaZberry
Topic: error nginx (502 Bad Gateway )
Replies: 2
Views: 4071

Re: error nginx (502 Bad Gateway )

cpighin wrote:I guess someone has solved the problem on the server.
That was Zuper man! :D
by dolpheen
13 Apr 2015 21:19
Forum: RaZberry
Topic: Binding vDev changes
Replies: 4
Views: 5953

Re: Binding vDev changes

Don't understand what "handler" means. Handler means function to handle you event. You can write the function in line of your event. For ex. in your case binarySensor.on('change:metrics:level', function (vDev) { var level = binarySensor.get("metrics:level"); sock.send(vDev.id + ...
by dolpheen
13 Apr 2015 16:06
Forum: RaZberry
Topic: Binding vDev changes
Replies: 4
Views: 5953

Re: Binding vDev changes

Like this? //Get vDev reference by deviceId binarySensor = controller.devices.get('RemoteHA_3_ZWayVDev_zway_29-0-37'); // Subscribe to metrics:level change of the device binarySensor.on('change:metrics:level', function (vDev) { // The code is called when metrics:level of vDev is changed // vDev is t...
by dolpheen
11 Apr 2015 23:26
Forum: RaZberry
Topic: Websocket Support in 2.0
Replies: 37
Views: 38096

Re: Websocket Support in 2.0

I used 2.0 version of developer documentation, but there is a new one 2.0.1 with additional function described.
Thank you pofs for pointing me.
So now I can use TCP connection to emit events from IR remote control.
by dolpheen
11 Apr 2015 00:02
Forum: RaZberry
Topic: Websocket Support in 2.0
Replies: 37
Views: 38096

Re: Websocket Support in 2.0

Thank you, pofs I found the topic http://forum.z-wave.me/viewtopic.php?f=3422&t=21409 (it's not pinned though) Is there any additional info about sockets object except http://forum.z-wave.me/viewtopic.php?f=3424&t=20849&p=55058&hilit=sockets#p55058 How can I receive info via TCP in e...
by dolpheen
10 Apr 2015 18:41
Forum: RaZberry
Topic: Websocket Support in 2.0
Replies: 37
Views: 38096

Re: Websocket Support in 2.0

Yes, I need to recieve info from external websocket server.
What kind of module do you mean? Can you point to some recources that I could start?
by dolpheen
10 Apr 2015 18:30
Forum: RaZberry
Topic: Websocket Support in 2.0
Replies: 37
Views: 38096

Re: Websocket Support in 2.0

Is there any info on websocket support?
I want to use IR remote control server to publish events (via EventEmitter on devices collection) in order to control widgets.
So, then we will be able to use any standard IR controls to control home automation.
by dolpheen
10 Apr 2015 09:34
Forum: RaZberry
Topic: Fibaro FGK-101 first start
Replies: 23
Views: 20068

Re: Fibaro FGK-101 first start

Good news!
Waiting for screenshots of your custom UI :)