Search found 688 matches

by pofs
22 Nov 2015 04:12
Forum: RaZberry
Topic: OpenRemote does not authenticate with ZWay
Replies: 24
Views: 31958

Re: OpenRemote does not authenticate with ZWay

Probably because it lacks WWW-Authenticate header. But I don't see any good reason for being so paranoid in following ancient standards. Even curl (which looks more trustworthy to me than some half-baked java library they use) doesn't follow it. When you have explicitly told the client you want to u...
by pofs
22 Nov 2015 03:42
Forum: RaZberry
Topic: Number of devices supported by the Razberry board
Replies: 2
Views: 3845

Re: Number of devices supported by the Razberry board

Maximum addressable number of devices in any single z-wave network is 232 (single byte max value minus few reserved ones) including controller itself. So either Razberry or any other controller (vera, hc2 etc.), you can't have more than 231 devices connected to it. There's no software limitations on...
by pofs
22 Nov 2015 03:32
Forum: RaZberry
Topic: ZWaveAPI/Data vs ZWaveAPI/Run inconsistency
Replies: 6
Views: 7912

Re: ZWaveAPI/Data vs ZWaveAPI/Run inconsistency

ZWaveAPI/Data/0 doesn't show not supported (i.e. controlled) command classes, and your SceneActivation could be considered as such because of failed interview.

P.S. I see only one problem described here. Which one was it, and what is the other one?
by pofs
21 Nov 2015 20:08
Forum: Discussions in English
Topic: Access to serial port and dropdown in widget
Replies: 3
Views: 4928

Re: Access to serial port and dropdown in widget

Does anyone have an example to access a serial port from server side javascript? I would like to query my smart meter via usb cable. It's currently connected to another pi so I could write a simple api, but I would like to plug the cable into my zway server directly. Not from the box, but a native ...
by pofs
21 Nov 2015 19:56
Forum: Discussions in English
Topic: websocket client
Replies: 33
Views: 38594

Re: websocket client

Z-way currently supports just websocket client (well, it also has built-in websocket server, but it is intended for push notifications only, and is not scriptable). Even if we add full websocket server later (but I still doubt its usefulness), it will be there only for integration with other service...
by pofs
12 Nov 2015 19:59
Forum: RaZberry
Topic: [Solved] Restore backup on UZB1 with z-way license
Replies: 6
Views: 8282

Re: Restore backup on UZB1 with z-way license

Can you please post a fragment of startup log, when version is requested (search for SDK/ZWlibMajor/ZWlibMinor values initialization)?. I'm interested in "RECEIVED" lines nearby.
by pofs
12 Nov 2015 18:30
Forum: Discussions in English
Topic: LoraWAN - The Things Network
Replies: 8
Views: 10428

Re: LoraWAN - The Things Network

Probably something like http.request({ url: "http://thethingsnetwork.org/api/v0/nodes/02013101/?format=json", method: "GET", async: true, success: function(res) { var data = res.data; if (data instanceof Array) { var first_entry = data[0]; debugPrint(first_entry.time, first_entry...
by pofs
12 Nov 2015 18:11
Forum: RaZberry
Topic: [Solved] Restore backup on UZB1 with z-way license
Replies: 6
Views: 8282

Re: Restore backup on UZB1 with z-way license

And what is your stick's SDK version?
Z-way currently supports restoring topology on SDKs up to 6.51.06, did you happen to have a newer one?
by pofs
03 Nov 2015 18:00
Forum: RaZberry
Topic: Wrong authentication. Packet ignored
Replies: 4
Views: 5310

Re: Wrong authentication. Packet ignored

There's no certificates there, it is just a shared network key which can't expire. First of all, check your SD card, it may wear off and produce I/O errors, so network key is incorrectly read from/saved to config. You also may try to reinclude the sensor, so it gets an actual network key (in case it...
by pofs
03 Nov 2015 17:55
Forum: Discussions in English
Topic: Device interview fails
Replies: 10
Views: 14387

Re: Device interview fails

Looks like device stops responding to anything after it sends ManufacturerSpecific report. So z-way attempts to interview remaining command classes, it successfully sends requests to device (they're reported as delivered), but device answers nothing back. That's why some command classes are stuck in...