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

Add telnetlib3 for custom integration 4noks_elios4you #682

Closed
wants to merge 1 commit into from

Conversation

alexdelprete
Copy link
Contributor

Developing a new custom integration for Elios4you energy monitoring device.
The device data can be fetched only through telnet, so I'm using telnetlib3 to fetch data.

Thanks.

@frenck
Copy link
Member

frenck commented Feb 9, 2024

telnetlib3 doesn't look like a binary distribution that needs to be build?

See: https://pypi.org/project/telnetlib3/#files

@alexdelprete
Copy link
Contributor Author

telnetlib3 doesn't look like a binary distribution that needs to be build?

See: https://pypi.org/project/telnetlib3/#files

just to make sure I understand: that's because the whl file is already built and provided, so it will be imported "automagically", correct?

It's my 3rd component, and I'm always learning new stuff about python. :)

@frenck
Copy link
Member

frenck commented Feb 10, 2024

that's because the whl file is already built and provided, so it will be imported "automagically", correct?

Yes/no. This is a pure python library, nothing need to be compiled or build.

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

Successfully merging this pull request may close these issues.

2 participants