Hi everyone.
I have a problem with connect MySensors gateway over USB. Home Assitant is installed on docker (RPi 3B+) and Arduino Mega is connected via USB. I have checked the port using: ls /dev/ttyACM* command. I am using this script:
I tried add baudrate 115200, but nothing changed.
Logs:
2020-07-14 19:39:27 ERROR (MainThread) [homeassistant.components.mysensors] No devices could be setup as gateways, check your configuration
2020-07-14 19:39:27 ERROR (MainThread) [homeassistant.setup] Setup failed for mysensors: Integration failed to initialize.
configuration.yaml:
mysensors:
gateways:
- device: '/dev/ttyACM0'
persistence_file: '/mysensors.json'
baud_rate: 115200
optimistic: false
persistence: true
retain: true
On domoticz everthink is working fine.