Search found 688 matches

by pofs
13 Oct 2015 21:28
Forum: Обсуждение на русском / Discussions in Russian
Topic: http-устройство в Z-Way
Replies: 8
Views: 15023

Re: http-устройство в Z-Way

Что-то типа:

Code: Select all

/(?:^|;)1:(0|1)(?:;|$)/.exec($$)[1]
Это для gpio 1, для любого другого нужно поменять 1: на номер нужного gpio
by pofs
11 Oct 2015 17:03
Forum: Discussions in English
Topic: does someone have already used zwave device on windows iot?
Replies: 3
Views: 9945

Re: does someone have already used zwave device on windows i

Your question is related neither to RaZberry card nor Z-Way software. Why asking it here at all?
Microsoft forums seems like a more suitable place to ask.
by pofs
09 Oct 2015 10:54
Forum: Discussions in English
Topic: iOS9 and Homekit
Replies: 55
Views: 85870

Re: iOS9 and Homekit

Have you updated to ghe latest github version of HomeKitGate module? As I said, the bundled one has errors which were not released yet as a part of rc-build.
by pofs
09 Oct 2015 10:50
Forum: RaZberry
Topic: Using low level Z-Way C API
Replies: 6
Views: 9595

Re: Using low level Z-Way C API

Invalid config means there's no config or translations directory at the current path. The program uses relative paths to locate these directories, but debugger may start at wrong path. Fix the gdb startup directory or specify absolute paths to zway_init().
by pofs
08 Oct 2015 19:52
Forum: Discussions in English
Topic: Opening blinds every morning
Replies: 7
Views: 9460

Re: Opening blinds every morning

You can just use basic auth after 2.1.2 rc's:

Code: Select all

curl -u admin:admin "http://192.168.1.200:8083/ZWaveAPI/Run/devices[13].instances[0].Basic.Set(80)"
by pofs
08 Oct 2015 17:50
Forum: RaZberry
Topic: Using low level Z-Way C API
Replies: 6
Views: 9595

Re: Using low level Z-Way C API

I've googled a bit, and found https://bugs.launchpad.net/raspbian/+bug/1154042: Afaict openssl probes the capabilities of the user's CPU by trying to do things and trapping the illegal instruction errors. So a couple of sigills during startup is normal. When using a debugger in order to find the rea...
by pofs
08 Oct 2015 01:36
Forum: Discussions in English
Topic: Temperature units in virtual devices
Replies: 4
Views: 6351

Re: Temperature units in virtual devices

Defaults.xml is intended for z-wave subsystem, which operates at a lower level than JS automation and virtual devices. But you may still load value from Defaults.xml if you want it that bad. To do so, first make a symlink to config directory inside automation (because fs.load() is restricted to work...
by pofs
07 Oct 2015 23:26
Forum: Discussions in English
Topic: Temperature units in virtual devices
Replies: 4
Views: 6351

Re: Temperature units in virtual devices

You'd better create an option in module settings, like OpenWeather module does.
by pofs
07 Oct 2015 23:21
Forum: RaZberry
Topic: Using low level Z-Way C API
Replies: 6
Views: 9595

Re: Using low level Z-Way C API

Z-way itself never calls OPENSSL_cleance(), so it must be some internal call inside OpenSSL library. Can you please show the entire stack trace and openssl version?
by pofs
07 Oct 2015 22:58
Forum: RaZberry
Topic: Z-Way-Server: iOS9 HomeKit Remote Access via iCloud Support?
Replies: 3
Views: 4916

Re: Z-Way-Server: iOS9 HomeKit Remote Access via iCloud Supp

Then I suspect it won't be possible without the Apple-signed certificate devices have in their auth chip. So it is likely a no-go.