Site updated at 2016-12-05 20:07:00 UTC

This commit is contained in:
Travis CI 2016-12-05 20:07:00 +00:00
parent 8ddf8e96c4
commit 79b04f73fb
23 changed files with 41 additions and 39 deletions

View file

@ -109,6 +109,7 @@
<li>Landis+Gyr E350 (DMSR 4)</li>
<li>Landis+Gyr ZCF110 / ZM F110 (DSMR 4.2)</li>
<li>Kaifa E0026</li>
<li>Kamstrup 382JxC (DSMR 2.2)</li>
</ul>
<p>And USB serial converters:</p>
@ -151,14 +152,15 @@
</code></pre>
</div>
<p>HASSBIAN users have to give dialout permission to the user homeassistant:</p>
<p><a href="/getting-started/installation-raspberry-pi-image/">HASSbian</a> users have to give dialout permission to the user <code class="highlighter-rouge">homeassistant</code>:</p>
<div class="highlighter-rouge"><pre class="highlight"><code>$ sudo usermod -a -G dialout homeassistant
</code></pre>
</div>
<p>and after that you need to reboot!</p>
<div class="highlighter-rouge"><pre class="highlight"><code>$ sudo reboot
<p>and after that you need to reboot!</p>
<div class="highlighter-rouge"><pre class="highlight"><code>$ sudo reboot
</code></pre>
</div>