MySensors Support
The MySensors project combines Arduino boards with NRF24L01 radio boards to build sensor networks.
Integrate your Serial MYSensors Gateway by adding the following to your configuration.yaml
:
1 2 3 4 |
|
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*
.
1
|
|