Search found 13 matches

by Vantskruv
20 Nov 2014 16:33
Forum: Todo for the software
Topic: Diagrams/Curves and Widgets
Replies: 0
Views: 8859

Diagrams/Curves and Widgets

It would be really nice if a diagram API is implemented so users can create widgets of sensors.

Also the frame of the current UI of current dev-version is too small. And also you should be able to customize the widgets (i.e. position, size, font-size, rows of custom data and titles).
by Vantskruv
20 Nov 2014 15:41
Forum: Discussions in English
Topic: Newbie trying to get automation to work
Replies: 2
Views: 6174

Re: Newbie trying to get automation to work

Which version of Z-way server do you use? If you update your server to version 2, there is a ScheduleScene module which will do what you want. Though version 2 is in development, but it is quite stable. If you want to update to the latest branch: 1. Go to http://razberry.z-wave.me/z-way-server/ 2. C...
by Vantskruv
19 Nov 2014 08:29
Forum: Recipes
Topic: [userMODULE] ScheduleSun
Replies: 16
Views: 25599

Re: [userMODULE] ScheduleSun

Hello SubnetMask When I try to set up the schedule, there's nothing in the 'Select which scene to activate' drop down... The Z-Way UI is still in development, and sometimes when adding new things they will not appear before reloading (for me the best way to reload have been start over going from the...
by Vantskruv
17 Nov 2014 18:52
Forum: Recipes
Topic: [userMODULE] ScheduleSun
Replies: 16
Views: 25599

Re: [MODULE] ScheduleSun

It is nice to hear, and you shouldn't be sorry. You should be thanked for being so active and kind.

Version 1.0.1 is working nice for me without any problems (yet ;) ).
by Vantskruv
12 Nov 2014 14:07
Forum: Recipes
Topic: [userMODULE] ScheduleSun
Replies: 16
Views: 25599

Re: [MODULE] ScheduleSun

Thanks pz1 for pointing that out. I've been making some vital changes to make the module more dynamic, and not forcing users to have both sunrise and sunset to be set. As it takes a day at least to see everything works, I'm keeping the version 1.0.0 here for others to download.
by Vantskruv
11 Nov 2014 18:09
Forum: Recipes
Topic: [userMODULE] ScheduleSun
Replies: 16
Views: 25599

Re: [MODULE] ScheduleSun

Double check if the folder exist and is not a double folder i.e. Scheduleasun/ScheduleSun.

Also, actually I've been putting the module in the automation/modules folder which you shouldn't do.
by Vantskruv
10 Nov 2014 21:14
Forum: Recipes
Topic: [userMODULE] ScheduleSun
Replies: 16
Views: 25599

Re: [MODULE] ScheduleSun

I'm glad to help, and everything is free to modify, and of course if something is missing or you have new ideas just tell me. When I've time I'll try to fix and improve as much as I can. :)
by Vantskruv
09 Nov 2014 20:16
Forum: Recipes
Topic: [userMODULE] ScheduleSun
Replies: 16
Views: 25599

[userMODULE] ScheduleSun

Module is only tested on server version Z-Way 2.0.0-rc13. So I'm unsure if it will work for earlier versions of the server. Description for version 1.0.1 and later-------- NOTE: This description does not apply to module version 1.0.0 . Scene scheduler for sun positions. The calculations is based fro...
by Vantskruv
09 Nov 2014 04:17
Forum: Recipes
Topic: [userModule] SunriseSunset - No Longer Maintained
Replies: 57
Views: 95690

Re: SunriseSunset Module - **20140908 v2.0.5**

I've been trying to make a SunriseSunset module also before seeing this thread. Though I've come quite far with the help of mourner:s library: https://github.com/mourner/suncalc This library mathematically calculates the sunset/sunrise with todays date and longitude and latitude given (no requirment...
by Vantskruv
08 Nov 2014 17:13
Forum: Discussions in English
Topic: How to retrieve object instance in module?
Replies: 0
Views: 5758

How to retrieve object instance in module?

I'm scripting a new module, where you in the UI select a device from the list. How do you get an instance of the selected device? See the code below for an example: TZ68_Fix.prototype.init = function (config) { TZ68_Fix.super_.prototype.init.call(this, config); var self = this; //var dev = zway.devi...