I think I missed the bit about my Twines ID. Oops.
Will try again.
Stacy, what rule do you have set specifically. For the Twine to trigger the HTTP request of the .sh script?
I'm struggling to get my Twine to want to apply a rule for any more …
I think people have still been having issues getting their Twine to trigger even with as many as 16 rules set for reporting. I've got mine set wrong and it only ever goes off when I set it up.
Doesn't make any sense to have a rules device triggeri…
When I posted the last message is added a lot of random < br /> in places. You'll need to find these and take them out. It might stop things from working.
Josh, I've found the code and very quickly cleaned it up, however it's still very crude.
I'm hoping you have a basic understanding of HTML and PHP. I've commented most areas in the code explaining what is going on.
Serious note: The Twine can no…
I have kind of pulled this off.
I have a PHP page that pulls data from a file that is updated by the twine. So not strictly an HTML page but all of the code is HTML in view source. The PHP just fills in the field values for temperature in.
I had…
Just read the responses. Lots of great replys.
I have to admit I hadn't read any manuals. I didn't even see them.
Agree with what Grant said about how the system is triggered "pretty stupid for a rules based system".
So for those of us that want …
@Andreas, yes that should work fine as long as the host supports php and not just html.
@Michael, thanks.
@Chris, I personally choose to have it post via HTTP so that I could see when I wanted to rather than have a constant flow of emails I wasn't…
Rik, I've found with the PHP emailing code I've written (http://community.supermechanical.com/index.php?p=/discussion/comment/695) that even though my Twine is set to Celsius it only sends Fahrenheit values.
Nicolas what you've suggested with Google sounds great.
I've progressed to getting the Twine to update a server side .txt file with the temperature and then have the temperature displayed on a web page suitable for mobile devices. Unfortunately I …