Search found 14 matches

by Gorilla
30 Dec 2015 01:05
Forum: Discussions in English
Topic: HttpDevice not working for no reason
Replies: 1
Views: 3085

Re: HttpDevice not working for no reason

OK, I found out what caused my troubles. Since I switched from a raspberry B to a raspberry 2 and added a webcam, my system was not stable anymore, the zway-server crashed every 2nd day for no reason without any error log. The reason was a HTTP Device I created, which polls the status of a foscam vi...
by Gorilla
21 Dec 2015 12:16
Forum: Discussions in English
Topic: HttpDevice not working for no reason
Replies: 1
Views: 3085

HttpDevice not working for no reason

I have a httpDevice that has worked great so far, making an external http get request. Now it stopped working, although a manual check of the url still works. The log states: 2015-12-21 10:10:12.192] [E] [8083] Callback execution error: TypeError: Cannot read property 'call' of undefined at ZAutomat...
by Gorilla
15 Dec 2015 22:03
Forum: Discussions in English
Topic: Accidently deleted "ZWave Network Access App"
Replies: 3
Views: 5657

Re: Accidently deleted "ZWave Network Access App"

After some research I found out that a cold restart would fix the problem.
However, all device configurations are lost.
I got a backup, which folders do I have to restore?
by Gorilla
15 Dec 2015 11:43
Forum: Discussions in English
Topic: Accidently deleted "ZWave Network Access App"
Replies: 3
Views: 5657

Re: Accidently deleted "ZWave Network Access App"

I have some more information on the log: 015-12-15 09:39:58.904] [D] [zway] Initialization done [2015-12-15 09:39:58.904] [D] [zway] Job 0x07 (Get controller info and supported function classes): success [2015-12-15 09:39:58.904] [C] [zway] Device is not compatible. Terminating... [2015-12-15 09:39:...
by Gorilla
15 Dec 2015 02:30
Forum: Discussions in English
Topic: Accidently deleted "ZWave Network Access App"
Replies: 3
Views: 5657

Accidently deleted "ZWave Network Access App"

Hi, I just accidently deleted the "ZWave Network Access App". After readding it, all ZWave devices are gone in the HA UI. The expert UI gives me an error: "Error handling data from server". The log shows several errors: [2015-12-15 00:18:28.841] [C] [zway] Device is not compatibl...
by Gorilla
04 Dec 2015 12:33
Forum: Recipes
Topic: [userModule] Presence Switch (Updated 2016/04/20)
Replies: 19
Views: 35258

Re: [userModule] Presence switch (Updated 2015/11/03)

Hi Maroš,
I like your modules, do you have a blog entry or Manual of your configured System that describes how you connect all your modules to e.g. a security System?
by Gorilla
22 Jun 2015 08:41
Forum: Device specific
Topic: Wall Dimmer Associations don't work
Replies: 2
Views: 4069

Re: Wall Dimmer Associations don't work

It turned out I had to power cycle the wall dimmers to make it work again. Guess there is bug in the firmware (1.8).
by Gorilla
19 Jun 2015 01:17
Forum: Device specific
Topic: Wall Dimmer Associations don't work
Replies: 2
Views: 4069

Wall Dimmer Associations don't work

I have two ZME_05468 Zwave.me wall dimmer sets and a razberry running on 2.0.1-RC33 and an everspring switch EVR_AN1572. I want the following setup: - a single tap or press and hold on any dimmer will switch or dim both dimmers - a double tap on any dimmer will switch the everspring switch All that ...
by Gorilla
29 Jan 2015 12:37
Forum: RaZberry
Topic: Security Mode
Replies: 6
Views: 8262

Re: Security Mode

I get from the source code, that the Security Mode is a virtual switch (vDev). However, in 2.0.1-RC11 I get the following error when creating a simple instance: Type: core Timestamp: 29/01/15-10:26 Message: Can not init module SecurityMode: TypeError: Cannot read property 'deviceType' of undefined T...
by Gorilla
29 Jan 2015 12:13
Forum: Discussions in English
Topic: Catching alarm events
Replies: 5
Views: 13456

Re: Catching alarm events

So, how do you arm the alarm?
I couldn't find any documentation on this.
I want my sensors to only react on movements when I "arm" them, and "disarm" them when I'm back home for example.