Search found 10 matches

by funnybu
Wednesday 18 December 2019 12:22
Forum: dzVents
Topic: DzVents hide/unhide method request [Solved]
Replies: 1
Views: 836

DzVents hide/unhide method request [Solved]

It will be very useful for me to have hide/unhide method for deices in dzVents.

For example: if i turn off my heating system (by dummy switch), i want hide my boiler devices, pumps, boiler temp and pressure control, etc from control panel. And when i switch it on - unhide.

I can do it now via ...
by funnybu
Wednesday 10 October 2018 9:03
Forum: dzVents
Topic: lastUpdate.minutesAgo for security state - how? [Solved]
Replies: 4
Views: 1696

Re: lastUpdate.minutesAgo for security state - how? [Solved]

May be easiest way write user variable? (and read it from another scripts) I think it is possible do with dzvents and more universal. What do you think?
by funnybu
Tuesday 09 October 2018 11:41
Forum: dzVents
Topic: lastUpdate.minutesAgo for security state - how? [Solved]
Replies: 4
Views: 1696

lastUpdate.minutesAgo for security state - how? [Solved]

Hello. I need get lastUpdate.minutesAgo (or hoursAgo) for security state.

For example i need switch boiler to standby mode if my Dz had "Armed Away" state more than 2 days...
by funnybu
Monday 08 October 2018 16:27
Forum: dzVents
Topic: ideAlarm (A dzVents alarm environment)
Replies: 103
Views: 25109

Re: ideAlarm (A dzVents alarm environment)

Hello, may be someone can help me.

I have simle script to set "armed away" security state after 30 sec. And i want send notification about it, but afterSec(30) doesnt works with notify for me (domoticz latest betta). It sends notification instantly.

How i can get notification with delay?


local ...
by funnybu
Thursday 27 September 2018 10:09
Forum: Examples & Solutions
Topic: dzVents script for heating control [SOLVED]
Replies: 37
Views: 18552

Re: dzVents script for heating control [SOLVED]

What is happen (with mode switched) if i just click on "Fire icon" on "Workin mode" device?
by funnybu
Sunday 23 September 2018 15:58
Forum: Other questions and discussions
Topic: Split at "temp/hum" sensor into separat hum and temp devices?
Replies: 10
Views: 5646

Re: Split at "temp/hum" sensor into separat hum and temp devices?

It's me

DzVents script


local REAL_TEMP_HUM_DEVICE = 'outdoor_temp_hum' -- Real temperature and humidity device name
local DUMMY_TEMP_DEVICE = 'outdoor_temp' -- Dummy temperature device name
local DUMMY_HUM_DEVICE = 'outdoor_hum' -- Dummy humidity device name


return {
on = {devices = {REAL ...
by funnybu
Saturday 22 September 2018 7:40
Forum: Other questions and discussions
Topic: Split at "temp/hum" sensor into separat hum and temp devices?
Replies: 10
Views: 5646

Re: Split at "temp/hum" sensor into separat hum and temp devices?

My be someone has Dzvents example for this action? Split at temp/hum sensor into separate hum and temp devices?
by funnybu
Wednesday 16 May 2018 19:15
Forum: dzVents
Topic: dzVents 2.0 simple heating script editted for room control
Replies: 18
Views: 5776

Re: dzVents 2.0 simple heating script editted for room control

It works perfect! But i don't understand, why you power off boiler twice?


boiler.switchOff()
boiler.switchOff().afterMin(2)



Ok, try this. I modified it a bit. Previously, if there hasn't been any reading yet, your history is empty and so the avg() is nil. Then the timer fires, and it tries ...
by funnybu
Tuesday 08 May 2018 5:07
Forum: Zigbee
Topic: Xiaomi Human Sensor 2
Replies: 11
Views: 4365

Re: Xiaomi Human Sensor 2

SAme problem
by funnybu
Monday 07 May 2018 15:02
Forum: Others
Topic: Aqara Human Body Sensor
Replies: 5
Views: 1815

Re: Aqara Human Body Sensor

I have problem vith new Aqara Body sensor, can u help me?
https://www.gearbest.com/alarm-systems/pp_659226.html

At first i had one Aqara Body sensor, i've add it to mi home and then instal domoticz on Rpi3 (Raberian stretch)
All worked perfect in mi home and domoticz system.

Then i bought ...