Search found 103 matches

by maros
23 Dec 2015 22:14
Forum: Recipes
Topic: [userModule] Thermostat Control (Updated 2016/10/06)
Replies: 11
Views: 22235

Re: [userModule] Thermostat Control (Updated 2015/11/03)

Unfortunately I cannot investigate this issue since I'm running 2.1.1 and not going to upgrade as long as some major issues are still open. However ThermostatControl is not using the Cron module, but sets timeouts directly via setTimeout. However, i noticed that even in 2.1.1 sometimes the timeout c...
by maros
19 Dec 2015 19:13
Forum: Recipes
Topic: [userModule] Raspberry Camera (Updated 2016/03/20)
Replies: 4
Views: 9883

Re: [userModule] Raspberry Camera

Fixed on github. However, unless you want to actively develop on these modules, please make sure that you don't run the latest head from master, but use the released versions instead. Master head is not always tested thoroughly.
by maros
11 Dec 2015 22:03
Forum: Recipes
Topic: [userModule] ForecastIO weather module (Updated 2016/06/01)
Replies: 8
Views: 12984

Re: [userModule] ForecastIO weather module

@joerod: More verbose log (including line numbers + a couple of lines before & after this message) would be helpful.

Please also note that the module needs to be installed in /opt/z-way-server/automation/modules/ForecastIO/ and not in /opt/z-way-server/automation/modules/Zway-ForecastIO/
by maros
04 Dec 2015 20:51
Forum: Recipes
Topic: [userModule] Presence Switch (Updated 2016/04/20)
Replies: 19
Views: 37454

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

not yet, since most of the modules are sill in heavy development and since vital parts are still missing (not yet released). I'll come up with a guide once things start settling
by maros
23 Nov 2015 17:40
Forum: Recipes
Topic: [userModule] Presence Switch (Updated 2016/04/20)
Replies: 19
Views: 37454

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

Yes, that's a good idea. However I'd rather create a separate module than include it in the current presence module. I want to keep the installation process of core components (such as the presence switch) very simple and avoid any third party dependencies (for arp support you'd need to mangle .sysc...
by maros
22 Nov 2015 21:07
Forum: Recipes
Topic: [userModule] Remote Host Switch (Updated 2016/03/13)
Replies: 1
Views: 6015

[userModule] Remote Host Switch (Updated 2016/03/13)

Creates a switch that controls and checks the status of a remote host in the same network Turning on is done via Wake on LAN. Since WOL packets are not routable, zway and the target host must reside in the same network. Turning off is handled via SSH. You must ensure that the user running zway (usua...
by maros
16 Nov 2015 00:12
Forum: Recipes
Topic: [userModule] ForecastIO weather module (Updated 2016/06/01)
Replies: 8
Views: 12984

Re: [userModule] ForecastIO weather module

Forecast.io offers hourly cloud coverage forecasts. In conjunction with suncalc.js (3rd party library that I also use for my Astronomy module) you could calculate a basic forecast for solar panels. WeatherUnderground on the other hand provides better data for current conditions. I'd say "Nomen ...
by maros
16 Nov 2015 00:01
Forum: Device specific
Topic: Fibaro RGBW
Replies: 1
Views: 3779

Fibaro RGBW

just included a Fibaro RGBW module into my network. Everything works fine. However i noticed that there seems to be a lot of zwave communication going on between zway and the module. Every two seconds zway would poll(?) every multilevel switch instance on the device - looks like an endless recursion...
by maros
15 Nov 2015 14:17
Forum: Recipes
Topic: [userModule] ForecastIO weather module (Updated 2016/06/01)
Replies: 8
Views: 12984

Re: [userModule] ForecastIO weather module

There are some minor differences. First of all they provide hourly forecasts (for some locations they offer even higher resolutions). This can be quite handy when trying to optimize ventilation schedules. Their rain forecast also offers slightly more data (eg. for plant watering schedules). Then the...
by maros
15 Nov 2015 11:12
Forum: Recipes
Topic: [userModule] ForecastIO weather module (Updated 2016/06/01)
Replies: 8
Views: 12984

[userModule] ForecastIO weather module (Updated 2016/06/01)

This plugin queries the ForecastIO API and creates up to sevem multilevel sensor devices showing the current weather conditions the weather forecast the low forecast (optional) the high forecast (optional) the current humidity (optional) the current wind (optional) the air pressure (optional) It can...