maxbec / hassio-diyHue

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

Beta not creating config file and settings empty. How to setup the beta branch? #30

Open almostserious opened 2 years ago

almostserious commented 2 years ago

So, basically I'd like to know how to configure the beta branch?

I can start it, access the new UI and even connect the new Hue App. However, I can simply not configure my lights into the beta branch. I'd like to use the HomeAssistant lights as I do in the normal branch. In the normal one, i simply edit the config file. But the beta one, doesnt create a config file, and the settings tab in the new UI is just empty. Am I doing something wrong? Any Tipps?

craigbeat commented 2 years ago

The config now seems to be stored in /opt/hue-emulator/config so if you are using Docker, you will need to change your volume (-v) option to: /path/to/your/local/config/directory:/opt/hue-emulator/config

foxy82 commented 2 years ago

So, basically I'd like to know how to configure the beta branch?

I can start it, access the new UI and even connect the new Hue App. However, I can simply not configure my lights into the beta branch. I'd like to use the HomeAssistant lights as I do in the normal branch. In the normal one, i simply edit the config file. But the beta one, doesnt create a config file, and the settings tab in the new UI is just empty. Am I doing something wrong? Any Tipps?

Also as far as I know the beta branch currently doesn't work with home assistant integration yet unless someone migrated it...

craigbeat commented 2 years ago

So, basically I'd like to know how to configure the beta branch? I can start it, access the new UI and even connect the new Hue App. However, I can simply not configure my lights into the beta branch. I'd like to use the HomeAssistant lights as I do in the normal branch. In the normal one, i simply edit the config file. But the beta one, doesnt create a config file, and the settings tab in the new UI is just empty. Am I doing something wrong? Any Tipps?

Also as far as I know the beta branch currently doesn't work with home assistant integration yet unless someone migrated it...

It works for me. I am using Docker for both HASS and diyHue, though. Just make sure to mount a local config path for both apps. For diyHue beta, this is now 'config' and not 'export' as it was previously. All the other instructions work.

francescosoft commented 2 years ago

Hello, I have the same Problem. I installed diyHue-beta from Supervisor Add-on store. Config Folder is not used and chenges are not saved. Can you tell me where do i need to modify the volume option ?