Search found 13 matches

by Glatzi
Wednesday 01 February 2017 13:54
Forum: dzVents
Topic: Date/time arithmetric
Replies: 2
Views: 1089

Re: Date/time arithmetric

Thanks for your reply. Real home renovation is higher priorized than the virtual one, no doubt about that :D
I'll take a deeper look at your LUA code & try to find out, if it is possible for me to do some modifications ;-)
by Glatzi
Monday 30 January 2017 9:18
Forum: dzVents
Topic: Date/time arithmetric
Replies: 2
Views: 1089

Date/time arithmetric

Hi @dannybloe,

on GitHub you stated that you have plans to implement some date/time arithmetric. Is this still actual?
Some statements like "half hour befor/after sunset" would be really useful :-)

Regards

Stephan
by Glatzi
Friday 04 November 2016 7:26
Forum: dzVents
Topic: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
Replies: 337
Views: 76187

Re: Introducing dzVents - Domoticz Lua file based event scripting made e-z!

Hi dannybloe, what is the reason for the __data. Dot files in the scripts/storage folder? 2016-10-27_19-15-05.gif I got the same dot-file in the data directory. For me, the reason is that I'm using vi as editor and when you open a file in vi a backup file is created with a leading dot in the ...
by Glatzi
Thursday 27 October 2016 19:19
Forum: dzVents
Topic: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
Replies: 337
Views: 76187

Re: Introducing dzVents - Domoticz Lua file based event scripting made e-z!

Hi dannybloe,

what is the reason for the __data. Dot files in the scripts/storage folder?
2016-10-27_19-15-05.gif
2016-10-27_19-15-05.gif (10.43 KiB) Viewed 3710 times
by Glatzi
Monday 24 October 2016 10:05
Forum: dzVents
Topic: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
Replies: 337
Views: 76187

Re: Introducing dzVents - Domoticz Lua file based event scripting made e-z!

I've got a question regarding the switchOn().for_min(x) method. If I'm using this with a power switch in conjunction with a PIR like this: if ( PIRKeller.state == 'On' and Keller_Switch.state == 'Off' ) then Keller_Switch.switchOn().for_min(2) elseif ( PIRKeller.state == 'On' and Keller_Switch.state ...
by Glatzi
Sunday 23 October 2016 20:39
Forum: dzVents
Topic: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
Replies: 337
Views: 76187

Re: Introducing dzVents - Domoticz Lua file based event scripting made e-z!

Hi dannybloe, can you please take a look at the latest beta of Domoticz? Something is going wrong with the scenes & dzEvents there. I'm getting the following error with all of my scenes: LUA: Cannot find the device. Skipping: KuecheLichtSchrank 1 2016-10-23_20-38-34.gif I've deleted all scenes ...
by Glatzi
Wednesday 19 October 2016 20:06
Forum: dzVents
Topic: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
Replies: 337
Views: 76187

Re: Introducing dzVents - Domoticz Lua file based event scripting made e-z!

Yea you can set it to true if you start the stuff in th evening for the first time. That's an easy one ;) Hi dannybloe, just came back from vacation & quickly implemented your script. It works fine! Thanks for your input!!! What I'm still generally searching for is some kind of logic to distinguish ...
by Glatzi
Friday 14 October 2016 12:53
Forum: dzVents
Topic: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
Replies: 337
Views: 76187

Re: Introducing dzVents - Domoticz Lua file based event scripting made e-z!

Well, what you could do is create your own flag that indicates if it is night time. You basically set a time every minute and detect if you switch from day to night and vice versa. Only at that moment you update the flag and do the script-based blind controlling : return { active = false, -- set to ...
by Glatzi
Friday 14 October 2016 1:30
Forum: dzVents
Topic: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
Replies: 337
Views: 76187

Re: Introducing dzVents - Domoticz Lua file based event scripting made e-z!

dzvEnts is an awesome framework :-) Thx a lot @dannybloe !!!! Is it possible to use a function in the timer section too? I've got the problem that I use several scripts for my blinds which should only be executed when it is sunrise or sunset. I'm checking the domoticz.time.isDayTime or domoticz ...
by Glatzi
Tuesday 11 October 2016 19:12
Forum: dzVents
Topic: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
Replies: 337
Views: 76187

Re: Introducing dzVents - Domoticz Lua file based event scripting made e-z!

dzvEnts is an awesome framework :-) Thx a lot @dannybloe !!!! Is it possible to use a function in the timer section too? I've got the problem that I use several scripts for my blinds which should only be executed when it is sunrise or sunset. I'm checking the domoticz.time.isDayTime or domoticz.time ...
by Glatzi
Monday 19 September 2016 15:43
Forum: Z-Wave
Topic: The Button by Fibaro
Replies: 21
Views: 10794

Re: The Button by Fibaro

Hi there, in the actual beta it is recognized but does not work. From what I've read there are changes in OZW necessary, because the Button needs support for central scenes which will be implemented with OZW 1.6
by Glatzi
Monday 19 September 2016 14:13
Forum: Z-Wave
Topic: OpenZwave & Fibaro Motion Sensor
Replies: 45
Views: 21477

Re: OpenZwave & Fibaro Motion Sensor

hello, i have 3 fibaro motion sensors but temp and lux decive is only created for one of them. sensors are working fine but no related lux/temp devices. any idea how this is happening? i have not changed default conf parameters. thanks, Take a look in the "Groups & Nework" menu & check, if node 1 ...