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

non-supervisor install? #14

Open
harphere opened this issue Apr 6, 2023 · 2 comments
Open

non-supervisor install? #14

harphere opened this issue Apr 6, 2023 · 2 comments

Comments

@harphere
Copy link

harphere commented Apr 6, 2023

I'm new to diyHue and would love to get it set up in my Home Assistant instance but how can I do so using the HA Container installation?

Is there a HACS method of installing it?

@Mevel
Copy link
Contributor

Mevel commented Apr 6, 2023

I guess you have ha in a docker instance running and not supervised or via ha os.

Just use the docker install method for diyhue to install it alongside home assistant.

https://diyhue.readthedocs.io/en/latest/getting_started.html#docker-install

@harphere
Copy link
Author

harphere commented Apr 7, 2023

Yes, running HA in docker. I installed diyHue using this command:
sudo apt update && sudo apt upgrade -y
curl -sSL https://get.docker.com | sh
sudo usermod -aG docker pi
sudo docker run -d --name diyHue --restart=always --network=host -e MAC=XX:XX:XX:XX:XX:XX -v /mnt/hue-emulator/export:/opt/hue-emulator/export diyhue/core:latest

I'm lost now on locating the config.json to make the necessary changes.

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