@KevinT wrote:
Hi,
I’ve installed the latest Home Asssistant on a Raspberry Pi 3B+.
I’m trying to get a MySensors network working.I’m using an Arduino mini as a gateway, running at baud 38400 and standard gateway sketch.
I’ve plugged in a USB to serial adapter to the Pi to get communication.
I have set the configuration file to /dev/ttyUSB0 that shows up when I type ls /dev at the command prompt.But I get time a warning /dev/ttyUSB0 not ready after 15 secs:
2020-04-17 17:09:12 WARNING (MainThread) [homeassistant.components.mysensors.gateway] Gateway /dev/ttyUSB0 not ready after 15.0 secs so continuing with setup
But serial data is coming in, as is shown in the log:
2020-04-17 17:14:27 DEBUG (MainThread) [mysensors] Receiving 2;255;3;0;0;86
2020-04-17 17:14:27 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 2 child 255
2020-04-17 17:14:27 DEBUG (SyncWorker_8) [mysensors.persistence] Saving sensors to persistence file /config/mysensors1.pickle
Posts: 1
Participants: 1