Skip to content

Commit

Permalink
Merge pull request #10 from rakaandro/patch-1
Browse files Browse the repository at this point in the history
Update readme.rst
  • Loading branch information
gluap authored Jan 8, 2020
2 parents d7ab4b8 + 375dee6 commit 587c03e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The following is setup procedure with hassio
- install hassio
- via the GUI enable the `SSH Server addon <https://www.home-assistant.io/addons/ssh/>`_
- login via ssh
- connect the stick
- download the pyduofern repo via git, copy the custom component and add duofern to your config by running::

git clone https://github.com/gluap/pyduofern/
Expand All @@ -20,8 +21,9 @@ The following is setup procedure with hassio
# if you are migrating from FHEM: Skip the "6f" from the beginning of the code,
# only use the last 4 characters
echo " code: ffff" >> /config/configuration.yaml
echo -n " serial_port: " >> /config/configuration.yaml && ls /dev/serial/by-id/usb-Rademacher_DuoFern* >> /config/configuration.yaml

- connect the stick and restart homeassistant via the GUI
- restart homeassistant via the GUI
- stick should stop blinking once homeassistant initializes it
- devices previously paired with the coded should be auto-detected, if not call the service ``duofern.sync_devices`` (see below).
- to pair a device call the service ``duofern.start_pairing`` via the gui and do the pairing motions from the manual of the device
Expand Down Expand Up @@ -65,4 +67,4 @@ There are two services you can call via the service interface:
Please use the renaming feature in the homeassistant GUI to arrive at human readable
names for your devices.

.. image:: ./renaming.png
.. image:: ./renaming.png

0 comments on commit 587c03e

Please sign in to comment.