<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>Popular - Twine community</title>
      <link>http://www.minervakestner.com/</link>
      <pubDate>Mon, 27 Apr 2026 21:45:52 +0000</pubDate>
          <description>Popular - Twine community</description>
    <language>en</language>
    <atom:link href="http://www.minervakestner.com/discussions/popular/p13/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>Vibration sensor: Not tripping "on" trigger?</title>
        <link>http://www.minervakestner.com/discussion/350/vibration-sensor-not-tripping-on-trigger</link>
        <pubDate>Thu, 31 Jan 2013 16:57:36 +0000</pubDate>
        <category>Tips and Troubleshooting</category>
        <dc:creator>Joel Finkle</dc:creator>
        <guid isPermaLink="false">350@/discussions</guid>
        <description><![CDATA[As part of my sump pump monitoring, I have a matched pair of rules:&nbsp;<div>1) Starts shaking for 3 seconds / untrigger after 2 seconds, 125 mili-G sensitivity</div><div>2) Stops shaking for 3 seconds / untrigger after 2 seconds, 125 mili-G sensitivity</div><div><br /></div><div>The actual shaking that I've watched happen is around 500 mG -- the pump installed today is a lot quieter and smoother-running than the old one, which ran closer to 700 mG vibrations.</div><div><br /></div><div>Both rules set an HTTP Get to my Google Spreadsheet web app.</div><div>I have noticed that I occasionally do not get the Starts Shaking trigger before getting the Stop Shaking. &nbsp;That doesn't make much sense. &nbsp;Any suggestions for adjusting the settings?</div>]]>
        </description>
    </item>
    <item>
        <title>Twine becoming unresponsive after an hour of no activity?</title>
        <link>http://www.minervakestner.com/discussion/290/twine-becoming-unresponsive-after-an-hour-of-no-activity</link>
        <pubDate>Fri, 04 Jan 2013 10:22:06 +0000</pubDate>
        <category>Tips and Troubleshooting</category>
        <dc:creator>Manuel Grossi</dc:creator>
        <guid isPermaLink="false">290@/discussions</guid>
        <description><![CDATA[Hello<br /><br />My twine stops reporting after about an hour of no activity. I can only get it to work again by taking out a battery and putting it back in. Any ideas?]]>
        </description>
    </item>
    <item>
        <title>Plotting magswitch states on a timeline in a Google spreadsheet?</title>
        <link>http://www.minervakestner.com/discussion/300/plotting-magswitch-states-on-a-timeline-in-a-google-spreadsheet</link>
        <pubDate>Fri, 11 Jan 2013 11:11:16 +0000</pubDate>
        <category>Software developers</category>
        <dc:creator>Andrei Goncharov</dc:creator>
        <guid isPermaLink="false">300@/discussions</guid>
        <description><![CDATA[Following a thread regarding combining Twine and IFTTT, I've created an autoupdating spreadsheet, which saves all the magswitch state changes like this:<br /><br />January 11, 2013 at 07:41PM	Closed<br />January 11, 2013 at 07:41PM	Open<br />January 11, 2013 at 07:52PM	Closed<br /><br />Now, is there a way to plot a timeline based on this data, that would graphically show for how long each state lasted? I imagine this would require reformatting the time and finding a proper visualisation type, but really no idea how to do this. Anyone tried anything similar? Thanks!]]>
        </description>
    </item>
    <item>
        <title>Using Twines for monitoring room temperatures</title>
        <link>http://www.minervakestner.com/discussion/358/using-twines-for-monitoring-room-temperatures</link>
        <pubDate>Mon, 04 Feb 2013 16:32:16 +0000</pubDate>
        <category>At home</category>
        <dc:creator>Andy Horne</dc:creator>
        <guid isPermaLink="false">358@/discussions</guid>
        <description><![CDATA[I showed my Twine to a colleague and he is keen to buy 4-5 and use them to monitor the temperatures in several rooms in his house, and asked about setting up a web page to show them all. I only have one Twine so don't know what the web page looks like with multiples.<div>He said ideally he'd like to set up a page with his house plan as the background and overlay the Twine results to show the real-time temps in the rooms. He'd also like to have a history (I told him some people have enabled reporting to a spreadsheet).</div><div>Does anyone have any examples of multiple Twines reporting to a custom web page? What's the best approach for this?</div><div><br /></div><div>TIA.</div>]]>
        </description>
    </item>
    <item>
        <title>Is my dog barking?</title>
        <link>http://www.minervakestner.com/discussion/498/is-my-dog-barking</link>
        <pubDate>Tue, 29 Oct 2013 13:10:32 +0000</pubDate>
        <category>At home</category>
        <dc:creator>Andrew Knasinski</dc:creator>
        <guid isPermaLink="false">498@/discussions</guid>
        <description><![CDATA[I'd like to setup a sensor to ping me if my dog's barking, but only seem to find collars that go on the dog which I assume measure sound and vibration. Any ideas are most appreciated.]]>
        </description>
    </item>
    <item>
        <title>Using wget to get temperature data</title>
        <link>http://www.minervakestner.com/discussion/378/using-wget-to-get-temperature-data</link>
        <pubDate>Mon, 18 Feb 2013 12:48:16 +0000</pubDate>
        <category>Tips and Troubleshooting</category>
        <dc:creator>Phil Tomson</dc:creator>
        <guid isPermaLink="false">378@/discussions</guid>
        <description><![CDATA[In another thread I found a shell script used to obtain temperature info, here's the part I'm interested in:<div><br /></div><div><div>#!/bin/sh</div><div>/usr/local/bin/wget -o /tmp/log.txt --quiet -O /tmp/temp.txt --keep-session-cookies --save-cookies cookies.txt --no-check-certificate --post-data="email=&lt;email&gt;&amp;password=&lt;password&gt;"&nbsp;<a href="https://twine.supermechanical.com/login" target="_blank" rel="nofollow">https://twine.supermechanical.com/login</a></div><div><br /></div><div>/usr/local/bin/wget -o /tmp/log.txt --quiet -O /tmp/temp.txt --load-cookies cookies.txt --no-check-certificate<a href="https://twine.supermechanical.com/rt/%3CtwineID%3E?cached=1" target="_blank" rel="nofollow">https://twine.supermechanical.com/rt/&lt;twineID&gt;?cached=1</a></div></div><div><br /></div><div>In the second wget there is a &lt;twineID&gt; - what is the twineID? &nbsp;How can I find out what my twine's ID is?</div>]]>
        </description>
    </item>
    <item>
        <title>Twines aren't communicating</title>
        <link>http://www.minervakestner.com/discussion/535/twines-arent-communicating</link>
        <pubDate>Sat, 18 Oct 2014 18:42:48 +0000</pubDate>
        <category>Tips and Troubleshooting</category>
        <dc:creator>Michael Driscoll</dc:creator>
        <guid isPermaLink="false">535@/discussions</guid>
        <description><![CDATA[I can't get the computer Windows 7 pro wireless to see the twines. They had been working on a different WiFi network and now I can't see them to change the network settings.]]>
        </description>
    </item>
    <item>
        <title>Post Variable Length</title>
        <link>http://www.minervakestner.com/discussion/411/post-variable-length</link>
        <pubDate>Sat, 30 Mar 2013 16:48:35 +0000</pubDate>
        <category>Feature requests</category>
        <dc:creator>Eric Dexter</dc:creator>
        <guid isPermaLink="false">411@/discussions</guid>
        <description><![CDATA[Now that you've updated the max URL length (what is the max length btw?), and allowed POST requests;<br /><br />There still seems to be a rather short maximum POST variable length. I'm trying to use an android service called "notifymyandroid.com" and the minimum variable length necessary to fire off a message (including API key, event, status and description) is 91 characters. But, in 91 characters, that is an event, status and description using 1 character each.<br /><br />From what I can tell, your variable limitation is 99 characters.<br /><br />Here is an example minimum POST data:<br /><br />apikey=A99da857s40f632d37s17ae623ddadb7c221aac7351bd4a9&amp;application=t&amp;description=x&amp;event=o<br /><br />Also. a bug: When you save a POST request, then return to the webpage, it reverts back to a GET request (although the post data remains hidden in the POST data field).<br />]]>
        </description>
    </item>
    <item>
        <title>Magnet sensor response</title>
        <link>http://www.minervakestner.com/discussion/272/magnet-sensor-response</link>
        <pubDate>Thu, 27 Dec 2012 05:00:02 +0000</pubDate>
        <category>Miscellaneous</category>
        <dc:creator>Alan Page</dc:creator>
        <guid isPermaLink="false">272@/discussions</guid>
        <description><![CDATA[Twine setup without incident using the magnetic sensor, but the sensor is always open (does not recognize the presence of the magnet)?  How does one troubleshoot the system or should I just return the sensor?]]>
        </description>
    </item>
    <item>
        <title>Suggestion - set update flag on webservice return</title>
        <link>http://www.minervakestner.com/discussion/27/suggestion-set-update-flag-on-webservice-return</link>
        <pubDate>Tue, 06 Nov 2012 08:19:44 +0000</pubDate>
        <category>Miscellaneous</category>
        <dc:creator>Chris Cragg</dc:creator>
        <guid isPermaLink="false">27@/discussions</guid>
        <description><![CDATA[When the device reports its data, that would be an opportune time to inform it of a needed configuration update.  The webservice would simply return a boolean.  This flag is set if the configuration was changed in your web IDE.  That would prevent me (and others) from having to go to the device to turn it over, to force the update.]]>
        </description>
    </item>
    <item>
        <title>New Forum Format Needed -- Agree/Disagree?</title>
        <link>http://www.minervakestner.com/discussion/105/new-forum-format-needed-agree-disagree</link>
        <pubDate>Wed, 21 Nov 2012 20:52:10 +0000</pubDate>
        <category>Feature requests</category>
        <dc:creator>James Kelly</dc:creator>
        <guid isPermaLink="false">105@/discussions</guid>
        <description><![CDATA[As more and more folks get their Twines, this format is going to get difficult to use IMO. Maybe I'm wrong. I'd like to see the more common format with one page of major sections, then tapping that takes you to more granular section headings... followed by posts. Comments bump a discussion back to the top and admins can pin important discussions. Agree/Disagree?]]>
        </description>
    </item>
    <item>
        <title>Not reading Temp. correctly</title>
        <link>http://www.minervakestner.com/discussion/534/not-reading-temp-correctly</link>
        <pubDate>Mon, 06 Oct 2014 11:58:15 +0000</pubDate>
        <category>Tips and Troubleshooting</category>
        <dc:creator>James Boutin</dc:creator>
        <guid isPermaLink="false">534@/discussions</guid>
        <description><![CDATA[I setup my Twine this morning and it seem to be working correctly. When I moved it to another location, approx. 100yrds away into another building on another wireless network it is not now reading temp. correctly as displayed on my dashboard. Does Twine need to be configured for that network and if so how do I accomplish it?]]>
        </description>
    </item>
    <item>
        <title>$35 breakout board, worth the cost?</title>
        <link>http://www.minervakestner.com/discussion/298/35-breakout-board-worth-the-cost</link>
        <pubDate>Wed, 09 Jan 2013 16:31:16 +0000</pubDate>
        <category>Miscellaneous</category>
        <dc:creator>Mario Juestel</dc:creator>
        <guid isPermaLink="false">298@/discussions</guid>
        <description><![CDATA[Just curious... for those of you who have purchased the breakout board, is the $35 cost justified? <br /><br />I initially purchased a Twine only, without any sensors and have been thinking about adding the breakout board. Is there a way to DIY this board?]]>
        </description>
    </item>
    <item>
        <title>Going back to default settings / connect twine to new account / delete account</title>
        <link>http://www.minervakestner.com/discussion/338/going-back-to-default-settings-connect-twine-to-new-account-delete-account</link>
        <pubDate>Tue, 29 Jan 2013 17:16:43 +0000</pubDate>
        <category>Miscellaneous</category>
        <dc:creator>Guido Alphen</dc:creator>
        <guid isPermaLink="false">338@/discussions</guid>
        <description><![CDATA[<br />			Hi,<br />I'm going to give my Twine to a friend, but don't want my <br />information linked to it.  How do I clear all the account information <br />linked to my Twine, so it is basically a clean slate for a new owner?<br /><br />This has been asked in several posts, marked as "Answered," but I can't find an answer.....Ay help much appriciated.<br /><br />]]>
        </description>
    </item>
    <item>
        <title>Is a pull-up resistor necessary when using the breakout board?</title>
        <link>http://www.minervakestner.com/discussion/447/is-a-pull-up-resistor-necessary-when-using-the-breakout-board</link>
        <pubDate>Thu, 16 May 2013 16:58:48 +0000</pubDate>
        <category>Tips and Troubleshooting</category>
        <dc:creator>Martin Cowley</dc:creator>
        <guid isPermaLink="false">447@/discussions</guid>
        <description><![CDATA[Hi everyone,<div><br /></div><div>I've had my Twine setup for some time now, and have had it in a couple of roles so far (both involving the breakout board); monitoring a current sensor or float switch on my sump pump, and as an Internet-enabled doorbell. &nbsp;In both cases the switch is normally open, and is closed upon activation (sump pump runs and draws power, sump bucket water level triggers float switch, someone presses the doorbell). &nbsp;I've been using a pull-up resistor between the power and input lines on the breakout board, as per one of the first Twine blog posts (pre-shipping I think, so a while ago) about setting up a photoresistor. &nbsp;I'm wondering if the pull-up is necessary however, given the Twine breakout seems to have a 4.7K resistor built in, and none of the recent blog posts (e.g. about setting up an Easy button) mention the need for a pull-up resistor. &nbsp;Was this some kind of design change on the Twine, and am I safe using my Twine without the pull-up?</div><div><br /></div><div>Thanks!</div><div>Martin.</div>]]>
        </description>
    </item>
    <item>
        <title>How does twine work?</title>
        <link>http://www.minervakestner.com/discussion/244/how-does-twine-work</link>
        <pubDate>Wed, 19 Dec 2012 17:38:04 +0000</pubDate>
        <category>Miscellaneous</category>
        <dc:creator>Evans Arnold</dc:creator>
        <guid isPermaLink="false">244@/discussions</guid>
        <description><![CDATA[Twine arrived but there were no instructions.  I figured out own to get it to read but not sure about using the sensors. Do you have to plug in each one. Is there somewhere that gives you instructions?]]>
        </description>
    </item>
    <item>
        <title>Stats</title>
        <link>http://www.minervakestner.com/discussion/120/stats</link>
        <pubDate>Sat, 24 Nov 2012 15:36:48 +0000</pubDate>
        <category>Tips and Troubleshooting</category>
        <dc:creator>David Bock</dc:creator>
        <guid isPermaLink="false">120@/discussions</guid>
        <description><![CDATA[I'd really love to collect stats so I could graph the results.  Was thinking the easiest would be to use the gate switch with the temperature sensor to track how many times my dog goes in &amp; out of his dog door &amp; what the temperature is when he does so.  Then I could track to see if there's an increase/decrease of activity to temp.  Thoughts on how I can collect?]]>
        </description>
    </item>
    <item>
        <title>Germinating Seeds / Moisture sensor - DRY alert</title>
        <link>http://www.minervakestner.com/discussion/454/germinating-seeds-moisture-sensor-dry-alert</link>
        <pubDate>Thu, 30 May 2013 14:21:07 +0000</pubDate>
        <category>At home</category>
        <dc:creator>Everett Peacock</dc:creator>
        <guid isPermaLink="false">454@/discussions</guid>
        <description><![CDATA[using the moisture sensor to alert me when my germinating seeds get DRY. &nbsp; These valuable seeds need to remain moist during the germinating process and I'm now using TWINE to give me an alert when I need to add water to the dish. &nbsp;<a rel="nofollow" href="http://www.flickr.com/photos/peacocks/8893466000/lightbox/">(see picture)</a>&nbsp;<div><br /></div>]]>
        </description>
    </item>
    <item>
        <title>Twine hasn't been heard from?</title>
        <link>http://www.minervakestner.com/discussion/449/twine-hasnt-been-heard-from</link>
        <pubDate>Mon, 20 May 2013 13:21:00 +0000</pubDate>
        <category>Tips and Troubleshooting</category>
        <dc:creator>Hans Hong</dc:creator>
        <guid isPermaLink="false">449@/discussions</guid>
        <description><![CDATA[Hi,<div><br /></div><div>I have a twine on my garage door that is obviously working and sending alerts, but on the twine control panel, it says it has not checked in for some time. How do I fix this?</div><div><br /></div><div>--Hans</div>]]>
        </description>
    </item>
    <item>
        <title>Where is the "Wi-Fi signal ... meters"?</title>
        <link>http://www.minervakestner.com/discussion/347/where-is-the-wi-fi-signal-meters</link>
        <pubDate>Wed, 30 Jan 2013 20:08:33 +0000</pubDate>
        <category>Tips and Troubleshooting</category>
        <dc:creator>Hugh Blair</dc:creator>
        <guid isPermaLink="false">347@/discussions</guid>
        <description><![CDATA[Although I've updated my Twine - saved my rules and see the new dashboard - I don't see this feature.]]>
        </description>
    </item>
    <item>
        <title>Twine Setup / connection issue</title>
        <link>http://www.minervakestner.com/discussion/387/twine-setup-connection-issue</link>
        <pubDate>Sun, 24 Feb 2013 09:49:37 +0000</pubDate>
        <category>Tips and Troubleshooting</category>
        <dc:creator>Dan Maslach</dc:creator>
        <guid isPermaLink="false">387@/discussions</guid>
        <description><![CDATA[I can't get my Twine to setup and connect to the internet/network. I follow instructions, I flip flop the twine, but once it gets to the point where it needs to connect to the Twine server, I get nothing, countdown goes to zero. I get the 3 quick flashes on the Twine indicating no connection.. Batteries replaced with new ones as well.<br /><br />Router doesn't show the Twine. I've tried both static IP and DHCP, disabling all firewalls, but no change. Also added the MAC ID to the router to set it to a certain IP, still nothing.. Router is a Linksys E4500.&nbsp; Any ideas? <br />]]>
        </description>
    </item>
    <item>
        <title>Is micro USB port standard ?</title>
        <link>http://www.minervakestner.com/discussion/216/is-micro-usb-port-standard</link>
        <pubDate>Thu, 13 Dec 2012 13:51:04 +0000</pubDate>
        <category>Tips and Troubleshooting</category>
        <dc:creator>Nicolas Hauviller</dc:creator>
        <guid isPermaLink="false">216@/discussions</guid>
        <description><![CDATA[I tried to plug a standard USB to Micro USB adapter to my Twine (because batteries usually last 2 days) however it seems that the micro USB port of my Twine is much smaller than the standard ones (which are supposed to work with mobile phones, etc...).<br />Do you have the same issue ?]]>
        </description>
    </item>
    <item>
        <title>Cloud Shield output</title>
        <link>http://www.minervakestner.com/discussion/397/cloud-shield-output</link>
        <pubDate>Thu, 07 Mar 2013 15:59:49 +0000</pubDate>
        <category>Hardware developers</category>
        <dc:creator>Cora Albrecht</dc:creator>
        <guid isPermaLink="false">397@/discussions</guid>
        <description><![CDATA[I am interested in the specifics of the Cloud Shield. Since it is connected to digital pins on the Arduino, is is possible to also receive data from internet applications through the shield? Stated another way, is it possible for the Arduino to be an output device from a Twine program, or is it merely a wonderfully complicated sensor?<div><div><br /></div><div>Thanks.</div></div>]]>
        </description>
    </item>
    <item>
        <title>Unable to insert mini USB connector</title>
        <link>http://www.minervakestner.com/discussion/97/unable-to-insert-mini-usb-connector</link>
        <pubDate>Wed, 21 Nov 2012 10:43:43 +0000</pubDate>
        <category>Miscellaneous</category>
        <dc:creator>Jonathan Collins</dc:creator>
        <guid isPermaLink="false">97@/discussions</guid>
        <description><![CDATA[The mini USB cables I have don't fit the receptacle on the twine. My connector has a corner on the side as the side progress from wide to narrow, while the twine appears smooth and oval. Is there more than one type of Mini USB?]]>
        </description>
    </item>
    <item>
        <title>Twine support still responding?</title>
        <link>http://www.minervakestner.com/discussion/164/twine-support-still-responding</link>
        <pubDate>Wed, 05 Dec 2012 14:33:34 +0000</pubDate>
        <category>Miscellaneous</category>
        <dc:creator>David Albert</dc:creator>
        <guid isPermaLink="false">164@/discussions</guid>
        <description><![CDATA[Is anyone still getting answers from Twine support?  I have not heard from them for nearly 48 hours since their last suggestion about how to get my Twine to communicate properly.]]>
        </description>
    </item>
    <item>
        <title>Checking if someone is moving my Twine?</title>
        <link>http://www.minervakestner.com/discussion/74/checking-if-someone-is-moving-my-twine</link>
        <pubDate>Mon, 19 Nov 2012 16:39:36 +0000</pubDate>
        <category>Miscellaneous</category>
        <dc:creator>David Albert</dc:creator>
        <guid isPermaLink="false">74@/discussions</guid>
        <description><![CDATA[Is there a general rule that will take care of "this twine is being moved"?  I could have 5 separate rules for "on side A", "on side B", etc., but that seems like a lot of work.  How about "NOT on side A"?<br />]]>
        </description>
    </item>
    <item>
        <title>Breakout board and magnetic reed switch wires</title>
        <link>http://www.minervakestner.com/discussion/429/breakout-board-and-magnetic-reed-switch-wires</link>
        <pubDate>Thu, 25 Apr 2013 09:24:39 +0000</pubDate>
        <category>At home</category>
        <dc:creator>Will Luke</dc:creator>
        <guid isPermaLink="false">429@/discussions</guid>
        <description><![CDATA[Sorry for the newbie question, but I am hopeless with electronics. I have a cheap (UK) reed switch, four wires: red, black, yellow and blue. I've put them into the breakout board's IN and GND in various combinations but it refuses to close the switch.<div><br /></div><div>Simple question then: which wires go where?!</div>]]>
        </description>
    </item>
    <item>
        <title>Connecting to wifi at work</title>
        <link>http://www.minervakestner.com/discussion/360/connecting-to-wifi-at-work</link>
        <pubDate>Thu, 07 Feb 2013 02:24:16 +0000</pubDate>
        <category>At work</category>
        <dc:creator>Eirik Knutsen</dc:creator>
        <guid isPermaLink="false">360@/discussions</guid>
        <description><![CDATA[The wifi at work requeries me to log in with a username and password, but the form at twinesetup.com only has a password field. Is there a way to enter a username as well?<br />]]>
        </description>
    </item>
    <item>
        <title>Does Twine support WPA2-PSK with AES algorithm?</title>
        <link>http://www.minervakestner.com/discussion/289/does-twine-support-wpa2-psk-with-aes-algorithm</link>
        <pubDate>Fri, 04 Jan 2013 08:34:26 +0000</pubDate>
        <category>Miscellaneous</category>
        <dc:creator>Devin Mancuso</dc:creator>
        <guid isPermaLink="false">289@/discussions</guid>
        <description><![CDATA[I've seen in the documentation that Twine supports WPA2 personal (PSK). Does it matter whether the router is configured to use an AES or TKIP algorithm?]]>
        </description>
    </item>
    <item>
        <title>Magnet Variable in HTTP Request Action not Working</title>
        <link>http://www.minervakestner.com/discussion/94/magnet-variable-in-http-request-action-not-working</link>
        <pubDate>Tue, 20 Nov 2012 23:19:42 +0000</pubDate>
        <category>Miscellaneous</category>
        <dc:creator>Pablos Holman</dc:creator>
        <guid isPermaLink="false">94@/discussions</guid>
        <description><![CDATA[If I set an HTTP Request rule like this:<br /><br /><a href="http://example.com/?magnet=[open/closed]&amp;temp=[temperature]&amp;orient=[orientation]" target="_blank" rel="nofollow">http://example.com/?magnet=[open/closed]&amp;temp=[temperature]&amp;orient=[orientation]</a><br /><br />Then I get this in my web server log:<br /><br />192.168.1.1 - - [20/Nov/2012:20:19:00 -0800] "GET /?magnet=[open/closed]&amp;temp=76&amp;orient=top HTTP/1.1" 200 652 "-" "-"<br /><br />Looks like the variable substitution isn't working for the magnet sensor?]]>
        </description>
    </item>
   <language>en</language>
   </channel>
</rss>
