mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 01:07:36 +00:00
906 B
906 B
layout | title | description | date | sidebar | comments | sharing | footer |
---|---|---|---|---|---|---|---|
page | MySensors sensors support | Instructions how to integrate MySensors sensors into Home Assistant. | 2015-05-14 21:57 | false | false | true | true |

Integrate your Serial MYSensors Gateway by adding the following to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
platform: mysensors
port: /dev/ttyACM0
Configuration variables:
- port (Required): The port where your board is connected to your Home Assistant host. If you are using an original Arduino the port will be named
ttyACM*
. The exact number can be determined withls /dev/ttyACM*
.
ls /dev/ttyACM*