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

HACS integration - running Home Assistant without a supervisor #1

Open
Archomeda opened this issue Apr 28, 2022 · 2 comments
Open

HACS integration - running Home Assistant without a supervisor #1

Archomeda opened this issue Apr 28, 2022 · 2 comments
Assignees

Comments

@Archomeda
Copy link

Hey there!

I've been looking for something exactly like your add-on, however I don't run Home Assistant with the supervisor, so I cannot use the add-on. Is there any chance that you're able to create an alternative option, e.g. via HACS?

@dreiekk
Copy link
Member

dreiekk commented May 16, 2022

Hi there, thanks for your message!

At first, we did write this as an HACS integration instead of a supervisor addon. However, I'm not really profound in writing (async) python code which an integration would require. We didn't find a way to make a stable connection between home-assistant and the client at that time.

Writing this as an addon - which is actually just a docker container - allows me to easily expose the ports of our own websocket server for the client connection and use a programming language that I feel more comfortable with.

At the moment there is no plan to write an integration.

But as I write this, we could possibly extend the client to talk directly to the Websocket API instead of creating our own websocket server in the addon.

Maybe we'll take a look at this at a later date.

@dreiekk dreiekk changed the title Add-on alternatives HACS integration - running Home Assistant without a supervisor May 16, 2022
@dreiekk dreiekk self-assigned this May 16, 2022
@Archomeda
Copy link
Author

Thanks for the response! It would be amazing if it's possible to do that. The idea is great, keep it up 😀

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