From 9faff8210371181e86b897babd49cd806a72d6e9 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 10 Feb 2016 20:55:42 -0800 Subject: [PATCH] Update mysensors.markdown --- source/_components/mysensors.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_components/mysensors.markdown b/source/_components/mysensors.markdown index e5a6c9a84e3..abb9c28030b 100644 --- a/source/_components/mysensors.markdown +++ b/source/_components/mysensors.markdown @@ -24,8 +24,10 @@ mysensors: gateways: - port: '/dev/ttyUSB0' persistence_file: 'path/mysensors.json' + baud_rate: 38400 - port: '/dev/ttyACM1' persistence_file: 'path/mysensors2.json' + baud_rate: 115200 debug: true persistence: true version: '1.5' @@ -38,6 +40,7 @@ Configuration variables: - **persistence** (*Optional*): Enable or disable local persistence of sensor information. If this is disabled, then each sensor will need to send presentation messages after Home Assistant starts. Default is true. - **persistence_file** (*Optional*): Path to a file to save sensor information. The file extension determines the file type. Currently supported file types are 'pickle' and 'json'. - **version** (*Optional*): Specifies the MySensors protocol version to use. Supports 1.4 and 1.5. Default is 1.4. +- **baud_rate** (*Optional*): Specifies baud rate of the connected gateway. If you are using an original Arduino the port will be named `ttyACM*`. The exact number can be determined with the command shown below.