Hello,
Starting with the I’m still quite a noob with all this.
However the situation is like this:
I have one Arduino Nano node with DHT11 sensor attached to it. It communicates with NFR24L01+. The code is more or less from MySensors library.
I use a NFR24L01+ on the Rapsberry as serial Gateway (/dev/ttyMySensorsGateway) as said in here: https://www.mysensors.org/build/raspberry
My configuration.yaml is pretty simple. The default startup lines and then MySensors serial addittions on the bottom:
mysensors:
gateways:
- device: ‘/dev/ttyMySensorsGateway’
baud_rate: 115200
optimistic: false
persistence: false
The gateway seems to work fine nut when I launch ‘hass’ I get this:
INFO:mysensors.gateway_serial: Trying to connect to /dev/ttyMySensorsGateway
ERROR:mysensors.gateway_serial: Unable to connect to /dev/ttyMySensorsGateway
I followed the manual installation here:
Any help?