Search found 78 matches

by gsaw
08 Dec 2020 22:40
Forum: Discussions in English
Topic: Motion detector STEINEL
Replies: 3
Views: 1823

Re: Motion detector STEINEL

yes, after I powered rpi off and then some time after turned it on agan, then was the bad thing gone. restart of z-way didnt help.
by gsaw
07 Dec 2020 12:19
Forum: Discussions in English
Topic: Motion detector STEINEL
Replies: 3
Views: 1823

Motion detector STEINEL

Hi, since 2-3 days z-wave does not reposnd to http queries, rules do not work also. I have such a motion detector STEINEL and it is actually in a dead loop. In log have I a loot messages like below. I turned the power off, the device not powered anymore. But the messages still appearing in the log. ...
by gsaw
25 Oct 2020 01:11
Forum: Обсуждение на русском / Discussions in Russian
Topic: Интеграция с Google Home
Replies: 34
Views: 30807

Re: Интеграция с Google Home

Что то барахлит связь с ассистентом. Часто не отзывается, не может получить состояние устройств, через 4 раза получается выключить/включить. В том же openhab все работало быстро, все, что работало. Видимо придется опять вернуться на openhab и доканать его. Zway хорошо работает с девайсами, но все ос...
by gsaw
19 Oct 2020 21:45
Forum: Discussions in English
Topic: V8 engine
Replies: 1
Views: 1232

V8 engine

Hi,

which V8 version is used in z-way? Still some from 2014 or like that? ES5?

Are there some plans to upgrate V8 or is it too complicate?

I'm unable to write JS module, ES5 is a dead language, only in z-way is still living :)

Thanks
by gsaw
17 Oct 2020 11:33
Forum: Discussions in English
Topic: Device status "date" in advanced via API
Replies: 5
Views: 2472

Re: Device status "date" in advanced via API

Thanks, And which “updatedtime” should I use then, cause I see one for every “setting” Is the one you’re pointing out here the correct one ? Each device have a global attribute updateTime. I think, it is that waht you need. But i'm not sure. If you want to be sure, you could try to figure it out in...
by gsaw
16 Oct 2020 19:52
Forum: Discussions in English
Topic: Start over on new Raspberry PI
Replies: 8
Views: 4314

Re: Start over on new Raspberry PI

z-wave devices are stored on controller. If you re-install software without resetting of controller, you should have all devices after fresh start. You need got through every device and click on [Call for NIFG] Button on status page in expert mode. So did I newly as I migrated from Openhab to Z-Way....
by gsaw
16 Oct 2020 19:45
Forum: Discussions in English
Topic: Device status "date" in advanced via API
Replies: 5
Views: 2472

Re: Device status "date" in advanced via API

I guess you want the field updateTime. It is in Unix-Time format
by gsaw
14 Oct 2020 18:23
Forum: Diskussion in Deutsch
Topic: Zukunft von Z-Wave und Zway
Replies: 22
Views: 26360

Re: Zukunft von Z-Wave und Zway

Die Fragen habe ich mir schon 2016 gestellt und dann zu Openhab gewechselt. Nun wollte ich wieder Z-Wave probieren. Mir hat es damals die Leichtigkeit gefallen, wie man virtuelle Devices erstellen kann. Nun habe ich paar Tage Z-Wave probiert. Die gleiche Probleme, wie vor Vier Jahren. Community ist ...
by gsaw
14 Oct 2020 16:44
Forum: Diskussion in Deutsch
Topic: Fehlermeldung bei Benutzung eines Java Scripts zum Schalten eines Virtual Device
Replies: 2
Views: 4574

Re: Fehlermeldung bei Benutzung eines Java Scripts zum Schalten eines Virtual Device

Man sollte wahrscheinlich mit .get() ein Device holen.

Code: Select all

controller.devices.get("ZWayVDev_43-0-37")
So zumindest in Modulen zu finden. z.B. in LogicalRules/index.js

Code: Select all

var vDev = self.controller.devices.get(devState.device);