Page 1 of 1
Blockly basic doesn't work
Posted: Wednesday 16 April 2014 20:08
by darrepac
Hi,
Just discovering event and make a try: send me an email if memory usage is above 95%.
I created the following and it is not possible to save the event (so I guess there is an error in it).
Do you see where is the mistake??
Re: Blockly basic doesn't work
Posted: Wednesday 16 April 2014 22:29
by SweetPants
The issue is the '%" sign in the subject, remove it and try to save it then
Re: Blockly basic doesn't work
Posted: Thursday 17 April 2014 10:38
by darrepac
Indeed, it works now!
We have to limit to the alphabetical letter in any text?
Re: Blockly basic doesn't work
Posted: Thursday 17 April 2014 18:58
by SweetPants
darrepac wrote:We have to limit to the alphabetical letter in any text?
Don't know, maybe if you 'escape' the character (\%) it wil also work, didn't try that.
Re: Blockly basic doesn't work
Posted: Saturday 09 May 2015 8:38
by gizmocuz
Should now be fixed in #2421+
Re: Blockly basic doesn't work
Posted: Saturday 09 May 2015 8:52
by Egregius
Great! Send email is working from blocky.
Thank you gizmocuz!
Re: Blockly basic doesn't work
Posted: Monday 04 January 2016 23:00
by assenzuid
I have created below Blocky, but the email is not send.

- 1.JPG (25.03 KiB) Viewed 2065 times
Is there some debug or log to check why it isn't working.
There's no separate notification configured or set at the device self.

- 11.JPG (12.66 KiB) Viewed 2065 times
Re: Blockly basic doesn't work
Posted: Tuesday 05 January 2016 0:55
by Minglarn
As I can see in your blocky you are using the if/else function.
Change it to a single if and it should work.
(Don't use the if with + function)
Sent from space using an app.
Re: Blockly basic doesn't work
Posted: Wednesday 06 January 2016 22:36
by assenzuid
Ok, I will change it to a single IF statement
Re: Blockly basic doesn't work
Posted: Thursday 07 January 2016 23:36
by assenzuid
I can confirm it's working, thanks!
Re: Blockly basic doesn't work
Posted: Thursday 14 January 2016 10:41
by assenzuid
I have configured below working Blocky, the cron job is running every 10 minutes to fetch the actual data from Buienrader.

- Capture.JPG (25.37 KiB) Viewed 1955 times
If the value is above 25% an email is send out, but the notification is send every 10 minutes when the value is still above the 25%.
I want to build some logic into the blocky that prevents this, when the value is below 25% and later at the day it is raised above 25% the notification must send out again.
Someone an idea how to build/ configure this.
Thanks.