Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker config for Elfin device #21

Open
jjarboe01 opened this issue May 25, 2024 · 1 comment
Open

Docker config for Elfin device #21

jjarboe01 opened this issue May 25, 2024 · 1 comment

Comments

@jjarboe01
Copy link

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?

@jshank
Copy link
Owner

jshank commented May 27, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants