-
I followed the 'bare metal' instructions on the Quick Start page, and I get through it all without errors. I even see in HA MQTT the devices listed in my config.yaml. However, all those devices always say 'Unavailable'. When I followed docker-based instructions: https://jordanrounds.com/insteon-mqtt-home-assistant/ 2022-03-24 10:19:53.359 ERROR Serial: Serial read error from /dev/ttyUSB0 I tried the "baremetal" quickstart instructions but I cant get the 'final' step of "start the server". I consistently get: FileNotFoundError: [Errno 2] No such file or directory: 'config.yaml I would prefer the docker method, but either docker or baremetal is good enough for now. Can anyone help me figure out what is going wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
First and foremost you need to solve the communication issue with the PLM. If the dev address is indeed correct, then you should check that the user has access to the device. |
Beta Was this translation helpful? Give feedback.
-
SOLVED I think I wasn't exiting the virtual environments properly (I'm not a Linux expert - just a hobbyist learning as I go) and I suspect one of my earlier attempts was still 'connected' to the PLM preventing later efforts. So I went in and deleted every insteon-mqtt folder I had created to try things along the way. I believe that deleting the folders cleared out the virtual environments, so then I went back and ran through the docker-compose process and got no errors in the logs! Sure enough, now Home Assistant is getting the proper wet/dry signal from my insteon leak sensors via MQTT. (Actually going through both ISY and MQTT to HomeAssistant so hooray for redundancy) |
Beta Was this translation helpful? Give feedback.
SOLVED
I think I wasn't exiting the virtual environments properly (I'm not a Linux expert - just a hobbyist learning as I go) and I suspect one of my earlier attempts was still 'connected' to the PLM preventing later efforts. So I went in and deleted every insteon-mqtt folder I had created to try things along the way. I believe that deleting the folders cleared out the virtual environments, so then I went back and ran through the docker-compose process and got no errors in the logs!
Sure enough, now Home Assistant is getting the proper wet/dry signal from my insteon leak sensors via MQTT. (Actually going through both ISY and MQTT to HomeAssistant so hooray for redundancy)