maxbec / hassio-diyHue

Fully configurable diyHue add-on for home-assistant.
30 stars 17 forks source link

installation error flask branch #21

Closed juanesf closed 2 years ago

juanesf commented 3 years ago

Hi, I get the following error message when trying to install the diyhue flask branch

imagen

PDekker commented 3 years ago

I have the same error

The command '/bin/bash -o pipefail -c mv /diyhue/BridgeEmulator/protocols/ ./protocols/' returned a non-zero code: 1

From the supervisor log:

Step 15/31 : RUN mv /diyhue/BridgeEmulator/protocols/                                       ./protocols/
 ---> Running in 547bba0a652d
mv: can't rename '/diyhue/BridgeEmulator/protocols/': No such file or directory
HepoH3 commented 3 years ago

See: https://github.com/MaxBec/hassio-diyHue/issues/15 Actually, @MaxBec, the beta branch now has same dir structure as flusk, and there is a fork of the beta branch that works with hue sync v1.6, so it's will be really cool if this addon will support this structure. UPD. the changes from fork has been added to the beta branch of the original repo.

PDekker commented 3 years ago

Hi @HepoH3

I installed your fork to test the beta. There is no config.json created in the diyHue folder. The new ui looks nice, but there does not seem to be a option to configure Homeassistant access. Do you know what is going on?

HepoH3 commented 3 years ago

Hi @HepoH3

I installed your fork to test the beta. There is no config.json created in the diyHue folder. The new ui looks nice, but there does not seem to be a option to configure Homeassistant access. Do you know what is going on?

Indeed. Honestly, I use diyhue in order to set my yeelight bulb in music light mode with hue sync on PC, so I don't use hue integration on homeassistant. Don't really know why there is no config.json, I just fixed paths so beta branch will be able to install.

PDekker commented 3 years ago

Hi @HepoH3 I installed your fork to test the beta. There is no config.json created in the diyHue folder. The new ui looks nice, but there does not seem to be a option to configure Homeassistant access. Do you know what is going on?

Indeed. Honestly, I use diyhue in order to set my yeelight bulb in music light mode with hue sync on PC, so I don't use hue integration on homeassistant. Don't really know why there is no config.json, I just fixed paths so beta branch will be able to install.

Had a short chat on the diyhue slack. the config path changed from /opt/hue-emulator/export to /opt/hue-emulator/config

Can you please create a small change for this?

HepoH3 commented 3 years ago

Hi @HepoH3 I installed your fork to test the beta. There is no config.json created in the diyHue folder. The new ui looks nice, but there does not seem to be a option to configure Homeassistant access. Do you know what is going on?

Indeed. Honestly, I use diyhue in order to set my yeelight bulb in music light mode with hue sync on PC, so I don't use hue integration on homeassistant. Don't really know why there is no config.json, I just fixed paths so beta branch will be able to install.

Had a short chat on the diyhue slack. the config path changed from /opt/hue-emulator/export to /opt/hue-emulator/config

Can you please create a small change for this?

I can't see any export word except exporting environment variables in file run.sh. I don't mind to implement this change, but I sincerely don't know where it needs to be implemented.

maxbec commented 2 years ago

Closed #24