Search found 11 matches

by Stephan83
Wednesday 28 November 2018 12:44
Forum: Heating/cooling
Topic: heater Control
Replies: 2
Views: 1334

Re: heater Control

You can add a HYSTERESIS to you code. By doing that the difference between the setpoint and the actual switch moment will be a bit more (depending on the value you add).

An example:

in the top of your dzvents code:

local HYSTERESIS = 0.2 -- temp has to drop this value below setpoint before ...
by Stephan83
Wednesday 28 November 2018 12:35
Forum: Heating/cooling
Topic: Multi zoneheating with central heating
Replies: 1
Views: 1311

Multi zoneheating with central heating

Dear all,

I've been writing a Dzvents script for my house. It's quite simple but I think it works for my situation. It is the second script I ever write in lua or dzvents and I'm not a programmer.
The goal is: Keep using the timers of Domoticz and make the rooms not too smart. If I need to heat a ...
by Stephan83
Thursday 11 October 2018 16:10
Forum: Device information
Topic: Z-Wave factfile Eurotronic Spirit Z-Wave+ radiator thermostat controller
Replies: 56
Views: 26042

Re: Z-Wave factfile Eurotronic Spirit Z-Wave+ radiator thermostat controller


Since Yesterday I have a strange issue with a newly added Eurotrocs Spiritz. I added two which are working perfect (added earlier) and the last two I do not get of a Temp LaCrosse TX3 sensor. I added them in the same way. Does somebody does know this problem?

2018-10-08 22_03_10-Domoticz.png


In ...
by Stephan83
Monday 08 October 2018 14:36
Forum: Device information
Topic: Z-Wave factfile Eurotronic Spirit Z-Wave+ radiator thermostat controller
Replies: 56
Views: 26042

Re: Z-Wave factfile Eurotronic Spirit Z-Wave+ radiator thermostat controller

Since Yesterday I have a strange issue with a newly added Eurotrocs Spiritz. I added two which are working perfect (added earlier) and the last two I do not get of a Temp LaCrosse TX3 sensor. I added them in the same way. Does somebody does know this problem?

2018-10-08 22_03_10-Domoticz.png


In ...
by Stephan83
Monday 10 September 2018 14:26
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 614015

Re: Dashticz - General Discussions

Hi a few months ago I posted the below quoted message. I might be very well possible I missed the answer and did not search enough. But I was wondering if there is a solution to my problem.

The cold season is starting again and now the Interest in CO2 is becomming higer again :).

Thanks ...
by Stephan83
Tuesday 03 April 2018 18:21
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 614015

Re: Dashticz - General Discussions


Hi all,
I’m try to insert an CO2 (air quality) graph, in my dashticz dashboard, but I cant …
How I must to do? I must to edit graphs.js ? but how??
Please help



I can get the basiscs of the graph with this code:
//Luchtkwaliteit
blocks[255] = {} //CO2
blocks[255]['width'] = 4;

blocks['graph ...
by Stephan83
Monday 05 February 2018 23:43
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 614015

Re: Dashticz - General Discussions

I also found that option and figured out it did not work.
I went back to my first option with:

blocks[x]['hide_stop'] = true;
blocks[x]['hide_data'] = true;

And I changed the the icons to a speaker (just renamed it to: blinds-open/closed.png) because I do not have blinds.

What I did notice is ...
by Stephan83
Monday 05 February 2018 22:22
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 614015

Re: Dashticz - General Discussions

Thanks for the replies!
I also found out that the blinds icon is hard coded in the main.js.

The solution I figured out now is to create a virtual device in Domoticz that is a selector switch.

This gives me an other "unwanted" button: Off.

2018-02-05 22_21_04-Woonkamer.png

The off button is ...
by Stephan83
Monday 05 February 2018 15:58
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 614015

Re: Dashticz - General Discussions

I recently added IR volume control of my Amplifier to Domoticz (Logitech Harmony -> HaBridge -> Domoticz) and as a switch I use a Blindswitch to control the volume.
My amplifier is has an analog volume control and I can only set the volume up and down, not to a specific volume percentage.

In ...
by Stephan83
Friday 29 September 2017 10:38
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 614015

Re: Dashticz - General Discussions

That was indeed the trick! Auto positioning was turned on :oops: .

Thanks for the verry quick response!
by Stephan83
Thursday 28 September 2017 23:37
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 614015

Re: Dashticz - General Discussions

Hi all,

I'm quite new to Domoticz and to dashticz. At this moment I am creating a dashticz dashboard and I run into an issue when I try to switch a scene (Alles uit).
The button does not appear in the screen, while other blocks (lamps and a power meter) do work.
I tried all of the following ...