Ecobee Manual Interaction Notification


#1

1) Give a description of the problem
There are a lot of people in the house. It’s hard to know when changes are made.

2) What is the expected behavior?
I would like a notification when a change is made to the ecobee. Ex: temperature, schedule, settings, etc. whatever is possible.

3) What is happening/not happening?
I cannot manage to find the right triggers for the notifications.
The script I have simply sends me a notification at 10pm / 7am: when my schedule is expected to change to sleep/home, not when people interact with it manually.

4) Post a Green Snapshot of the pistonimage
18%20PM%20copy

Any help appreciated!


#2

Have you tried on events from.
So.
On events from:-
Thermostat schedule
OR
Thermostat setClimate
etc.
DO
Send notification

EDIT:
You could also save the change to a local variable.
Then your message could be Warning: Ecobee {variable name} changed.


#3

oh, this would be great!

How do I do that?