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

Not really an issuue but question: is it possible to create addon from your docker container? #15

Closed
nldroid opened this issue Jan 12, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@nldroid
Copy link

nldroid commented Jan 12, 2024

I plan to try your component for the Rotel integration but i have one challenge: i use Home Assistant supervised and while it uses docker in the background, i don't know if it's easy to add your container. It would be much simpeler if this would be an addon.

I haven't digged in to this yet so i don't know how easy it is to create an addon from a container but maybe you know. If not, i can look into it.

@djthorpe djthorpe self-assigned this Jan 12, 2024
@djthorpe djthorpe added question Further information is requested enhancement New feature or request and removed question Further information is requested labels Jan 12, 2024
@djthorpe
Copy link
Owner

Hi nldroid. There was an "add on" integration here, which I think you can integrate via HASS:

https://github.com/elric91/homeassistant_rotel

It seems to be over TCP/IP rather than RS232, but the protocol is identical. I wonder if that would fit your bill, so that could be used/modified? The docker version for me is because my home assistant instance is some distance away from my Rotel amplifer - so the RS232 link cannot be directly plugged into my Home Assistant server via an add-on :-(

@nldroid
Copy link
Author

nldroid commented Jan 12, 2024

Yeah. Also found this one: https://github.com/claes/homeassistant-rotelserial/tree/master

Also was thinking of creating a solution with esphome and an esp32. Should be doable.

The rotelserial component is probably the easiest if it works.

Enough to try for me. Thanks.

@nldroid nldroid closed this as completed Jan 12, 2024
@nldroid
Copy link
Author

nldroid commented Mar 9, 2024

Some extra info on what i've done since our conversation:

Nothing worked for me so i created an ESPHome addon for it: https://github.com/nldroid/rotel_esphome

This is more lightweight than the docker solution and might be helpfull for others too.

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

No branches or pull requests

2 participants