openhab-docs/tutorials/index.html

62 lines
4.0 KiB
HTML
Raw Normal View History

---
layout: raw
title: Tutorials
---
<div class="container target">
<h1>Tutorials</h1>
<p>Choose one of the options below to learn more about openHAB, either by following along a tutorial or by looking at a few examples.</p>
<p>openHAB empowers you to do (nearly) everything in your smart home. Start small, reach high!</p>
<div class="row center targets">
<div class="col s12 m6 l4 offset-l2">
[WIP] Getting started tutorial (#1304) * Removed old no longer needed images Signed-off-by: Rich Koshak <rlkoshak@gmail.com> * Added intro and first steps. Signed-off-by: Rich Koshak <rlkoshak@gmail.com> * Added getting starte to concepts, updated build file Signed-off-by: Rich Koshak <rlkoshak@gmail.com> * Added Getting Started to Concepts, updated build file Signed-off-by: Rich Koshak <rlkoshak@gmail.com> * Fixinf the build Signed-off-by: Rich Koshak <rlkoshak@gmail.com> * Still trying to fix the build Signed-off-by: Rich Koshak <rlkoshak@gmail.com> * Added Thing - Simple page Signed-off-by: Rich Koshak <rlkoshak@gmail.com> * Separated sentences. Signed-off-by: Rich Koshak <rlkoshak@gmail.com> * Added things Simple to index Signed-off-by: Rich Koshak <rlkoshak@gmail.com> * Added Things Intermediate Signed-off-by: Rich Koshak <rlkoshak@gmail.com> * Added Things Advanced page. Signed-off-by: Rich Koshak <rlkoshak@gmail.com> * Added Model page. Signed-off-by: Rich Koshak <rlkoshak@gmail.com> * Added Persistence - Please review Signed-off-by: Rich Koshak <rlkoshak@gmail.com> * Update .vuepress/docs-sidebar.js Signed-off-by: Jerome Luckenbach <github@luckenba.ch> * Fixes for a working preview build and existing conflicts. Signed-off-by: Jerome Luckenbach <github@luckenba.ch> * Fixed wrong image reference. Signed-off-by: Jerome Luckenbach <github@luckenba.ch> * Fix all hyperlinks due to build folder movements. Signed-off-by: Jerome Luckenbach <github@luckenba.ch> * Fix page lin kand test different style for page navigation. Signed-off-by: Jerome Luckenbach <github@luckenba.ch> * Fix model. Reintroduce sidebar. Signed-off-by: Jerome Luckenbach <github@luckenba.ch> * Remove manual navigation links. Improve sidebar. Signed-off-by: Jerome Luckenbach <github@luckenba.ch> * Edits to tutorial index.md Minor edits to wording. Signed-off-by: Bob Adair <bob.github@att.net> * Refactor first steps with new setup wizard screenshots. Signed-off-by: Jerome Luckenbach <github@luckenba.ch> * Edits to first steps page Signed-off-by: Bob Adair <bob.github@att.net> Co-authored-by: Jerome Luckenbach <github@luckenba.ch> Co-authored-by: Bob A <bobadair@users.noreply.github.com>
2020-12-20 20:18:18 +00:00
<a href="getting_started/intro.html">
<div class="target target-beginner card">
<i class="material-icons icon-large">person</i>
<div class="footer">
<div class="valign-wrapper">
<h2 class="valign">Beginner</h2>
</div>
</div>
</div>
</a>
</div>
<!-- Restore with link to the Migration tutorial. , or remove if one doesn't materialize
<div class="col s12 m6 l4">
<a href="migration.html">
<div class="target target-migration card">
<i class="material-icons icon-large">directions</i>
<div class="footer">
<div class="valign-wrapper">
<h2 class="valign">Migration from 1.x</h2>
</div>
</div>
</div>
</a>
</div>
-->
</div>
<h2 id="community">Community</h2>
<p>Feel free to check out the numerous tutorials and examples provided by many users in the openHAB community forum! There are new posts every week and show special aspects or bring in new ideas that the Getting Started Tutorial does not cover.</p>
<p>Here are just a selected few of the existing tutorials and examples:</p>
<ul>
<!-- These need to be reviewed and vetted to make sure they reference OH 3. Many of them are not relevant to OH 3 any more.
<li><a target="_blank" href="https://community.openhab.org/t/15587/1">Washing Machine State Machine</a> - Observe and notify on the state of your household appliance.</li>
<li><a target="_blank" href="https://community.openhab.org/t/15642/1">Power Consumption of Lights (and more)</a> - An easy approach to monitor energy usage and consumption.</li>
<li><a target="_blank" href="https://community.openhab.org/t/7611/1">Speedtest-cli Integration</a> - Show your internet connections uplink and downlink bandwidth in openHAB.</li>
<li><a target="_blank" href="https://community.openhab.org/t/13761/1">InfluxDB+Grafana Persistence and Graphing</a> - Historical data at your fingertips.</li>
<li><a target="_blank" href="https://community.openhab.org/t/4366/1">RGB LED Strip Control using Arduino and MQTT</a> - Get your tinkering on!</li>
<li><a target="_blank" href="https://community.openhab.org/t/32329/1">iCloud Device Data Integration</a> - Retrieve the location and battery state of your devices right from the iCloud.</li>
<li><a target="_blank" href="https://community.openhab.org/t/18171/1">iPhone Presence Detection with hping3 and ARP</a> - A special method to find even who doesn't want to be found.</li>
<li><a target="_blank" href="https://community.openhab.org/t/32684/1">Type Conversion Cheat Sheet</a> - All about Item state and data type compatibility and conversion.</li>
<li><a target="_blank" href="https://community.openhab.org/t/29509/1">Node-RED as an Alternative Rule Engine</a> - openHAB openness and flexibility at its finest.</li> -->
<li><a target="_blank" href="https://community.openhab.org/tags/designpattern">Design Patterns</a> - A postings series of openHAB rules design patterns/best practices to solve commonly occuring tasks.</li>
<li>And many more! Check the <a target="_blank" href="https://community.openhab.org/c/setup-configuration-and-use/tutorials-examples">Tutorials&amp;Examples category overview</a> for more great contributions.</li>
</ul>
<p><strong>Contribute your own examples!</strong> Check out the <a target="_blank" href="https://community.openhab.org/t/about-the-tutorials-examples-category/15581/1">"About"</a> article and do not hesitate to contact one of the moderators for questions and help to get you going.</p>
</div>