<?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>At home - Twine community</title>
      <link>http://www.minervakestner.com/</link>
      <pubDate>Mon, 27 Apr 2026 18:31:42 +0000</pubDate>
          <description>At home - Twine community</description>
    <language>en</language>
    <atom:link href="http://www.minervakestner.com/categories/home/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>Twine for sale</title>
        <link>http://www.minervakestner.com/discussion/542/twine-for-sale</link>
        <pubDate>Sat, 04 Apr 2015 13:43:04 +0000</pubDate>
        <category>At home</category>
        <dc:creator>Jud Cairns</dc:creator>
        <guid isPermaLink="false">542@/discussions</guid>
        <description><![CDATA[Early adopter, moving on to other technology. &nbsp;I have a single Twine with a moisture sensor. &nbsp;$45 for both via Paypal. &nbsp;Or make me an offer!<div><br /></div><div>Thanks</div><div>Jud</div>]]>
        </description>
    </item>
    <item>
        <title>How do i use http request?</title>
        <link>http://www.minervakestner.com/discussion/260/how-do-i-use-http-request</link>
        <pubDate>Tue, 25 Dec 2012 19:29:49 +0000</pubDate>
        <category>At home</category>
        <dc:creator>Benjamin Khoo</dc:creator>
        <guid isPermaLink="false">260@/discussions</guid>
        <description><![CDATA[hi<br /><br />i am trying to get my twine to call my own custom URL in order to log its activity. something like <a href="http://192.168.1.1/log.php?value=test" target="_blank" rel="nofollow">http://192.168.1.1/log.php?value=test</a><br />however, whenever i click on test URL, it always returns an error. I have tested the URL manually and it works fine. <br /><br />what do i need to do to make twine call the URL correctly?<br /><br />thanks lots]]>
        </description>
    </item>
    <item>
        <title>Another Product that Works with Twine</title>
        <link>http://www.minervakestner.com/discussion/547/another-product-that-works-with-twine</link>
        <pubDate>Wed, 07 Oct 2015 11:12:57 +0000</pubDate>
        <category>At home</category>
        <dc:creator>m sweaton</dc:creator>
        <guid isPermaLink="false">547@/discussions</guid>
        <description><![CDATA[As an early user of Twine for a project that I was developing, I'm <br />offering those that have Twines a free upgrade for your Twine. My <br />product is a HVAC filter monitor which you can read more about on our <br />website (www.airflow1.com). The CFM-GM Clogged Filter Monitor has an <br />option to connect directly to the breakout board for Twine, you then set<br /> rules to send yourself a text message when the switch closes to check <br />your air filter.<br /><br />I've had this running now for over a year and it works great!<br /><br />Sorry<br /> for informing everyone about it here and on other discussion channels <br />but hope you take the time to at least see what else the Twine can do!]]>
        </description>
    </item>
    <item>
        <title>Twine and XBMC Media Center</title>
        <link>http://www.minervakestner.com/discussion/531/twine-and-xbmc-media-center</link>
        <pubDate>Wed, 11 Jun 2014 22:35:46 +0000</pubDate>
        <category>At home</category>
        <dc:creator>Randy Noble</dc:creator>
        <guid isPermaLink="false">531@/discussions</guid>
        <description><![CDATA[<div>I decided to see if I could get TWINE to send me a notification through XBMC when the door on my beer fridge opens. If I'm watching a movie I will get a pop-up notification stating that someone is in the fridge. This was done mostly for fun and to see if I could send commands to XBMC from the twine.</div><div><br /></div><div>This is just one of the examples of what commands you could send to XBMC.</div><div><br /></div><div>The code I used is below. You will need to have your XBMC system setup to be reachable from the Internet. I used GET to send the commands.</div><div><br /></div><div><a href="http://username:password@IP" target="_blank" rel="nofollow">http://username:password@IP</a> address:Port/jsonrpc?request={"id":1,"jsonrpc":"2.0","method":"GUI.ShowNotification","params":{"title":"Motion%20Detected","message":"Beer%20Fridge"}}</div><div><br /></div><div>You'll want to edit the below with your system specific settings and what you want the message to say.</div><div>username</div><div>password</div><div>IP address</div><div>Port</div><div>Motion%20Detected</div><div>Beer%20Fridge</div><div><br /></div><div><img src="http://s21.postimg.org/uzwqyyyev/Capture.png" alt="image" /></div>]]>
        </description>
    </item>
    <item>
        <title>Sump Pump Monitoring - working!</title>
        <link>http://www.minervakestner.com/discussion/335/sump-pump-monitoring-working</link>
        <pubDate>Mon, 28 Jan 2013 22:28:02 +0000</pubDate>
        <category>At home</category>
        <dc:creator>Joel Finkle</dc:creator>
        <guid isPermaLink="false">335@/discussions</guid>
        <description><![CDATA[<div>My house is situated on a spring, it seems. &nbsp;During wet season, my sump pump can cycle 60 seconds on, 150 seconds off. &nbsp;It can get to a depth of four inches in my whole basement overnight if the pump fails (it has, once). &nbsp;Battery backup is pretty useless if power is out for more than a couple hours, due to the heavy use. &nbsp;Yes, a generator might be a good idea... but is a lot more money than a Twine.</div><div><br /></div>And hot damn, got vibration working with a Google Docs spreadsheet as I <a rel="nofollow" href="http://community.supermechanical.com/index.php?p=/discussion/53/google-apis-using-json#Item_13">reported previously</a><div>I've now got it set up the following rules:</div><div>1) Gets Wet for more than .1 sec &gt; Email me that the basement might be flooding. &nbsp;</div><div><i>Commentary:</i></div><div><i>I may need something more alerting than this -- my email doesn't make noise on my phone, and my phone often isn't by my bed. &nbsp;I may have to do something like trigger Google Voice to call my home phone as well. &nbsp;I'm also concerned about the occasional "splash" as the sump lid isn't a seal -- I don't want to wake myself up constantly.</i></div><div><i><br /></i></div><div>2) Temperature falls below 40 &gt; Email me that pipes might be heading toward freezing</div><div><i>Commentary:</i></div><div><i>I don't expect this to happen, but hey, the feature is there, I might as well</i></div><div><i><br /></i></div><div>3) Vibration On for more than 2 seconds after being off for at least 3 &gt; Issue an HTTP request to my Google Spreadsheet web app script</div><div>4) Vibration Off for more than 2 seconds after being on for at least 3 &gt; Issue an HTTP request to my Google Spreadhseet web app script.</div><div><i>Commentary:</i></div><div><i>The script logs the time the HTTP request is sent, then checks for the parameter. &nbsp;Unfortunately, the web app URL is rather long, leaving me just three characters for my own use. &nbsp;The parameters are either ?ON or ?OF (rolls eyes).</i></div><div><i><br /></i></div><div><i>The script puts the date/time, then compares with the previous date/time and lots either "1824 seconds since last run" or "Ran for 96 seconds"</i></div><div><i>I could probably use some spreadsheet-fu -- my script puts a horrendous formula in, e.g.</i></div><div>="Ran for " &amp; Int((INDIRECT(ADDRESS(ROW(),COLUMN()-1,4))-INDIRECT(ADDRESS(ROW()-1,COLUMN()-1,4)))*86400) &amp; " seconds"</div><div><br /></div><div><i>Next step is to amend the Google Spreadsheets script to send me alerts if the behavior of the sump pump changes significantly: Not running for an hour when it's been running every three minutes could be a sign of failure, even if the water sensor hasn't tripped (firm believer in software belt and suspenders). Running more frequently than previously could be a sign of another disaster: a leaking pipe, for instance.</i></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>Was an iOS App made to interface with Twine/Supermechanical?</title>
        <link>http://www.minervakestner.com/discussion/418/was-an-ios-app-made-to-interface-with-twine-supermechanical</link>
        <pubDate>Sat, 06 Apr 2013 21:26:25 +0000</pubDate>
        <category>At home</category>
        <dc:creator>Graham Cruickshank</dc:creator>
        <guid isPermaLink="false">418@/discussions</guid>
        <description><![CDATA[I remember someone in alpha testing a long time ago...]]>
        </description>
    </item>
    <item>
        <title>Monitoring temp in cooler outside</title>
        <link>http://www.minervakestner.com/discussion/503/monitoring-temp-in-cooler-outside</link>
        <pubDate>Sat, 23 Nov 2013 22:23:31 +0000</pubDate>
        <category>At home</category>
        <dc:creator>John Hoefer</dc:creator>
        <guid isPermaLink="false">503@/discussions</guid>
        <description><![CDATA[We just had my daughters birthday party and have an excess of food and a small fridge. &nbsp;Fortunately it's cold outside. &nbsp;So I loaded up the cooler with the excess food ans am using Twine to watch that it doesn't freeze. &nbsp;I figure the cooler should keep the cold out as well as it keeps the cold in. &nbsp;Twine is there in case I'm wrong.]]>
        </description>
    </item>
    <item>
        <title>How to control Philips Hue with Twine?</title>
        <link>http://www.minervakestner.com/discussion/499/how-to-control-philips-hue-with-twine</link>
        <pubDate>Tue, 05 Nov 2013 08:41:26 +0000</pubDate>
        <category>At home</category>
        <dc:creator>Jens Rockstroh</dc:creator>
        <guid isPermaLink="false">499@/discussions</guid>
        <description><![CDATA[Hi there,<br /><br />I am looking for a solution to control the Philips Light System "Hue" in realtime with a Twine.<br />I searched the net and didin`t find concrete answers. I tried to use IFTTT: Twine --&gt; IFTTT --&gt; Hue. It is working but the problem is, there is a big lag. It takes several seconds before the Trigger activates the Lights.<br />Has anybody some ideas how to control it directly in realtime? I know it should be possible: <a rel="nofollow" href="https://www.youtube.com/watch?v=nW3I9OZYGO0"><img src="https://img.youtube.com/vi/nW3I9OZYGO0/0.jpg" width="640" height="385" alt="image" style="border: 0px;" /></a><br /><br />The Hue System is controlled by HTTP Put Requests like<br /><a href="http://&lt;local" target="_blank" rel="nofollow">http://&lt;local</a> Hue-IP&gt;/api/newdeveloper/lights/1/state<br /><br />but how to get the Twine to control that in a local network<code></code><br /><br />Thanks in advance<br />Jens]]>
        </description>
    </item>
    <item>
        <title>How I got my Twine to report the Temperature to me via email with actual value</title>
        <link>http://www.minervakestner.com/discussion/204/how-i-got-my-twine-to-report-the-temperature-to-me-via-email-with-actual-value</link>
        <pubDate>Tue, 11 Dec 2012 12:40:58 +0000</pubDate>
        <category>At home</category>
        <dc:creator>Gary Rowe</dc:creator>
        <guid isPermaLink="false">204@/discussions</guid>
        <description><![CDATA[I wanted to monitor the temperature of my Twine live by having it post a live temperature to a server that could be displayed on a page designed for display on a mobile device. That was the end goal but before I had time to do that I went for the device to notify me every 15 minutes (excessive) of its temperature. <br /><br />Essentially this is a very simple PHP emailer script modified to calculate the Fahrenheit value into Celsius and report both values to me via email. <br /><br /><br />TWINE RULE:<br />WHEN temperature rises above 0...<br />Trigger after 0 seconds...<br />Reset 900 seconds after this has been triggered... (900 seconds is 15 minutes, adjust as required.)<br /><br /><br />THEN http request<br /><a href="http://yourdomain.com/twine/twine_temp.php?f=[temperature]" target="_blank" rel="nofollow">http://yourdomain.com/twine/twine_temp.php?f=[temperature]</a><br /><br />Obviously you need somewhere to host the PHP script which is below and modify it as required to send messages to you.<br /><br />PHP CODE OF twine_temp.php<br /><br />&lt;?php<br />//Read the Fahrenheit value from the URL<br />$f=$_GET['f'];<br /><br />//Convert Fahrenheit into Celsius<br />$c=intval((5/9)*($f-32));<br /><br />//Email address to send notification to<br />$to = 'youremail@address.com';<br /><br />//Subject of the Email<br />$subject = 'Twine Temperature is: '.$f.'f / '.$c.'c';<br /><br />//Message body of the Email<br />$message = 'Hello from your Twine. I am currently sitting on '.$f.'f or '.$c.'c.';<br /><br />//Who you want the Email to appear from (make sure it is not blocked by SPAM filter)<br />$from = 'no-reply@your.twine';<br /><br />//Usual PHP Email Code<br />$headers = 'From:' . $from;<br />mail($to,$subject,$message,$headers);<br /><br />//Display a message to anyone viewing the page that a message with values has been sent<br />echo 'Update Twine Temperature Mail Sent with values F='.$f.' and C='.$c.'.';<br />?&gt;<br /><br /><br />The conversion of Fahrenheit into Celsius is required as it seems even though my Twine was set to Celsius it would only post Fahrenheit values. <br /><br />This was very simple to get up and running and having tested it seems to work fine. <br /><br />Now I'm onto making it post a real temperature value every 5 minutes to a page.<br /><br />Hope this has helped people. I've found the information people are posting on here really really great. ]]>
        </description>
    </item>
    <item>
        <title>Is the moisture sensor food-safe?</title>
        <link>http://www.minervakestner.com/discussion/477/is-the-moisture-sensor-food-safe</link>
        <pubDate>Fri, 26 Jul 2013 02:27:03 +0000</pubDate>
        <category>At home</category>
        <dc:creator>Misty Smith</dc:creator>
        <guid isPermaLink="false">477@/discussions</guid>
        <description><![CDATA[I'd like to use the moisture sensor to alert me when the level in my espresso machine's water tank has dropped and needs to be refilled. Is the moisture sensor--and specifically the probes, which will be actually touching the water--food-safe?]]>
        </description>
    </item>
    <item>
        <title>2 TWINEs for sale...</title>
        <link>http://www.minervakestner.com/discussion/479/2-twines-for-sale</link>
        <pubDate>Sun, 28 Jul 2013 12:50:09 +0000</pubDate>
        <category>At home</category>
        <dc:creator>Mark Fiske</dc:creator>
        <guid isPermaLink="false">479@/discussions</guid>
        <description><![CDATA[I had hoped to use these as a poor-man's security system in a town where break-ins have become all too common. &nbsp;Unfortunately, battery life was too poor pre-2.0 update, and now updates are too infrequent to be useful for this post-2.0. &nbsp;On a personal level, for attic temperature monitoring, I decided, for what I am attempting to do, that the Netatmo would be better suited. &nbsp;For me, what was promised on kickstarter has not manifested in reality.<div><br /></div><div>$50 each. &nbsp;PayPal only. &nbsp;Reply here if interested. &nbsp;I will ship only after payment is received. &nbsp;Thanks.</div>]]>
        </description>
    </item>
    <item>
        <title>IFTTT and Twine (logging with Google Spreadsheets)</title>
        <link>http://www.minervakestner.com/discussion/73/ifttt-and-twine-logging-with-google-spreadsheets</link>
        <pubDate>Mon, 19 Nov 2012 14:49:46 +0000</pubDate>
        <category>At home</category>
        <dc:creator>John Lowell</dc:creator>
        <guid isPermaLink="false">73@/discussions</guid>
        <description><![CDATA[For all of you looking to add more functionality beyond SMS and email I recommend setting up IFTTT recipes.  For instance, I have my magswitch logging every time my door opens to a google spreadsheet.  ]]>
        </description>
    </item>
    <item>
        <title>How my wife and kids say hi when I am traveling</title>
        <link>http://www.minervakestner.com/discussion/364/how-my-wife-and-kids-say-hi-when-i-am-traveling</link>
        <pubDate>Fri, 08 Feb 2013 16:05:27 +0000</pubDate>
        <category>At home</category>
        <dc:creator>Mike Iem</dc:creator>
        <guid isPermaLink="false">364@/discussions</guid>
        <description><![CDATA[My daughter got a label maker and put little sayings on each side of the Twine and put it by the phone in the Kitchen. Everytime they want to tell me something, they just turn over the twine to the say. Here are a few they have used. Eat Salad, We love you, Exercise, Miss you Dad!, Words with Friends. Its pretty cool. My 6th grade daughter thought of it and I helped her do the Rules.]]>
        </description>
    </item>
    <item>
        <title>Twine &amp; Arduino w/o Cloud Shield</title>
        <link>http://www.minervakestner.com/discussion/400/twine-arduino-w-o-cloud-shield</link>
        <pubDate>Sun, 10 Mar 2013 05:00:13 +0000</pubDate>
        <category>At home</category>
        <dc:creator>Wayne Heller</dc:creator>
        <guid isPermaLink="false">400@/discussions</guid>
        <description><![CDATA[I am excited to see the Cloud Shield. &nbsp;When I looked into its current capabilities, I am more excited about the future ability to pass data back to Spool that I saw mentioned in another discussion. &nbsp;So that got me thinking on whether there is a simpler way to connect my Twine and Arduino without a Cloud Shield.<div><br /></div><div>Using a simple relay circuit board connected to the Twine breakout board, I send an on/off signal from an Arduino to your Twine account. The relay board I used is from engineeringshock.com but there are many others -- the cheapest I found is around $4 on Amazon.</div><div><br /></div><div>The Auduino opens and closes the relay using 1 pin on the Arduino. &nbsp; The sketch is 4 lines of code. The relay connects and opens the ground and signal inputs on the Twine breakout board. &nbsp;The voltage from the Twine breakout board is not needed.</div><div><br /></div><div>If anyone is interested, I am happy to share more information to get you going.</div><div><br /><div>Off course, you don't get the nifty capacitance sensors like you do on the Cloud Shield...</div><div><br /></div></div>]]>
        </description>
    </item>
    <item>
        <title>Number of rules limitation</title>
        <link>http://www.minervakestner.com/discussion/463/number-of-rules-limitation</link>
        <pubDate>Tue, 11 Jun 2013 07:11:19 +0000</pubDate>
        <category>At home</category>
        <dc:creator>Stan Vermeulen</dc:creator>
        <guid isPermaLink="false">463@/discussions</guid>
        <description><![CDATA[hi guys,<div>I hardly cannot imagion, but I cannot find it anywhere:</div><div><br /></div><div>is there a limitation to the number of rules you can add?</div><div>I have a 'workaround' for the temperature logging, but takes many rules. wonder if there is a limit to that.</div>]]>
        </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>Making a door-knock alert?</title>
        <link>http://www.minervakestner.com/discussion/413/making-a-door-knock-alert</link>
        <pubDate>Sat, 30 Mar 2013 23:24:01 +0000</pubDate>
        <category>At home</category>
        <dc:creator>D Lueb</dc:creator>
        <guid isPermaLink="false">413@/discussions</guid>
        <description><![CDATA[I am interested in having Twine send an alert whenever someone knocks on my front door when I am not home. However, this would also be set off by me entering/exiting. I was thinking about a way that my phone could 'check-in' to a database whenever it enters/leaves my home network. Then, if the twine registers a vibration alert to the same database, there could be a rule to either send a text or not depending on whether I am home.<div><br /></div><div>Does anyone have an idea how to best go about doing this?&nbsp;</div>]]>
        </description>
    </item>
    <item>
        <title>TWINE Action to PC program launch?</title>
        <link>http://www.minervakestner.com/discussion/446/twine-action-to-pc-program-launch</link>
        <pubDate>Tue, 14 May 2013 20:35:11 +0000</pubDate>
        <category>At home</category>
        <dc:creator>Everett Peacock</dc:creator>
        <guid isPermaLink="false">446@/discussions</guid>
        <description><![CDATA[I would love to know how to structure a TWINE Action to launch a program on my PC.<div>IFTTT doesn't have anything yet...any ideas would be greatly appreciated</div>]]>
        </description>
    </item>
    <item>
        <title>Connect Twine to a simple switch (N.O. Dry Contact)</title>
        <link>http://www.minervakestner.com/discussion/293/connect-twine-to-a-simple-switch-n-o-dry-contact</link>
        <pubDate>Fri, 04 Jan 2013 20:37:33 +0000</pubDate>
        <category>At home</category>
        <dc:creator>Andrew Boutin</dc:creator>
        <guid isPermaLink="false">293@/discussions</guid>
        <description><![CDATA[Can I simply plug in a 2.5mm headset jack and monitor a Normally Open dry contact for closure, or do I need to purchase the breakout board to monitor ANY external sensor?]]>
        </description>
    </item>
    <item>
        <title>selling a moisture sensor and breakout board</title>
        <link>http://www.minervakestner.com/discussion/437/selling-a-moisture-sensor-and-breakout-board</link>
        <pubDate>Sun, 05 May 2013 01:54:37 +0000</pubDate>
        <category>At home</category>
        <dc:creator>Vince Silvestri</dc:creator>
        <guid isPermaLink="false">437@/discussions</guid>
        <description><![CDATA[both are for sale here:<br /><br /><a href="http://www.ebay.com/itm/230975319353?ssPageName=STRK:MESELX:IT&amp;_trksid=p3984.m1555.l2649" target="_blank" rel="nofollow">http://www.ebay.com/itm/230975319353?ssPageName=STRK:MESELX:IT&amp;_trksid=p3984.m1555.l2649</a><br />]]>
        </description>
    </item>
    <item>
        <title>WiFi range</title>
        <link>http://www.minervakestner.com/discussion/409/wifi-range</link>
        <pubDate>Fri, 29 Mar 2013 14:32:36 +0000</pubDate>
        <category>At home</category>
        <dc:creator>Matthew Lohbihler</dc:creator>
        <guid isPermaLink="false">409@/discussions</guid>
        <description><![CDATA[My twine can only see the wifi base station within probably 20 feet of it, which is not nearly far enough for my purposes. How do i increase its range?<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>Temperature alert for the RV...</title>
        <link>http://www.minervakestner.com/discussion/425/temperature-alert-for-the-rv</link>
        <pubDate>Thu, 18 Apr 2013 12:14:49 +0000</pubDate>
        <category>At home</category>
        <dc:creator>Doug Cook</dc:creator>
        <guid isPermaLink="false">425@/discussions</guid>
        <description><![CDATA[I just purchased a Twine to use in our RV. &nbsp;Campers, like automobiles, quickly get hot in the summer when the power goes out, and campground power can sometimes be unreliable. Our dogs will be in the camper alone should the wife and I step away for a bit, so we need to know if the temperature starts rising. &nbsp;This way we can get back to the camper quickly and be with our pets. &nbsp;If the feature of triggering when the Twine switches from external power to battery get implemented, this could give us even earlier warnings to head back to the camper.]]>
        </description>
    </item>
    <item>
        <title>blue tooth to free up sensors</title>
        <link>http://www.minervakestner.com/discussion/408/blue-tooth-to-free-up-sensors</link>
        <pubDate>Mon, 25 Mar 2013 13:00:37 +0000</pubDate>
        <category>At home</category>
        <dc:creator>hash halim</dc:creator>
        <guid isPermaLink="false">408@/discussions</guid>
        <description><![CDATA[it's ashame to need a cord to connect the sensors. this limits the amount of sensors you can use with each twine. blue tooth would make twine extremely valuable. all the sensors would be utilized with one twine simultaneously. ]]>
        </description>
    </item>
    <item>
        <title>How to get the MAGSWITCH to work?</title>
        <link>http://www.minervakestner.com/discussion/50/how-to-get-the-magswitch-to-work</link>
        <pubDate>Fri, 16 Nov 2012 14:20:59 +0000</pubDate>
        <category>At home</category>
        <dc:creator>M W</dc:creator>
        <guid isPermaLink="false">50@/discussions</guid>
        <description><![CDATA[Hi all,<br /><br />Just got my Twine and Magswitch and am trying to figure out how to set up the Magswitch in my mailbox to alert me when the mailbox door is opened and mail is delivered.  I can't quite figure out how the Magswitch works.  Any ideas on how to set up something like that?<br /><br />Thanks,<br /><br />MW]]>
        </description>
    </item>
    <item>
        <title>Garage door and magnetic switch sensor</title>
        <link>http://www.minervakestner.com/discussion/353/garage-door-and-magnetic-switch-sensor</link>
        <pubDate>Sat, 02 Feb 2013 12:38:03 +0000</pubDate>
        <category>At home</category>
        <dc:creator>Jody Farr</dc:creator>
        <guid isPermaLink="false">353@/discussions</guid>
        <description><![CDATA[Got mine mounted so that when the door opens, the magnet approaches the switch and I get a notification.  But I cannot consistently get it to tell me when the switch is open, when the garage door is closing.  Any tips on the right way to setup that rule?]]>
        </description>
    </item>
    <item>
        <title>Help bell for sick child</title>
        <link>http://www.minervakestner.com/discussion/386/help-bell-for-sick-child</link>
        <pubDate>Sat, 23 Feb 2013 20:54:48 +0000</pubDate>
        <category>At home</category>
        <dc:creator>Brian Shotola</dc:creator>
        <guid isPermaLink="false">386@/discussions</guid>
        <description><![CDATA[My daughter is unfortunately ill with the flu. While wishing I had a little bell for her to ring like I had as a kid I realized I had my TWINE. Thus I set up a shake notification to txt me if she needs anything during the night without having to get up and find mom &amp; dad. Hopefully she is well enough tonight so she won't need it, but if she does, I'm hoping the TWINE comes through for us. Also, this is my first practical use of my TWINE, so we'll see how it works.]]>
        </description>
    </item>
    <item>
        <title>Goodbye Twine!</title>
        <link>http://www.minervakestner.com/discussion/363/goodbye-twine</link>
        <pubDate>Thu, 07 Feb 2013 17:59:34 +0000</pubDate>
        <category>At home</category>
        <dc:creator>Philipp Eierund</dc:creator>
        <guid isPermaLink="false">363@/discussions</guid>
        <description><![CDATA[I'm going to return my twine this week. The network connection issues are driving me absolutely crazy. Sometimes the twine connects. Sometimes it doesn't. Sometimes for a few minutes. Sometimes for a few hours. When it is connected it sometimes sends email notifications. Sometimes to both emails that I have set up. Sometimes to just one. Sometimes the other. Most of the times neither. <br /><br />10 days ago Chrstine from tech support promised me the the November modem firmware update which is supposed to take care of these connection problems. I wouldn't know since I'm still waiting. And just like the Twine itself customer service has stopped responding to my emails. And while Ive got a lot of patience and good will with new products from small companies I have absolutely zero tolerance for lack of transparency and updates to keep the customer in the loop.  <br /><br />Ayways, I'm very happy that I ordered from Amazon so that my best experience with the Twine will be the hassle free return. Should've listened to all the 1-star review on Amazon. I sure will be adding mine. <br /><br />Ciao (for now) and good luck you guys!]]>
        </description>
    </item>
    <item>
        <title>Door Casing Mount/Larger Magnet Size</title>
        <link>http://www.minervakestner.com/discussion/327/door-casing-mount-larger-magnet-size</link>
        <pubDate>Sun, 27 Jan 2013 01:55:43 +0000</pubDate>
        <category>At home</category>
        <dc:creator>Rob Blake</dc:creator>
        <guid isPermaLink="false">327@/discussions</guid>
        <description><![CDATA[I picked up two Twines to monitor temperature and access to my ski condo at Copper. &nbsp;My lower and upper exterior doors have 3 1/2" wood casing around them; it's the type of casing that's thicker on the outside and thinner as it gets to the door. &nbsp;My struggle is the best way to get the motion circuit board close enough to the door to detect the magnet, or finding out how big of a magnet I need to keep from having to mount the circuit board directly on the casing itself. &nbsp;I wish I had it as easy as the picture on the Forum of the setup for the workplace bathroom door (no trim around the door) but I'm not so lucky. &nbsp;I'm planning on heading to one of the local big box stores to by a handful of larger/stronger door magnets to do trial-and-error but was hoping someone had beaten me to it...=).<div><br /></div><div>Anyone have door casing mount photos or larger magnet sizes they'd like to share?</div>]]>
        </description>
    </item>
   <language>en</language>
   </channel>
</rss>
