Search found 39 matches

by vvuu
25 Mar 2017 18:23
Forum: Discussions in English
Topic: BUG? Qubino - Flush 1D Relay - config param 120
Replies: 3
Views: 5222

Re: BUG? Qubino - Flush 1D Relay - config param 120

other question about this Flush Relay - I have already connected and included at z-way server some qubinos relays 2D. I connected temperature sensor to one of them and couldn't find any info about temp. Should I make force interview or (in the worst case) reinclude this device? maybe reboot controll...
by vvuu
30 Oct 2016 20:52
Forum: RaZberry
Topic: Aeon Multisensor security interview error
Replies: 0
Views: 2738

Aeon Multisensor security interview error

I have Aeon Multisensor. It worked fine till one day. battery was 30% but it stopped responding and sending updates to controller I tried to make force interview and it couldn't interview Security section in z-wave-server.log - I have error bellow. I tried also to change SD card (dd from previous ca...
by vvuu
29 Mar 2016 18:19
Forum: RaZberry
Topic: Get the Battery Status via API
Replies: 3
Views: 4837

Re: Get the Battery Status via API

why it is so important to call it not too often ?
by vvuu
23 Mar 2016 14:02
Forum: RaZberry
Topic: Get the Battery Status via API
Replies: 3
Views: 4837

Get the Battery Status via API

I need get a battery status in percentage from my battery powered devices - via some API (JSON, XML,...)

it is possible ? I couldn't find this battery level in any JSON answer from my devices..
;(
by vvuu
23 Mar 2016 13:59
Forum: RaZberry
Topic: API Output
Replies: 1
Views: 3240

Re: API Output

You could make the logicalRule (z-way APP) that will trigger a HTML Device (also z-way APP) Make a rule that will swich on this device if something happen (motion detection or something) HTML Device (configured in z-way apps) is a simulation of for example Binary Switch - if you turn this device ON,...
by vvuu
26 Feb 2016 14:37
Forum: RaZberry
Topic: need JSON commands
Replies: 9
Views: 11006

Re: need JSON commands

by vvuu
26 Feb 2016 14:21
Forum: Discussions in English
Topic: permanently hidden devices in smarthome UI
Replies: 6
Views: 8779

Re: permanently hidden devices in smarthome UI

http://rapberry_ip:8083/JS/Run/controller.devices.get("ZWayVDev_zway_Remote_22-0-0").set("permanently_hidden", false)

didn't work - tell me:
TypeError: Cannot read property 'set' of null
by vvuu
26 Feb 2016 13:29
Forum: Device specific
Topic: Fibaro Dimmer 2 (FDG)-212 Fully supported
Replies: 68
Views: 104285

Re: Fibaro Dimmer 2 (FDG)-212 Fully supported

I have Dimmer Qubino Z-Wave Plus and ZWay 2.1.1 - old version but of course - interview is not complete - for instances 1, 2, 3 I have Version command incomplete. But generally dimmer seems to work.. I will test it next days.. I hope it will be ok.. We have tested this dimmer also on Domoticz and th...
by vvuu
08 Feb 2016 14:35
Forum: RaZberry
Topic: need JSON commands
Replies: 9
Views: 11006

Re: need JSON commands

I found 1);
../ZAutomation/api/v1/devices/ZWayVDev_zway_2-0-30/command/exact?level=50

Still couldn't find a solution for questions 2), 3),

another question:
4) ../ZAutomation/api/v1/notifications --> could I get only events of one device or I have to parse it by external tools?
by vvuu
02 Feb 2016 17:40
Forum: RaZberry
Topic: one time condition
Replies: 1
Views: 2972

one time condition

I need to make Rule that will be turning ON a binary switch when the light sensor sends some value to the controller. sensor sends update of for example luminescence only when the light condition is changing.. and only then I want to turn on the binary switch. Later if I manually set the binary swit...