openhab-docs/tutorials/index.html

72 lines
3.9 KiB
HTML
Raw Normal View History

---
layout: raw
title: Tutorials
---
{% include base.html %}
<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. If you are coming from openHAB 1.x you might be interested in the Migration Tutorial.</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">
<a href="beginner/index.html">
<div class="target target-beginner card">
<i class="mdi-social-person icon-large"></i>
<div class="footer">
<div class="valign-wrapper">
<h2 class="valign">Beginner</h2>
</div>
</div>
</div>
</a>
</div>
<div class="col s12 m6 l4">
<a href="migration.html">
<div class="target target-migration card">
<i class="mdi-maps-directions icon-large"></i>
<div class="footer">
<div class="valign-wrapper">
<h2 class="valign">Migration from 1.x</h2>
</div>
</div>
</div>
</a>
</div>
<!--
<div class="col s12 m4 l4">
<a href="demo.html">
<div class="target target-beginner card">
<i class="mdi-device-dvr icon-large"></i>
<div class="footer">
<div class="valign-wrapper">
<h2 class="valign">Demo Setup</h2>
</div>
</div>
</div>
</a>
</div>
-->
</div>
<h2>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 Beginner Tutorial does not cover.</p>
<p>Here are just a selected few of the existing tutorials and examples:</p>
<ul>
<li><a target="_blank" href="https://community.openhab.org/t/washing-machine-state-machine/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/power-consumption-of-lights-and-more/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/speedtest-cli-integration/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/influxdb-grafana-persistence-and-graphing/13761/1">InfluxDB+Grafana persistence and graphing</a> - Historical data at your fingertips.</li>
<li><a target="_blank" href="https://community.openhab.org/t/openhab-control-of-led-rgb-strips-using-arduino-and-mqtt/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/iphone-presence-detection-with-hping3-and-arp/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/tags/designpattern">Design patterns</a> - A postings series of Xtend Rule-DSL design patterns/best practices to achieve commonly wanted results.</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>