Search found 14 matches

by martinisonline
08 Apr 2015 03:03
Forum: RaZberry
Topic: Problems with v2.0.1-rcX(closed)
Replies: 29
Views: 27119

Re: Problems with v2.0.1-rcX

good work pz1.
by martinisonline
04 Jan 2015 02:26
Forum: RaZberry
Topic: Websocket Support in 2.0
Replies: 37
Views: 37865

Re: Websocket Support in 2.0

Your reference is correct!! After some debug, i understand why i should add the port number... I'm running a 'parallel' webserver that provides webpages from raspberry, apart from zway server. The test page, is there. Since its running on port 80, it doesn't show the port number. If served by zway s...
by martinisonline
04 Jan 2015 02:07
Forum: RaZberry
Topic: Websocket Support in 2.0
Replies: 37
Views: 37865

Re: Websocket Support in 2.0

Thanks pofs.

Your code works, with a minor adjustment:

Code: Select all

var websocket = new WebSocket('ws://' + location.host + ':8083');
Without the reference to the port number, it doesn't work!

br,
by martinisonline
03 Jan 2015 03:21
Forum: RaZberry
Topic: Websocket Support in 2.0
Replies: 37
Views: 37865

Re: Websocket Support in 2.0

I'm curious on this topic also... Any news? <<Edit>> Wrote a simple html page to perform some tests. It actually connects to the z-way server. It also sends the message to the server. Now im stucked. How do i send messages back to the browser? Where should i put the "ws.push(obj);" <!DOCTY...
by martinisonline
13 Dec 2014 04:06
Forum: RaZberry
Topic: New v2.0.0 released!
Replies: 30
Views: 38139

Re: New v2.0.0 released!

so far, so good.

good job.
by martinisonline
29 Nov 2014 04:23
Forum: Discussions in English
Topic: Newbie trying to get automation to work
Replies: 2
Views: 6174

Re: Newbie trying to get automation to work

Hi thorbj, for my own solution i did, complementing the link for the other post: create a folder in: /opt/z-way-server/automation name it myFiles. Inside that folder put the files: cron.js (cron scritp made by Stefan Liebenberg) myZwave.js (your own script, like the one you posted) using this folder...
by martinisonline
28 Oct 2014 21:47
Forum: Discussions in English
Topic: Pls share example code for switching on a schedule?
Replies: 6
Views: 54216

Re: Pls share example code for switching on a schedule?

Hey LAN, I´m not 100% sure, because im traveling, and im not right in front of my system. Nevertheless, i think i used the file in "cron.js / build /" named "cron.cc.js". give a try with that file. Dont forget that, any time you change anything in your script, you need to restart...
by martinisonline
11 Sep 2014 18:00
Forum: Device specific
Topic: AEON LABS HEM3 G2
Replies: 0
Views: 3515

AEON LABS HEM3 G2

Hello, After a successful inclusion of this device, i'm having a 'small' problem. The voltage reported by the device is incorrect and in consequence the Wattage and Energy measurements are also wrong. If I connect all phases together in parallel, I get around 57volt on each. If I connect only phase ...
by martinisonline
06 Sep 2014 04:00
Forum: RaZberry
Topic: Possible SD Card Failure - long term use
Replies: 1
Views: 3187

Re: Possible SD Card Failure - long term use

i'm using a hdd with razberry, connected to the usb port.
by martinisonline
29 Aug 2014 23:10
Forum: RaZberry
Topic: Extend Z-Way Api
Replies: 5
Views: 6845

Re: Extend Z-Way Api

In upcoming version 2.0 you'll be able to add your handler for any kind of url, even to intercept built-in API requests.
Any news/release date for this 2.0 version? :D