Search found 119 matches

by dolpheen
21 Feb 2015 19:51
Forum: RaZberry
Topic: Device Database ZDDX errors
Replies: 2
Views: 3801

Re: Device Database ZDDX errors

Error loading Z-Wave Device Description XML 584-014f4774-3032-03-03-67-00-15.xml: list index out of range.(I know it has been stated that this is a normal error but more may be going on with this) As I see, ZDDXs with 'Error loading' do not get in index and are not available for selection (if some ...
by dolpheen
19 Feb 2015 08:21
Forum: RaZberry
Topic: Fibaro Switch not responding after 2 weeks
Replies: 3
Views: 4193

Re: Fibaro Switch not responding after 2 weeks

pofs wrote: It is not actually MultiCmd, but CRC16.
It should be fixed in 2.0.1 release candidates. Now we check NIF before rendering command classes like MultiCmd and CRC16 on arrival.
Not clear still, how the device began to behave like this after some time?(that commands are wrapped in CRC)
by dolpheen
19 Feb 2015 00:09
Forum: RaZberry
Topic: Razberry error: Cannot start Z-Wave binding
Replies: 13
Views: 18971

Re: Razberry error: Cannot start Z-Wave binding

[2015-02-15 14:04:40.199] [I] [core] Notification: critical (z-wave): Can not start Z-Wave binding: Error: Binding with name 'zway' already exists It's very strange but looks like 'Z-Wave binding' module loads 2 times. Check modules in 'modules' and 'userModules' folders (in opt/z-way-server/automa...
by dolpheen
19 Feb 2015 00:00
Forum: RaZberry
Topic: Fibaro Switch not responding after 2 weeks
Replies: 3
Views: 4193

Re: Fibaro Switch not responding after 2 weeks

From the log it looks like you have MultiCmd problem (before interview commands are sent in MultiCmd format, after in normal format) The same is in the next topics: http://forum.z-wave.me/viewtopic.php?f=3422&t=21231 http://forum.z-wave.me/viewtopic.php?f=3422&t=21250 I think only developers...
by dolpheen
10 Feb 2015 17:19
Forum: RaZberry
Topic: Get data via Apiary API
Replies: 11
Views: 12189

Re: Get data via Apiary API

My original question was not getting things to work (I know that), but to understand how the Apiary API is supposed to work in the end. That is the question for the Zwave>Me team. Ok, then I didn't get the question right. (I put a hard point to OpenRemote connection in your post) As for my opinion ...
by dolpheen
10 Feb 2015 11:18
Forum: RaZberry
Topic: Get data via Apiary API
Replies: 11
Views: 12189

Re: Get data via Apiary API

pz1 wrote: Actually I am the original developer of RaZ-OR, which grew into OpenRemoteHelpers, so I do understand how it works :)
:D Good job!
Then I see it's should be pretty easy for your to update the OpenRemoteHelper to parse vDev request to get values from it and propose the modification for community.
by dolpheen
10 Feb 2015 08:17
Forum: RaZberry
Topic: Get data via Apiary API
Replies: 11
Views: 12189

Re: Get data via Apiary API

To me it looks as if the API has not yet been implemented to its full extent. For me 'ZAutomation/api' is pretty RESTful and there is no problem to parse JSON on client side. Of course it has ways for improvments, nothing is perfect :) If am right OpenRemote provide some specification(correct me if...
by dolpheen
10 Feb 2015 01:17
Forum: RaZberry
Topic: Razberry can no longer control switches (Encapsulated?)
Replies: 4
Views: 5354

Re: Razberry can no longer control switches (Encapsulated?)

If I am right, the encapsulated job is used to manage Multi_cmd command responses (in your log there are Set and Get command that are sent at the same time as Multi_cmd) What device model do you use? Does your device support multi_cmd command class (I suppose it can be checked in Expert UI)? Can you...
by dolpheen
10 Feb 2015 00:49
Forum: RaZberry
Topic: Get data via Apiary API
Replies: 11
Views: 12189

Re: Get data via Apiary API

Looks like the '/ZAutomation/api' request is managed by webserver.js (on github) There are only 3 patterns for request: /devices /devices/:dev_id /devices/:v_dev_id/command/:command_id So you can only get all devices, device with device_id or make command on device. For you request (devices/OpenWeat...