You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't an issue, but didn't know how to reach out to you to ask this. Your project is incredible and saved me hundreds on buying proprietary junk! I'm looking at using the same device to connect to my Jandy pool controller. sfeakes has a project that uses a physical USB to RS485 dongle to connect to the pool controller, but I want to use the Docker container to create another Home Assistant add-on. How did you get the container to look at the ethernet device for the serial interface?
The text was updated successfully, but these errors were encountered:
Sounds like an awesome project. Linux really gets all of the credit for abstracting connectivity. In my docker-entrypoint.sh, instead of /dev/ttyS0, you use tcp://${BRIDGE_IP}:${BRIDGE_PORT}/, the OS handles the rest
This isn't an issue, but didn't know how to reach out to you to ask this. Your project is incredible and saved me hundreds on buying proprietary junk! I'm looking at using the same device to connect to my Jandy pool controller. sfeakes has a project that uses a physical USB to RS485 dongle to connect to the pool controller, but I want to use the Docker container to create another Home Assistant add-on. How did you get the container to look at the ethernet device for the serial interface?
The text was updated successfully, but these errors were encountered: