unable to open USB port
-
Drock1985 & Martin.
thanks guys i have it working just needed to do the full presentation and where it was.
just a newbie mistake.
thanks again
chilliman.No problem; just glad to hear you got it working. Everyone is new sometime.
FYI I made quite a few mistakes in the configuration.yaml file - took me a while to realize spaces were important ;)
Let us know if you have any other problems.
-
Not sure what else to tell you. Like Martin said, for a node to appear at all in HA; it must do two things. 1) send the full presentation on the node start. Easiest way to do that is to start HA, and after HA is fully started put power to your motion sensor. 2) It must send a valid sensor status. In the case of a motion sensor, I believe it is either 1 or 0 (1 being motion detected, 0 being none).
The only thing I can see is maybe the / needs to be in front of home. Can't see it causing this many issues though.
mysensors: gateways: - device: '/dev/ttyUSB0' persistence_file: '/home/pi/.homeassistant/mysensors.json' baud_rate: 115200 debug: false persistence: trueOther than that i'm not sure what else to suggest. If everything is configured right, it should see it. You may also want to check out the debug part of MySensors config and HA to better determine your issue. @martinhjelmare help me with that issue some time ago.