Site updated at 2017-11-25 22:46:28 UTC

This commit is contained in:
Travis CI 2017-11-25 22:46:28 +00:00
parent fb695308a0
commit 2253ea0a96
30 changed files with 97 additions and 69 deletions

View file

@ -164,6 +164,11 @@
2001:raw:600:/dev/ttyUSB0:115200 NONE 1STOPBIT 8DATABITS XONXOFF LOCAL -RTSCTS
</code></pre>
</div>
<p>or</p>
<div class="language-sh highlighter-rouge"><pre class="highlight"><code><span class="c"># Example /etc/ser2net.conf for proxying USB/serial connections to DSMRv2.2 smart meters</span>
2001:raw:600:/dev/ttyUSB0:9600 EVEN 1STOPBIT 7DATABITS XONXOFF LOCAL -RTSCTS
</code></pre>
</div>
<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>