Search found 26 matches

by dk78
Thursday 11 October 2018 18:54
Forum: Dashticz
Topic: Import weather data other than Wunderground
Replies: 96
Views: 19728

Re: Import weather data other than Wunderground

Dashticz V2.4.0 Domoticz version 4.10059 DzVents version: 2.4.7 Python version: None var config = {} config['language'] = 'nl_NL'; config['domoticz_ip'] = 'https://<IP>'; config['app_title'] = 'Dashticz'; config['domoticz_refresh'] = '15'; config['dashticz_refresh'] = '60'; config['timeformat ...
by dk78
Thursday 11 October 2018 16:34
Forum: Dashticz
Topic: Import weather data other than Wunderground
Replies: 96
Views: 19728

Re: Import weather data other than Wunderground

Strange. WU works, but OWM not. I tried everything, including deleting the 'wu'-config stuff, but it isn't displaying any information. OWM in Domoticz itself works, but I can't see it in Dashticz. Is there some logging available? I'm pretty new to Dashticz.
by dk78
Thursday 11 October 2018 13:17
Forum: Dashticz
Topic: Import weather data other than Wunderground
Replies: 96
Views: 19728

Re: Import weather data other than Wunderground

When I use WeatherUnderground everythings works fine. When I switch to Open Weather Map, I do not see anything in Dashticz. I'm running the latest beta (2.4.0). Can't find what I'm doing wrong. Weather Underground: config['wu_api'] = 'key'; config['wu_city'] = 'Veldhoven'; config['wu_name ...
by dk78
Saturday 30 December 2017 12:20
Forum: dzVents
Topic: Clock thermostat program in dzvents script
Replies: 10
Views: 1813

Re: Clock thermostat program in dzvents script

I've tested some options and think now what I'm doing wrong. When you put 'every minute' in your 'on timer' options on top, that's always the one that triggers the script. When you place it down, it only gets triggered when the others are not. Then it works for me.
by dk78
Saturday 30 December 2017 10:45
Forum: dzVents
Topic: Clock thermostat program in dzvents script
Replies: 10
Views: 1813

Re: Clock thermostat program in dzvents script

Because I need on different time, different setpoint. So I thought when I trigger every minute, I can use the triggerinfo to see when the script is triggered to set the correct setpoint. I'm not sure how I can solve this when I do it with the 'on timer'. I want to set the temperature in the morning ...
by dk78
Saturday 30 December 2017 10:33
Forum: dzVents
Topic: Clock thermostat program in dzvents script
Replies: 10
Views: 1813

Re: Clock thermostat program in dzvents script

Should this work:

Code: Select all

		if (triggerInfo.trigger == 'at 22:20-22:25 on sat,sun,mon,tue,wed,thu,fri') and setpointValue ~= 16 then
			Anna.updateSetPoint(16)
I think I miss something because the triggerinfo won't trigger.
by dk78
Friday 29 December 2017 12:14
Forum: dzVents
Topic: Clock thermostat program in dzvents script
Replies: 10
Views: 1813

Re: Clock thermostat program in dzvents script

SweetPants wrote: Friday 29 December 2017 12:05 Should device.Anna.updateSetPoint(20) not be Anna.updateSetPoint(20) ?
:o I hope that everything is this easy :lol: Thanks!
by dk78
Friday 29 December 2017 11:55
Forum: dzVents
Topic: Clock thermostat program in dzvents script
Replies: 10
Views: 1813

Clock thermostat program in dzvents script

Hello all, I'm trying to get a script working that replace my clock thermostat program on my Plugwise Anna thermostat and use Domoticz instead. This because I can add extra's like temperatures, 'someone home' or other switches. But I have some issues with the setpoint setting. I manage to get the ...
by dk78
Wednesday 27 September 2017 13:05
Forum: Others
Topic: Neo CoolCamlight switch: Unknown: type=0003, id=108b+
Replies: 10
Views: 3136

Re: Neo CoolCamlight switch: Unknown: type=0003, id=108b+

I've solved my problem. The switch has now the description: Neo CoolCam Wall Switch (2 channels)+
by dk78
Wednesday 27 September 2017 10:46
Forum: Others
Topic: Neo CoolCamlight switch: Unknown: type=0003, id=108b+
Replies: 10
Views: 3136

Re: Neo CoolCamlight switch: Unknown: type=0003, id=108b+

Thanks! Didn't know I have to exclude and include it again, but makes sense.

It did fix it!
by dk78
Wednesday 27 September 2017 9:20
Forum: Others
Topic: Neo CoolCamlight switch: Unknown: type=0003, id=108b+
Replies: 10
Views: 3136

Neo CoolCamlight switch: Unknown: type=0003, id=108b+

Hello fellow Domoticans, I've this light switch from Neo Coolcam: http://www.szneo.com/en/products/show.php?id=196 http://www.szneo.com/userfiles/2017-04-08/%E7%81%AF%E6%8E%A71.jpg It's a Z-wave Light Switch (EU-2) and I can add it in Domoticz. It has the ID 0x108b and type 0x0003 but the ...
by dk78
Saturday 26 August 2017 14:16
Forum: dzVents
Topic: Sunset and sunrise trigger troubles
Replies: 5
Views: 1691

Re: Sunset and sunrise trigger troubles

Should that do the trick? I'll try it today at sunset. Thanks!
by dk78
Saturday 26 August 2017 12:47
Forum: dzVents
Topic: Sunset and sunrise trigger troubles
Replies: 5
Views: 1691

Re: Sunset and sunrise trigger troubles

Yesterday I tried the following script, but it isn't working. I think it's because of the '(triggerInfo.trigger == 'at sunset')' and '(triggerInfo.trigger == 'at sunrise')'. Is there something I'm doing wrong? -- Script wat gordijnen open en dicht doet. -- return { active = true, on = { timer ...
by dk78
Friday 25 August 2017 16:53
Forum: Others
Topic: watermeter Elster V200 PR6P:1
Replies: 74
Views: 44097

Re: watermeter Elster V200 PR6P:1

iMars wrote: Sunday 02 April 2017 0:23 I also got this watermeter. I can't figure out which sensor is used for this. Anyone who can tell me?

Image
Did you manage to read your watermeter? I have the same watermeter and want to try to get it in Domoticz.
by dk78
Thursday 24 August 2017 21:14
Forum: dzVents
Topic: Sunset and sunrise trigger troubles
Replies: 5
Views: 1691

Re: Sunset and sunrise trigger troubles

Hmm, this didn't do the trick. I'll try no this method:

Code: Select all

	on = {
		timer = {
			'at sunset',
			'at sunrise'
		}
To bad that it will trigger only twice a day. Hope tomorrow the curtains are open when I wake up.
by dk78
Thursday 24 August 2017 11:54
Forum: Suggestions
Topic: Custom graph -> utility with bars
Replies: 2
Views: 1151

Custom graph -> utility with bars

Hello Domoticz, I was wondering if it's possible to create a custom (bar) graph on the 'Utility' tab, like the custom graph on the 'Temperature' tab. I want to see my power consumption from the power meters and the P1 smart meter in one graph. So I can see what the total consumption is (P1 smart ...
by dk78
Thursday 24 August 2017 10:21
Forum: dzVents
Topic: Sunset and sunrise trigger troubles
Replies: 5
Views: 1691

Re: Sunset and sunrise trigger troubles

Hmm, when I"m looking at the script now, I think I see the issue. Can someone please confirm if it's in the manner to apply multiple timers?

Do I need to do it like this:

Code: Select all

	on = {
		['timer'] = {
			'sunset',
			'sunrise'
		}
by dk78
Thursday 24 August 2017 10:18
Forum: dzVents
Topic: Sunset and sunrise trigger troubles
Replies: 5
Views: 1691

Sunset and sunrise trigger troubles

I'm trying to close and open my curtains with the timer triggers sunset and sunrise. With sunset it's working, but with sunrise it won't. I've testing if the state is Open\Closed or On\Off and know that it's Open\Closed. So the curtains are closed with the sunset trigger after 20 minutes, but in the ...
by dk78
Thursday 03 August 2017 10:34
Forum: dzVents
Topic: Timer options
Replies: 2
Views: 777

Re: Timer options

Thanks for the reply. I thought that it didn't work the way I wanted. Tested many ways yesterday, but thought at the end it was a 'one time trigger' and not a starting point for running the script.
by dk78
Wednesday 02 August 2017 22:40
Forum: dzVents
Topic: Timer options
Replies: 2
Views: 777

Timer options

Hi, I'm wondering what I'm doing wrong with the timer options of the dzVents lua scripts. I want to trigger a script that will turn on the lights. This script has to start 30 minutes before sunset at midnight every 5 minutes. Depending on a luxsensor in the logic of the script. I had 'at nighttime ...