<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>[CaTS] ForgetMeNot - Week 4: Arduino-OpenHAB communication</title><link>/challenges-projects/design-challenges/forget-me-not/b/blog/posts/cats-forgetmenot---week-4-arduino-openhab-communication</link><description>Previous posts for this project: [CaTS] ForgetMeNot - Index [CaTS] ForgetMeNot - Week 0: Project Description [CaTS] ForgetMeNot - Week 1: EnOceanPi and Sensors [CaTS] ForgetMeNot - Week 2: Elro CoCo and Pi Cam with OpenHAB [CaTS] ForgetMeNot - Week 3</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: [CaTS] ForgetMeNot - Week 4: Arduino-OpenHAB communication</title><link>https://community.element14.com/challenges-projects/design-challenges/forget-me-not/b/blog/posts/cats-forgetmenot---week-4-arduino-openhab-communication</link><pubDate>Sat, 30 Jul 2016 15:51:49 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:fce8e2ae-c3cc-4612-8b3b-8639df633533</guid><dc:creator>79kiko</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hello, this guide is very good. Thank you. I have A Question. I have communication between Arduino -&amp;gt; OpenHab. I&amp;#39;m sending temperatures from Arduino to OpenHab and from OpenHab send status ON/OFF for relay in Arduino. I&amp;#39;m sending The Temperatures every 10s and then I have ON/OFF from Openhab every 10s and it is adverse. How can I edit Arduino sketch? &lt;/p&gt;&lt;p&gt;Thank You&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18355&amp;AppID=100&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: [CaTS] ForgetMeNot - Week 4: Arduino-OpenHAB communication</title><link>https://community.element14.com/challenges-projects/design-challenges/forget-me-not/b/blog/posts/cats-forgetmenot---week-4-arduino-openhab-communication</link><pubDate>Tue, 26 Jul 2016 08:49:45 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:fce8e2ae-c3cc-4612-8b3b-8639df633533</guid><dc:creator>e14 Contributor</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Yeah I tried minicom.&amp;nbsp; Data was coming perfectly there.&amp;nbsp; And why do i need to convert it.&amp;nbsp; Cant i get the data directly in number form&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18355&amp;AppID=100&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: [CaTS] ForgetMeNot - Week 4: Arduino-OpenHAB communication</title><link>https://community.element14.com/challenges-projects/design-challenges/forget-me-not/b/blog/posts/cats-forgetmenot---week-4-arduino-openhab-communication</link><pubDate>Tue, 26 Jul 2016 03:57:37 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:fce8e2ae-c3cc-4612-8b3b-8639df633533</guid><dc:creator>e14 Contributor</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;I tried this with a number type item but was uabke to make it work.&amp;nbsp; I tried the following code. &lt;/p&gt;&lt;p&gt;In openhab - Number arduino &amp;quot;arduino[%d]&amp;quot;&amp;nbsp; {serial=&amp;quot;/dev/ttyAMA0@9600&amp;quot;} &lt;/p&gt;&lt;p&gt;In arduino-Serial.print(i) &lt;/p&gt;&lt;p&gt;Serial.println(i) &lt;/p&gt;&lt;p&gt;Serial.write(i) &lt;/p&gt;&lt;p&gt;I tried all these but nothing seemed to work. &lt;/p&gt;&lt;p&gt;I am controlling a servo with the arduino and want to semd the servo angle from openhab to the arduino.&amp;nbsp; The servo will be acting as a dimmer. &lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18355&amp;AppID=100&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: [CaTS] ForgetMeNot - Week 4: Arduino-OpenHAB communication</title><link>https://community.element14.com/challenges-projects/design-challenges/forget-me-not/b/blog/posts/cats-forgetmenot---week-4-arduino-openhab-communication</link><pubDate>Wed, 09 Mar 2016 13:16:21 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:fce8e2ae-c3cc-4612-8b3b-8639df633533</guid><dc:creator>e14 Contributor</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I have tried above project in eclipse(linux x64) serial binding is not&amp;nbsp; responding. should i change anything to use in eclipse ide.&lt;/p&gt;&lt;p&gt;1)I have added the rules at the end of demo.rules file.&lt;/p&gt;&lt;p&gt;2)and these 3 items&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String Arduino &amp;quot;Arduino [%s]&amp;quot; (arduino) {serial=&amp;quot;/dev/ttyACM0&amp;quot;}&amp;nbsp; &lt;/p&gt;&lt;ol class="dp-c" start="1"&gt;&lt;li&gt;String Arduino_weight &amp;quot;Weight [%s]&amp;quot;&amp;nbsp; &lt;/li&gt;&lt;li&gt;String Arduino_temperature &amp;quot;Temperature [%s]&amp;quot;&amp;nbsp; &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;in demo.items file&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18355&amp;AppID=100&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: [CaTS] ForgetMeNot - Week 4: Arduino-OpenHAB communication</title><link>https://community.element14.com/challenges-projects/design-challenges/forget-me-not/b/blog/posts/cats-forgetmenot---week-4-arduino-openhab-communication</link><pubDate>Sat, 05 Sep 2015 19:57:12 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:fce8e2ae-c3cc-4612-8b3b-8639df633533</guid><dc:creator>DAB</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Nice detailed post.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I like the warrior minion.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I also like your approach using serial communication links between the devices.&amp;nbsp; Keeps things simple and you can check everything sent and received easily.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18355&amp;AppID=100&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: [CaTS] ForgetMeNot - Week 4: Arduino-OpenHAB communication</title><link>https://community.element14.com/challenges-projects/design-challenges/forget-me-not/b/blog/posts/cats-forgetmenot---week-4-arduino-openhab-communication</link><pubDate>Sat, 05 Sep 2015 15:16:08 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:fce8e2ae-c3cc-4612-8b3b-8639df633533</guid><dc:creator>e14 Contributor</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Great Stuff, finally I am making a bit of progress with my HomeAutomation project - Thanks to you!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;However, here is practical a question:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;If I have, a disconnect between the Arduino and the OpenHAB system, I do not manage to get the connection to the serial port again.&lt;/p&gt;&lt;p&gt;All I get in the OpenHAB log is a: &amp;quot;Write action failed! Input/output Error&amp;quot;&lt;/p&gt;&lt;p&gt;Is there a trick on OpenHAB, to keep Serial Ports alive or reconnect logically every few Minutes, when there has been a glitch?&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18355&amp;AppID=100&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: [CaTS] ForgetMeNot - Week 4: Arduino-OpenHAB communication</title><link>https://community.element14.com/challenges-projects/design-challenges/forget-me-not/b/blog/posts/cats-forgetmenot---week-4-arduino-openhab-communication</link><pubDate>Fri, 03 Jul 2015 19:47:27 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:fce8e2ae-c3cc-4612-8b3b-8639df633533</guid><dc:creator>DAB</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Great update,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You sure picked the right Minion for the job.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18355&amp;AppID=100&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: [CaTS] ForgetMeNot - Week 4: Arduino-OpenHAB communication</title><link>https://community.element14.com/challenges-projects/design-challenges/forget-me-not/b/blog/posts/cats-forgetmenot---week-4-arduino-openhab-communication</link><pubDate>Thu, 25 Jun 2015 21:29:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:fce8e2ae-c3cc-4612-8b3b-8639df633533</guid><dc:creator>e14 Contributor</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Really good tutorial thanks. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is it possible to get a zip with the configuration folder please because I am having some problems with displaying my items please? &lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18355&amp;AppID=100&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: [CaTS] ForgetMeNot - Week 4: Arduino-OpenHAB communication</title><link>https://community.element14.com/challenges-projects/design-challenges/forget-me-not/b/blog/posts/cats-forgetmenot---week-4-arduino-openhab-communication</link><pubDate>Mon, 01 Sep 2014 21:43:33 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:fce8e2ae-c3cc-4612-8b3b-8639df633533</guid><dc:creator>fvan</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Thanks Eric &amp;amp; shabaz, we had a great day, and are now enjoying our honeymoon.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;PS: don&amp;#39;t tell my wife I was here &lt;span&gt;[View:/resized-image/__size/16x16/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-fce8e2ae-c3cc-4612-8b3b-8639df633533/2402.contentimage_5F00_3.png:16:16]&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18355&amp;AppID=100&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: [CaTS] ForgetMeNot - Week 4: Arduino-OpenHAB communication</title><link>https://community.element14.com/challenges-projects/design-challenges/forget-me-not/b/blog/posts/cats-forgetmenot---week-4-arduino-openhab-communication</link><pubDate>Fri, 29 Aug 2014 04:54:11 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:fce8e2ae-c3cc-4612-8b3b-8639df633533</guid><dc:creator>shabaz</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi Frederick,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Congratulations!!!!&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18355&amp;AppID=100&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: [CaTS] ForgetMeNot - Week 4: Arduino-OpenHAB communication</title><link>https://community.element14.com/challenges-projects/design-challenges/forget-me-not/b/blog/posts/cats-forgetmenot---week-4-arduino-openhab-communication</link><pubDate>Fri, 29 Aug 2014 02:10:01 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:fce8e2ae-c3cc-4612-8b3b-8639df633533</guid><dc:creator>electronichamsters</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Frederick, well deserved win.&amp;nbsp; This is awesome.&amp;nbsp; I don&amp;#39;t know how you&amp;#39;re getting so much done.&amp;nbsp; But thanks for sharing this, it&amp;#39;s helped me a lot.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Edit:&amp;nbsp; also, congrats on getting married!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Eric&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18355&amp;AppID=100&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: [CaTS] ForgetMeNot - Week 4: Arduino-OpenHAB communication</title><link>https://community.element14.com/challenges-projects/design-challenges/forget-me-not/b/blog/posts/cats-forgetmenot---week-4-arduino-openhab-communication</link><pubDate>Thu, 28 Aug 2014 09:58:43 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:fce8e2ae-c3cc-4612-8b3b-8639df633533</guid><dc:creator>ravi_butani</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Your post encouraged my students to work on OpenHAB based IoT Real Time Air Pollution Monitoring System... A BIG THANKS from all my students to you...&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18355&amp;AppID=100&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: [CaTS] ForgetMeNot - Week 4: Arduino-OpenHAB communication</title><link>https://community.element14.com/challenges-projects/design-challenges/forget-me-not/b/blog/posts/cats-forgetmenot---week-4-arduino-openhab-communication</link><pubDate>Sun, 24 Aug 2014 15:16:38 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:fce8e2ae-c3cc-4612-8b3b-8639df633533</guid><dc:creator>ravi_butani</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Wishing you many many congratulations in advance.....&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18355&amp;AppID=100&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: [CaTS] ForgetMeNot - Week 4: Arduino-OpenHAB communication</title><link>https://community.element14.com/challenges-projects/design-challenges/forget-me-not/b/blog/posts/cats-forgetmenot---week-4-arduino-openhab-communication</link><pubDate>Sun, 24 Aug 2014 13:32:14 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:fce8e2ae-c3cc-4612-8b3b-8639df633533</guid><dc:creator>vish</dc:creator><slash:comments>1</slash:comments><description>&lt;blockquote class="jive-quote"&gt;
&lt;p&gt;&lt;em&gt;I&amp;#39;m getting married next week, and let&amp;#39;s say my Minion bride would not appreciate it if I dared to take my laptop along on our honeymoon &lt;/em&gt;&lt;span class="emoticon-inline emoticon_wink"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;Wishing you a happy conjugal life! &lt;span&gt;[View:/resized-image/__size/16x16/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-fce8e2ae-c3cc-4612-8b3b-8639df633533/7774.contentimage_5F00_1.png:16:16]&lt;/span&gt; May you always find love and hope into the company of each other.&lt;/p&gt;&lt;p&gt;-vish&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18355&amp;AppID=100&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: [CaTS] ForgetMeNot - Week 4: Arduino-OpenHAB communication</title><link>https://community.element14.com/challenges-projects/design-challenges/forget-me-not/b/blog/posts/cats-forgetmenot---week-4-arduino-openhab-communication</link><pubDate>Sun, 24 Aug 2014 13:21:43 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:fce8e2ae-c3cc-4612-8b3b-8639df633533</guid><dc:creator>mcb1</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Very nice.&lt;/p&gt;&lt;p&gt;Boy have you been a busy Minion.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Good luck with the other project and yes &amp;quot;&lt;em&gt;&amp;nbsp; would not appreciate it if I dared to take my laptop along on our honeymoon&amp;nbsp; &lt;/em&gt;&amp;quot;&amp;nbsp; you&amp;#39;re probably going too far there.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Mark&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18355&amp;AppID=100&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>