I have read through the docs and see that sending sensor integer data is possible. I just need a scheduled event to send me and email or sms of a sensor’s data. no triggers from the device.
If the automation isn’t triggered by the device than you can’t send device related values in the email.
It sounds like you’d be better doing this in code, using Blynk.LogEvent to trigger your email.
Pete.
Thanks. I was just shooting for a simple daily email of a sensor value. I setup a trigger email and sms before that would fire on a particular value, but false values would trip it frequently. Since it’s a water level monitor filling/draining can cause the value to equal my trigger frequently so I just wanted a puch notification once a day for updates.
Nothing to stop you doing that, you could even trigger it with an automation instead of using RTC.
Pete.