No phue.conf being created for Phillips Hue

Using either discover or user there is no phue.conf created in the config dir of the latest hasssio for me. I am trying to manually setup a group as per the components page, but without this am unable to find out the user.

Has the location changes, Hue seems to function OK but odd that file is missing?

Have you found the phue.conf yet? Mine is also missing in homeassistant. The bridge was connected sucessfully, but i can´t find the config.

nope :frowning:

:neutral_face:

finally found it. you´ll find the username in the

/.homeassistant/.storage/core.config_entries

file.

you can also generate a user by using the hue api, see 7. in the docs.

goto http://yourhueip/debug/clip.html
and use the post call with the following settings:

url: /api
body: {“devicetype”: “myhueuser”}

the response will be a hue username:

[{"success":{"username": "83b7780291a6ceffbe0bd049104df"}}]
1 Like

Found it under ./config/.storage/core.config_entries