diyhue / hassio-addon

35 stars 11 forks source link

non-supervisor install? #14

Open harphere opened 1 year ago

harphere commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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.