Notify on setpoint temperature change

Easy to use, 100% Lua-based event scripting framework.

Moderator: leecollings

Post Reply
peterkrijgsman
Posts: 2
Joined: Monday 15 May 2017 20:24
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Notify on setpoint temperature change

Post by peterkrijgsman »

i want to be notified when the setpoint of a room changes.
i tried blockly to do this, but i cannot do a check if the setpoint temperature just change.

how can i make this in a lua/dzvents script?

i use http subsystem to send notifications to my phone.
SweetPants

Re: Notify on setpoint temperature change

Post by SweetPants »

peterkrijgsman wrote: Monday 21 August 2017 16:16 i tried blockly to do this, but i cannot do a check if the setpoint temperature just change.
I think you can in dzVentz, search the forum first
User avatar
Egregius
Posts: 2582
Joined: Thursday 09 April 2015 12:19
Target OS: Linux
Domoticz version: v2024.7
Location: Beitem, BE
Contact:

Re: Notify on setpoint temperature change

Post by Egregius »

In pass2php it's easy:

Code: Select all

<?php
if($status!=apcu_fetch('sliving_set')){
	telegram('Setpoint living set to '.$status);
}
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests