Site updated at 2016-06-08 05:55:05 UTC
This commit is contained in:
parent
bf40d3fb06
commit
41de34a98b
185 changed files with 2294 additions and 1141 deletions
|
@ -129,6 +129,9 @@
|
|||
<li>
|
||||
<a href='/components/keyboard/'>Keyboard</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/lirc/'>LIRC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_sun_light_trigger/'>Presence based lights</a>
|
||||
</li>
|
||||
|
|
|
@ -159,6 +159,9 @@
|
|||
<li>
|
||||
<a href='/components/keyboard/'>Keyboard</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/lirc/'>LIRC</a>
|
||||
</li>
|
||||
<li>
|
||||
Presence based lights
|
||||
</li>
|
||||
|
|
|
@ -215,6 +215,9 @@ You need to setup a unique trigger for each event you sent to IFTTT.
|
|||
<li>
|
||||
<a href='/components/keyboard/'>Keyboard</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/lirc/'>LIRC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_sun_light_trigger/'>Presence based lights</a>
|
||||
</li>
|
||||
|
|
|
@ -732,6 +732,18 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/sensor.dte_energy_bridge/'
|
||||
class='sensor'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
</div>
|
||||
<div class='title'>DTE Energy Bridge</div>
|
||||
<div class='category'>Sensor</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href='/components/demo/'
|
||||
class='other'
|
||||
style='display: none'>
|
||||
|
@ -1658,6 +1670,20 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/lirc/'
|
||||
class='automation'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/lirc.gif'>
|
||||
|
||||
</div>
|
||||
<div class='title'>LIRC</div>
|
||||
<div class='category'>Automation</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href='/components/sensor.lastfm/'
|
||||
class='sensor'
|
||||
style='display: none'>
|
||||
|
|
|
@ -172,6 +172,9 @@
|
|||
<li>
|
||||
<a href='/components/keyboard/'>Keyboard</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/lirc/'>LIRC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_sun_light_trigger/'>Presence based lights</a>
|
||||
</li>
|
||||
|
|
|
@ -165,6 +165,9 @@
|
|||
<li>
|
||||
<a href='/components/keyboard/'>Keyboard</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/lirc/'>LIRC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_sun_light_trigger/'>Presence based lights</a>
|
||||
</li>
|
||||
|
|
|
@ -156,6 +156,9 @@
|
|||
<li>
|
||||
<a href='/components/keyboard/'>Keyboard</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/lirc/'>LIRC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_sun_light_trigger/'>Presence based lights</a>
|
||||
</li>
|
||||
|
|
|
@ -164,6 +164,9 @@
|
|||
<li>
|
||||
Keyboard
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/lirc/'>LIRC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_sun_light_trigger/'>Presence based lights</a>
|
||||
</li>
|
||||
|
|
270
components/lirc/index.html
Normal file
270
components/lirc/index.html
Normal file
|
@ -0,0 +1,270 @@
|
|||
<!doctype html>
|
||||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
||||
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>LIRC - Home Assistant</title>
|
||||
<meta name="author" content="Paulus Schoutsen">
|
||||
<meta name="description" content="Instructions how to integrate IR remotes with LIRC into Home Assistant.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/lirc/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="LIRC">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/lirc/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to integrate IR remotes with LIRC into Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
|
||||
<meta name="twitter:title" content="LIRC">
|
||||
<meta name="twitter:description" content="Instructions how to integrate IR remotes with LIRC into Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||
|
||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
|
||||
<link rel='shortcut icon' href='/images/favicon.ico' />
|
||||
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
|
||||
</head>
|
||||
|
||||
<body >
|
||||
|
||||
<header>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
|
||||
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
|
||||
<a href="/" class="site-title">
|
||||
<img width='40' src='/demo/favicon-192x192.png'>
|
||||
<span>Home Assistant</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
|
||||
<nav>
|
||||
<input type="checkbox" id="toggle">
|
||||
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
|
||||
<ul class="menu pull-right">
|
||||
|
||||
<li><a href='/getting-started/'>Getting started</a></li>
|
||||
<li><a href='/components/'>Components</a></li>
|
||||
<li><a href='/cookbook/'>Examples</a></li>
|
||||
<li><a href="/developers/">Developers</a></li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li><a href="/help/">Need help?</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid grid-center">
|
||||
|
||||
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
|
||||
|
||||
|
||||
<article class="page">
|
||||
|
||||
|
||||
|
||||
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
LIRC
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
||||
|
||||
<p><a href="http://www.lirc.org/">LIRC</a> integration for Home Assistant allows you to receive signals from an infrared remote control and control actions based on the buttons you press. You can use them to set scenes or trigger any other <a href="https://home-assistant.io/components/automation/">automation</a>.</p>
|
||||
|
||||
<p>Sending IR commands is not supported in this component (yet), but can be accomplished using the <a href="https://home-assistant.io/components/shell_command/">shell_command component</a> in conjunction with the <code>irsend</code> command.</p>
|
||||
|
||||
<h3><a class="title-link" name="installation" href="#installation"></a> Installation</h3>
|
||||
|
||||
<p>To allow Home Assistant to talk to your IR receiver, you need to first make sure you have the correct dependencies installed:</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre>$ sudo apt-get install lirc
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="note">
|
||||
If you are configuring on a Raspberry Pi, there are excellent instructions with GPIO schematics and driver configurations <a href="http://alexba.in/blog/2013/01/06/setting-up-lirc-on-the-raspberrypi/">here</a>. Consider following these.
|
||||
</p>
|
||||
|
||||
<p>Now teach LIRC about your particular remote control by preparing a lircd configuration file (<code>/etc/lirc/lircd.conf</code>). Search the <a href="http://lirc.sourceforge.net/remotes/">LIRC remote database</a> for your model. If you can’t find it, then you can always use the <code>irrecord</code> program to learn your remote. This will create a valid configuration file. Add as many remotes as you want by pasting them into the file. If <code>irrecord</code> doesn’t work (e.g. for some air conditioner remotes), then the <code>mode2</code> program is capable of reading the codes in raw mode, followed by <code>irrecord -a</code> to extract hex codes.</p>
|
||||
|
||||
<p>Next, you have to make a <code>~/.lircrc</code> file that maps keypresses to system actions. <a href="http://www.lirc.org/html/configure.html">The configuration</a> is a bit tedious but it must be done. Use the <code>prog = home-assistant</code> for all keys you want to be recognized by Home Assistant. The values you set for <code>button</code> must be the same as in the <code>lircd.conf</code> file and the values you put for <code>config</code> entry will be the sensor value in Home Assistant when you press the button. An example may look like this:</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre>begin
|
||||
remote = SONY
|
||||
button = KEY_1
|
||||
prog = home-assistant
|
||||
config = KEY_1
|
||||
end
|
||||
begin
|
||||
remote = SONY
|
||||
button = KEY_2
|
||||
prog = home-assistant
|
||||
config = KEY_2
|
||||
end
|
||||
begin
|
||||
remote = SONY
|
||||
button = KEY_3
|
||||
prog = home-assistant
|
||||
config = KEY_3
|
||||
end
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>Test your LIRC installation before proceeding by running:</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre>$ irexec -n home-assistant
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>and pressing some buttons on the remote.</p>
|
||||
|
||||
<h3><a class="title-link" name="configuration" href="#configuration"></a> Configuration</h3>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
|
||||
<span class="key">lirc</span>:
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h4><a class="title-link" name="events" href="#events"></a> Events</h4>
|
||||
|
||||
<p>The LIRC component fires <code>ir_command_received</code> events on the bus. You can capture the events and respond to them in automation scripts like this:</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre><span class="comment"># Example configuration.yaml automation entry</span>
|
||||
<span class="key">automation</span>:
|
||||
- <span class="string"><span class="content">alias: Off on Remote</span></span>
|
||||
<span class="key">trigger</span>:
|
||||
<span class="key">platform</span>: <span class="string"><span class="content">event</span></span>
|
||||
<span class="key">event_type</span>: <span class="string"><span class="content">ir_command_received</span></span>
|
||||
<span class="key">event_data</span>:
|
||||
<span class="key">button_name</span>: <span class="string"><span class="content">KEY_0</span></span>
|
||||
<span class="key">action</span>:
|
||||
<span class="key">service</span>: <span class="string"><span class="content">homeassistant.turn_off</span></span>
|
||||
<span class="key">entity_id</span>: <span class="string"><span class="content">group.a_lights</span></span>
|
||||
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>The <code>button_name</code> data values (e.g. <code>KEY_0</code>) are set by you in the <code>.lircrc</code> file.</p>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
<div class="grid">
|
||||
|
||||
|
||||
<section class="aside-module grid__item one-whole lap-one-half">
|
||||
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.io/tree/master/source/_components/lirc.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/lirc.gif' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Local Push
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.21
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Automation</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/automation/'>Automation</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/ifttt/'>IFTTT</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/input_boolean/'>Input Boolean</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/input_select/'>Input Select</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/input_slider/'>Input Slider</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/keyboard/'>Keyboard</a>
|
||||
</li>
|
||||
<li>
|
||||
LIRC
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_sun_light_trigger/'>Presence based lights</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/script/'>Scripts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/shell_command/'>Shell command</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
<div class="grid__item">
|
||||
<div class="copyright">
|
||||
<a rel="me" href='https://twitter.com/home_assistant'><i class="icon-twitter"></i></a>
|
||||
<a rel="me" href='https://github.com/home-assistant/home-assistant'><i class="icon-github"></i></a>
|
||||
|
||||
<div class="credit">
|
||||
Contact us at <a href='mailto:hello@home-assistant.io'>hello@home-assistant.io</a>.<br>
|
||||
Website powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br />
|
||||
Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
||||
s.parentNode.insertBefore(g,s)}(document,'script'));
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -102,6 +102,7 @@
|
|||
<span class="key">name</span>: <span class="string"><span class="content">Kodi</span></span>
|
||||
<span class="key">user</span>: <span class="string"><span class="content">USERNAME</span></span>
|
||||
<span class="key">password</span>: <span class="string"><span class="content">PASSWORD</span></span>
|
||||
<span class="key">turn_off_action</span>: <span class="string"><span class="content">shutdown</span></span>
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -114,6 +115,7 @@
|
|||
<li><strong>name</strong> (<em>Optional</em>): The name of the device used in the frontend.</li>
|
||||
<li><strong>username</strong> (<em>Optional</em>): The XBMC/Kodi HTTP username.</li>
|
||||
<li><strong>password</strong> (<em>Optional</em>): The XBMC/Kodi HTTP password.</li>
|
||||
<li><strong>turn_off_action</strong> (<em>Optional</em>): The desired turn off action. Options are <code>none</code>, <code>quit</code>, <code>hibernate</code>, <code>suspend</code>, <code>reboot</code>, or <code>poweroff</code>. Default <code>none</code>.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
|
@ -89,9 +89,12 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The <code>rfxtrx</code> platform support Siemens/LightwaveRF roller shutters that communicate in the frequency range of 433.92 MHz.</p>
|
||||
<p>The <code>rfxtrx</code> platform supports Siemens/LightwaveRF and RFY roller shutters that communicate in the frequency range of 433.92 MHz.</p>
|
||||
|
||||
<p>First you have to set up your <a href="/components/rfxtrx/">rfxtrx hub.</a><br />
|
||||
<p>First you have to set up your <a href="/components/rfxtrx/">rfxtrx hub.</a></p>
|
||||
|
||||
<h3><a class="title-link" name="configuration" href="#configuration"></a> Configuration</h3>
|
||||
<p>#####Siemens/LightwaveRF<br />
|
||||
The easiest way to find your roller shutters is to add this to your <code>configuration.yaml</code>:</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
|
@ -115,32 +118,38 @@ rollershutter:
|
|||
name: device_name
|
||||
</code></p>
|
||||
|
||||
<p>Example configuration:<br />
|
||||
<code>yaml
|
||||
# Example configuration.yaml entry
|
||||
rollershutter:
|
||||
platform: rfxtrx
|
||||
automatic_add: False
|
||||
signal_repetitions: 2
|
||||
devices:
|
||||
0b1100ce3213c7f210010f70:
|
||||
name: Bedroom Shutter
|
||||
0b11000a02ef2gf210010f50:
|
||||
name: Bathroom Shutter
|
||||
0b1111e003af16aa10000060:
|
||||
name: Lounge Shutter
|
||||
</code></p>
|
||||
<p>#####RFY<br />
|
||||
The RFXtrx433e is required for RFY support, however it does not support receive for the RFY protocol - as such devices cannot be automatically added. Instead, configure the device in the <a href="http://www.rfxcom.com/downloads.htm">rfxmngr</a> tool. Make a note of the assigned ID and Unit Code and then add a device to the configuration with the following id <code>071a0000[id][unit_code]</code>. Eg, if the id was <code>a</code> (<code>0a</code>) <code>00</code> <code>01</code>, and the unit code was <code>1</code> (<code>01</code>) then the fully qualified id would be <code>071a00000a000101</code>.</p>
|
||||
|
||||
<p>#####Common<br />
|
||||
Example configuration:</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
|
||||
<span class="key">rollershutter</span>:
|
||||
<span class="key">platform</span>: <span class="string"><span class="content">rfxtrx</span></span>
|
||||
<span class="key">automatic_add</span>: <span class="string"><span class="content">False</span></span>
|
||||
<span class="key">signal_repetitions</span>: <span class="string"><span class="content">2</span></span>
|
||||
<span class="key">devices</span>:
|
||||
<span class="key">0b1100ce3213c7f210010f70</span>: <span class="comment"># Siemens/LightwaveRF</span>
|
||||
<span class="key">name</span>: <span class="string"><span class="content">Bedroom Shutter</span></span>
|
||||
<span class="key">070a00000a000101</span>: <span class="comment"># RFY</span>
|
||||
<span class="key">name</span>: <span class="string"><span class="content">Bathroom Shutter</span></span>
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>Configuration variables:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>devices</strong> (<em>Required</em>): A list of devices with their name to use in the frontend.</li>
|
||||
<li><strong>automatic_add</strong> (<em>Optional</em>): To enable the automatic addition of new roller shutters.</li>
|
||||
<li><strong>automatic_add</strong> (<em>Optional</em>): To enable the automatic addition of new roller shutters (Siemens/LightwaveRF only).</li>
|
||||
<li><strong>signal_repetitions</strong> <em>Optional</em>: Because the rxftrx device sends its actions via radio and from most receivers it’s impossible to know if the signal was received or not. Therefore you can configure the roller shutter to try to send each signal repeatedly.</li>
|
||||
<li><strong>fire_event</strong> <em>Optional</em>: Fires an event even if the state is the same as before. Can be used for automations.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
|
|
|
@ -187,6 +187,9 @@
|
|||
<li>
|
||||
<a href='/components/keyboard/'>Keyboard</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/lirc/'>LIRC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_sun_light_trigger/'>Presence based lights</a>
|
||||
</li>
|
||||
|
|
|
@ -222,6 +222,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -220,6 +220,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -193,6 +193,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -173,6 +173,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -257,6 +257,9 @@ print(response.json()[<span class="string"><span class="delimiter">'</span><span
|
|||
<li>
|
||||
Command line Sensor
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -144,6 +144,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -148,6 +148,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
Deutsche Bahn
|
||||
</li>
|
||||
|
|
330
components/sensor.dte_energy_bridge/index.html
Normal file
330
components/sensor.dte_energy_bridge/index.html
Normal file
|
@ -0,0 +1,330 @@
|
|||
<!doctype html>
|
||||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
||||
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>DTE Energy Bridge - Home Assistant</title>
|
||||
<meta name="author" content="Paulus Schoutsen">
|
||||
<meta name="description" content="Instructions how to setup DTE Energy Bridge with Home Assistant.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/sensor.dte_energy_bridge/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="DTE Energy Bridge">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/sensor.dte_energy_bridge/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to setup DTE Energy Bridge with Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
|
||||
<meta name="twitter:title" content="DTE Energy Bridge">
|
||||
<meta name="twitter:description" content="Instructions how to setup DTE Energy Bridge with Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||
|
||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
|
||||
<link rel='shortcut icon' href='/images/favicon.ico' />
|
||||
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
|
||||
</head>
|
||||
|
||||
<body >
|
||||
|
||||
<header>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
|
||||
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
|
||||
<a href="/" class="site-title">
|
||||
<img width='40' src='/demo/favicon-192x192.png'>
|
||||
<span>Home Assistant</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
|
||||
<nav>
|
||||
<input type="checkbox" id="toggle">
|
||||
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
|
||||
<ul class="menu pull-right">
|
||||
|
||||
<li><a href='/getting-started/'>Getting started</a></li>
|
||||
<li><a href='/components/'>Components</a></li>
|
||||
<li><a href='/cookbook/'>Examples</a></li>
|
||||
<li><a href="/developers/">Developers</a></li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li><a href="/help/">Need help?</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid grid-center">
|
||||
|
||||
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
|
||||
|
||||
|
||||
<article class="page">
|
||||
|
||||
|
||||
|
||||
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
DTE Energy Bridge
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
||||
|
||||
<p>A sensor for the DTE Energy Bridge</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre><span class="key">sensor</span>:
|
||||
<span class="key">platform</span>: <span class="string"><span class="content">dte_energy_bridge</span></span>
|
||||
<span class="key">ip</span>: <span class="string"><span class="content">192.168.1.11</span></span>
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
<div class="grid">
|
||||
|
||||
|
||||
<section class="aside-module grid__item one-whole lap-one-half">
|
||||
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.io/tree/master/source/_components/sensor.dte_energy_bridge.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
</div>
|
||||
<div class='section'>
|
||||
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Cloud Polling
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.21
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Sensor</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/sensor.apcupsd/'>APCUPSd Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.bitcoin/'>Bitcoin</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.bloomsky/'>BloomSky Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.cpuspeed/'>CPU speed</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
DTE Energy Bridge
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dweet/'>Dweet.io</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.ecobee/'>Ecobee Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.efergy/'>Efergy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.eliqonline/'>Eliqonline</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.enocean/'>EnOcean Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.fitbit/'>Fitbit</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.glances/'>Glances</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.google_travel_time/'>Google Maps Travel Time</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.http/'>HTTP Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.lastfm/'>Last.fm</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.loop_energy/'>Loop Energy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.mqtt/'>MQTT Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.modbus/'>Modbus Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.moldindicator/'>Mold Indicator</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.mysensors/'>MySensors Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.nzbget/'>NZBGet</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.nest/'>Nest Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.netatmo/'>Netatmo Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.neurio_energy/'>Neurio</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.octoprint/'>OctoPrint Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.onewire/'>One wire Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.gtfs/'>Public Transit (GTFS)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.rest/'>RESTful Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.rfxtrx/'>RFXtrx Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.sabnzbd/'>SABnzbd</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.speedtest/'>Speedtest.net</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.steam_online/'>Steam</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.supervisord/'>Supervisord</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.swiss_public_transport/'>Swiss Public Transport</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.systemmonitor/'>System Monitor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.tcp/'>TCP Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.temper/'>TEMPer Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.tellstick/'>TellStick Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.tellduslive/'>Telldus Live sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.template/'>Template Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.thinkingcleaner/'>Thinking Cleaner sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.time_date/'>Time & Date</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.torque/'>Torque (OBD2)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.transmission/'>Transmission Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.twitch/'>Twitch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.uber/'>Uber</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.vera/'>Vera Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.verisure/'>Verisure Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.wink/'>Wink Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.worldclock/'>Worldclock</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.zwave/'>Z-Wave Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.zigbee/'>ZigBee Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.arest/'>aREST Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.mfi/'>mFi Sensor</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid">
|
||||
<div class="grid__item">
|
||||
<div class="copyright">
|
||||
<a rel="me" href='https://twitter.com/home_assistant'><i class="icon-twitter"></i></a>
|
||||
<a rel="me" href='https://github.com/home-assistant/home-assistant'><i class="icon-github"></i></a>
|
||||
|
||||
<div class="credit">
|
||||
Contact us at <a href='mailto:hello@home-assistant.io'>hello@home-assistant.io</a>.<br>
|
||||
Website powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br />
|
||||
Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
||||
s.parentNode.insertBefore(g,s)}(document,'script'));
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -199,6 +199,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -139,6 +139,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -160,6 +160,9 @@ negative number of minutes your timezone is ahead/behind UTC time.</li>
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -152,6 +152,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -162,6 +162,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -188,6 +188,9 @@ sleep/timeInBed
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -201,6 +201,9 @@ Glances web server started on http://0.0.0.0:61208/
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -164,6 +164,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -174,6 +174,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -190,6 +190,9 @@ You should choose a unique device name (DEVICE_NAME) to avoid clashes with other
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -159,6 +159,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -185,6 +185,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -161,6 +161,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -197,6 +197,9 @@ Each named register will create an integer sensor and each named bit will create
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -153,6 +153,9 @@ With the three measured temperatures (in Celsius or Fahrenheit), the calibration
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -217,6 +217,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -325,6 +325,9 @@ uint16_t lastlux = <span class="integer">0</span>;
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -195,6 +195,9 @@ You must have the <a href="/components/nest/">Nest component</a> configured to u
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -101,6 +101,7 @@
|
|||
<span class="key">secret_key</span>: <span class="string"><span class="content">YOUR_SECRET_KEY</span></span>
|
||||
<span class="key">username</span>: <span class="string"><span class="content">YOUR_USERNAME</span></span>
|
||||
<span class="key">password</span>: <span class="string"><span class="content">YOUR_PASSWORD</span></span>
|
||||
<span class="key">station</span>: <span class="string"><span class="content">STATION_NAME</span></span>
|
||||
<span class="key">modules</span>:
|
||||
<span class="key">module_name1</span>:
|
||||
- <span class="string"><span class="content">temperature</span></span>
|
||||
|
@ -128,6 +129,7 @@
|
|||
<li><strong>secret_key</strong> (<em>Required</em>): Your netatmo secret key</li>
|
||||
<li><strong>username</strong> (<em>Required</em>): Username for the netatmo account.</li>
|
||||
<li><strong>password</strong> (<em>Required</em>): Password for the netatmo account.</li>
|
||||
<li><strong>station</strong>: The name of the weather station. Needed if several stations are associated with the account.</li>
|
||||
<li><strong>modules</strong> (<em>Required</em>): Modules to use. Multiple entries allowed.
|
||||
<ul>
|
||||
<li><strong>module_name</strong> array (<em>Required</em>): Name of the module.
|
||||
|
@ -213,6 +215,9 @@ The Home Assistant NetAtmo platform has only be tested with the classic indoor,
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -153,6 +153,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -159,6 +159,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -166,6 +166,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -152,6 +152,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -246,6 +246,9 @@ Make sure that the URL matches exactly your endpoint or resource.
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -214,6 +214,9 @@ Then you should update your configuration to:</p>
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -162,6 +162,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -199,6 +199,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -174,6 +174,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -145,6 +145,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -156,6 +156,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -243,6 +243,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -237,6 +237,9 @@ Escape character is '^]'.
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -137,6 +137,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -164,6 +164,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -134,6 +134,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -235,6 +235,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -151,6 +151,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -155,6 +155,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -172,6 +172,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -183,6 +183,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -152,6 +152,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -161,6 +161,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -148,6 +148,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -151,6 +151,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -151,6 +151,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -158,6 +158,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -200,6 +200,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -151,6 +151,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.command_line/'>Command line Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dte_energy_bridge/'>DTE Energy Bridge</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.deutsche_bahn/'>Deutsche Bahn</a>
|
||||
</li>
|
||||
|
|
|
@ -132,6 +132,9 @@
|
|||
<li><a href='/components/sensor.dht/'>
|
||||
DHT Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/sensor.dte_energy_bridge/'>
|
||||
DTE Energy Bridge
|
||||
</a></li>
|
||||
<li><a href='/components/sensor.deutsche_bahn/'>
|
||||
Deutsche Bahn
|
||||
</a></li>
|
||||
|
|
|
@ -143,6 +143,9 @@
|
|||
<li>
|
||||
<a href='/components/keyboard/'>Keyboard</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/lirc/'>LIRC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/device_sun_light_trigger/'>Presence based lights</a>
|
||||
</li>
|
||||
|
|
|
@ -107,21 +107,23 @@ effect is created by updating the lights every 30 seconds with a 30 second trans
|
|||
switch turned off and use automation rules that call the service <code>switch.flux_update</code><br />
|
||||
whenever you want the lights updated.</p>
|
||||
|
||||
<p>Example <code>configuration.yaml</code>:<br />
|
||||
<code>yaml
|
||||
switch:
|
||||
platform: flux
|
||||
lights:
|
||||
- light.desk
|
||||
- light.lamp
|
||||
name: Fluxer # optional, default Flux
|
||||
start_time: 7:00 # optional, default sunrise
|
||||
stop_time: 23:00 # optional, default 22:00
|
||||
start_colortemp: 4000 # optional, default 4000
|
||||
sunset_colortemp: 3000 # optional, default 3000
|
||||
stop_colortemp: 1900 # optional, default 1900
|
||||
brightness: 200 # optional, default calculated by RGB_to_xy
|
||||
</code></p>
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
|
||||
<span class="key">switch</span>:
|
||||
<span class="key">platform</span>: <span class="string"><span class="content">flux</span></span>
|
||||
<span class="key">lights</span>:
|
||||
- <span class="string"><span class="content">light.desk</span></span>
|
||||
- <span class="string"><span class="content">light.lamp</span></span>
|
||||
<span class="key">name</span>: <span class="string"><span class="content">Fluxer</span></span> <span class="comment"># optional, default Flux</span>
|
||||
<span class="key">start_time</span>: <span class="string"><span class="content">7:00</span></span> <span class="comment"># optional, default sunrise</span>
|
||||
<span class="key">stop_time</span>: <span class="string"><span class="content">23:00</span></span> <span class="comment"># optional, default 22:00</span>
|
||||
<span class="key">start_colortemp</span>: <span class="string"><span class="content">4000</span></span> <span class="comment"># optional, default 4000</span>
|
||||
<span class="key">sunset_colortemp</span>: <span class="string"><span class="content">3000</span></span> <span class="comment"># optional, default 3000</span>
|
||||
<span class="key">stop_colortemp</span>: <span class="string"><span class="content">1900</span></span> <span class="comment"># optional, default 1900</span>
|
||||
<span class="key">brightness</span>: <span class="string"><span class="content">200</span></span> <span class="comment"># optional, default calculated by RGB_to_xy</span>
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -159,6 +159,7 @@ Instead of <code>make install</code>, you can alternatively build your own pytho
|
|||
<ul>
|
||||
<li><strong>usb_path</strong> (<em>Required</em>): The port where your device is connected to your Home Assistant host.</li>
|
||||
<li><strong>config_path</strong> (<em>Optional</em>): The path to the Python Open Z-Wave configuration files.</li>
|
||||
<li><strong>autoheal</strong> (<em>Optional</em>): Allows disabling auto ZWave heal at midnight. Defaults to True.</li>
|
||||
<li><strong>polling_interval</strong> (<em>Optional</em>): The time period in milliseconds between polls of a nodes value. Be careful about using polling values below 30000 (30 seconds) as polling can flood the zwave network and cause problems.</li>
|
||||
<li><strong>customize</strong> (<em>Optional</em>): This attribute contains node-specific override values:
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue