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.
Notify on setpoint temperature change
Moderator: leecollings
-
- Posts: 2
- Joined: Monday 15 May 2017 20:24
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: Notify on setpoint temperature change
I think you can in dzVentz, search the forum firstpeterkrijgsman 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.
- 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
In pass2php it's easy:
Code: Select all
<?php
if($status!=apcu_fetch('sliving_set')){
telegram('Setpoint living set to '.$status);
}
Who is online
Users browsing this forum: No registered users and 0 guests