please, check the TagVisibility parameter of Goto flag - if it is set to "local" it is not visible to the MB driver. Also check the output of REXYGEN Compiler which will tell you details about wrong setup of flags.
I tried your proposal, but unfortunately it did not work.
At the end I decided to simply re-image the SD card and start from scratch. Installed the most recent Rexygen test version and now, all is working fine.
Thanks for your support.
I created a "ProwlPushMessage" block (SubSystem) where all properties can be set easily.
Implemented the conversion from a "space" character towards "%20" in order to get the correct code for the message.
So this system is ready to be used, only fill in your own APIkey and press the button to send a message to your iPhone.
Please find the project attached. prowl_exec.mdl prowl_task.mdl
998b3e55-a136-4055-9b09-ccfa7f38c786-image.png
This is how it looks.
4db243ab-c0d8-4f5d-b534-74a12ac6b81e-image.png
the input SwitchOn is variable sometimes it is Switch1On and sometimes Switch2On and sometimes Switch3On
so he has to read the value of for example Switch1On from the tablet Switches
for example, he should get back 01101010 as answer because it is stored underneath but he returns Switch1On in response
the system does not log an error because the SQL command line must be normal
Hello,
I do not have any better advice than to add this line to your code, which will make the compiler believe that the variable dateInterval is used.
dateInterval = dateInterval;
Can you share or send your code leading to such a false warning? Thank you.