Hello,
sure someone can help me as a bit of newbie to Hass.IO (coming from Domoticz).
I run the Hass.IO docker v.0.60.0 on a RPi 3b
I now want to attach the mysensors gateway. I dod so and “dmesg | grep tty” shows:
[ 1.171016] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
[ 281.086169] usb 1-1.2: FTDI USB Serial Device converter now attached to ttyUSB0
The excerpt from the configuration.yaml is:
mysensors:
gateways:
- device: '/dev/ttyUSB0'
persistence_file: '/config/mysensors.json'
baud_rate: 115200
optimistic: false
persistence: true
version: '2.0'
EDIT: corrected YAML spaces above.
When starting homeassistant i got message:
Invalid Confih
The following components and platfoprms could not be set up:
- mysensors
Please check your config
I see there is no .json file written. I restrated homeassistant and also my RPi already.
Sure i am doing something little wrong and some one of you can point me into right direction.
So thanks in advance for your help!
Regards,
Ralf