Restructure Tutorials, Add Community links (#264)
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>pull/265/head
parent
19265e8e03
commit
4a51dc88ae
|
@ -1,28 +1,17 @@
|
|||
---
|
||||
layout: raw
|
||||
title: Tutorials
|
||||
---
|
||||
|
||||
{% include base.html %}
|
||||
|
||||
<div class="container target">
|
||||
<h1>Tutorials</h1>
|
||||
<p>There are different tutorials to get you started with openHAB:</p>
|
||||
<p>Choose one of the below options to learn more about openHAB 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 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 class="col s12 m4 l4">
|
||||
<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>
|
||||
|
@ -34,23 +23,8 @@ layout: raw
|
|||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div class="col s12 m3 l3">
|
||||
<a href="advanced/index.html">
|
||||
<div class="target target-advanced card">
|
||||
<i class="mdi-social-people icon-large"></i>
|
||||
<div class="footer">
|
||||
<div class="valign-wrapper">
|
||||
<h2 class="valign">Advanced</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
-->
|
||||
|
||||
<div class="col s12 m4 l4">
|
||||
|
||||
<div class="col s12 m6 l4">
|
||||
<a href="migration.html">
|
||||
<div class="target target-migration card">
|
||||
<i class="mdi-maps-directions icon-large"></i>
|
||||
|
@ -63,5 +37,35 @@ layout: raw
|
|||
</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>Do not miss to check out the numerous tutorials and examples provided by many users in the openHAB community forum! There are new ones every week and they will show special aspects or bring new ideas, the Beginner Tutorial does not cover.</p>
|
||||
<p>Here is 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 apporach 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 up- 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 methode 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&Examples cateogry 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>
|
||||
|
|
Loading…
Reference in New Issue