Triggered by new data event? **solved**
Moderator: Mattk
Triggered by new data event? **solved**
I see under event triggers, there is now "Triggered by new data" as an option. This is not defined anywhere in any of the documentation. Trying it out, it is firing the event very very frequently, every few seconds. So I'm wondering what new data is it triggering on? Is it any sensor data or something more obscure?
Re: Triggered by new data event?
This event-type is used in other systems to reset a "stalled-station-data" event.mcl1981 wrote: ↑Mon Nov 15, 2021 1:09 pm I see under event triggers, there is now "Triggered by new data" as an option. This is not defined anywhere in any of the documentation. Trying it out, it is firing the event very very frequently, every few seconds. So I'm wondering what new data is it triggering on? Is it any sensor data or something more obscure?
If station-data is not available after 'x minutes' time => raise condition and f.i. sent e-mail
When station data is received a "Triggered by new data" occurs => and one can remove raised condition.
Wim
Re: Triggered by new data event?
OK, but my question is what data points are included in this "new data" trigger?wvdkuil wrote: ↑Mon Nov 15, 2021 2:46 pmThis event-type is used in other systems to reset a "stalled-station-data" event.mcl1981 wrote: ↑Mon Nov 15, 2021 1:09 pm I see under event triggers, there is now "Triggered by new data" as an option. This is not defined anywhere in any of the documentation. Trying it out, it is firing the event very very frequently, every few seconds. So I'm wondering what new data is it triggering on? Is it any sensor data or something more obscure?
If station-data is not available after 'x minutes' time => raise condition and f.i. sent e-mail
When station data is received a "Triggered by new data" occurs => and one can remove raised condition.
Re: Triggered by new data event?
Any new weather data coming in from one of the connected stations triggers this.