Search found 103 matches

by maros
15 Jun 2016 21:21
Forum: Recipes
Topic: [userModule] Astronomy (Updated 2016/10/26)
Replies: 12
Views: 20931

Re: [userModule] Astronomy (Updated 2016/04/20)

There is no need to reduce the update interval. Just select 'Hide events for this device' for the altitude and azimuth device and all solar changes should be removed from the event list.
by maros
15 Jun 2016 13:07
Forum: Recipes
Topic: [userModule] Base Module (Updated 2017/01/22)
Replies: 24
Views: 41161

Re: [userModule] Base Module (Updated 2016/02/20)

Yes this is intentional. Some of my modules using BaseModule rely on the modify:metrics:level events. The last value required to detect real level changes is handled by BaseModule for all devices
by maros
09 Jun 2016 18:05
Forum: Recipes
Topic: [userModule] Virtual Rain Sensor (Updated 2016/07/31)
Replies: 15
Views: 29050

Re: [userModule] Virtual Rain Sensor (Updated 2016/01/08)

I do have a physical binary sensor (http://www.rapidonline.com/b-b-sensors-con-regme-12v-rain-detector-50-3709) attached to a FGBS-001 to detect rain (for window control). However this sensor is not suitable for irrigation, since it only detects if it rains, and not the rain quantity. Fibaro RGB swi...
by maros
08 Jun 2016 18:30
Forum: Recipes
Topic: [userModule] Virtual Rain Sensor (Updated 2016/07/31)
Replies: 15
Views: 29050

Re: [userModule] Virtual Rain Sensor (Updated 2016/01/08)

Maybe you need to create a dedicated module that also tracks rain quantity and duration as well as irrigation capacity (and maybe solar intensity and humidity - and hence evaporation). Security Zone and Auto Off Inactive are "reboot-safe". EventWatcher isn't yet.
by maros
08 Jun 2016 10:08
Forum: Recipes
Topic: [userModule] Virtual Rain Sensor (Updated 2016/07/31)
Replies: 15
Views: 29050

Re: [userModule] Virtual Rain Sensor (Updated 2016/01/08)

Yes, it certainly is possible. However, I'm not sure if this is the right approach: Rain sensor should indicate when it actually rains + timeout (eg. when the rain becomes too weak to detect, therefore the timeout should be in the range of couple of minutes and not days). Maybe you could manager the...
by maros
03 Jun 2016 21:19
Forum: Recipes
Topic: [userModule] Base Module (Updated 2017/01/22)
Replies: 24
Views: 41161

Re: [userModule] Base Module (Updated 2016/02/20)

On line 69 of BaseModule.js, the code is looking for a metric changeTime that doesn't exist. I believe it should be updateTime or possibly modificationTime. Thank you for pointing this out. I am a little curious to know what you added modificationTime when there's already an updateTime present. upd...
by maros
02 Jun 2016 23:41
Forum: Recipes
Topic: [userModule] Season switch (Unmaintained)
Replies: 3
Views: 8276

Re: [userModule] Season switch

To be honest, I'm not actively developing this particular module anymore (and that is also the reason why it isn't widely available via appstore). In VERA i had a winter/summer switch, and I thought that I might need it in Zway as well, but it turned out that my other modules (Blind Control and Wind...
by maros
02 Jun 2016 23:36
Forum: Recipes
Topic: [userModule] Presence Switch (Updated 2016/04/20)
Replies: 19
Views: 35984

Re: [userModule] Presence switch (Updated 2016/01/18)

No, I haven't implemented an automated presence detector yet. I was thinking about implementing a similar module based on WiFi device (ie mobile phone) arp scan, but this isn't the very reliable, and therefore I abandoned this idea. I think that you could create a very simple setup using my AutoInac...
by maros
06 Apr 2016 12:11
Forum: Recipes
Topic: [userModule] Presence Switch (Updated 2016/04/20)
Replies: 19
Views: 35984

Re: [userModule] Presence switch (Updated 2016/01/18)

I'm trying to set the time of night mode, but it is in a am/pm format and my system is in 24h format Are you running a 2.2.2 (release candidate) UI? I'm asking because 2.2.2 introduced time pickers for the AlpacaJS forms, which - when not configured - defaults to 12h format. I already have a fix fo...
by maros
27 Mar 2016 14:34
Forum: Discussions in English
Topic: Restart on 2.2.1
Replies: 1
Views: 3434

Restart on 2.2.1

Hi, a couple of weeks ago I upgraded my production Razberry from 2.1.1 to 2.2.1. Except for one major issue everything went smoothly (a couple of compatibility fixes in some of my modules, a couple of config changes, ... nothing serious). After every z-way restart I get old blind/window positions - ...