-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Bifrost runs, but not able to be configured in Hue app (HA add-on) #88
Comments
I'm facing the same issue, my config is exctly the same (with my device info). |
UPDATE: My HA server has automatically added a So maybe this issue is only related to the app? Android only, maybe? |
@Intecpsp The app (both for Android and iPhone) is known to be very picky, yes. It's really quite strange what is causing this. Sadly, I can't reproduce it here :( It could perhaps be related to the timezone - if you're not in Could you maybe try this for me:
Let me know if either of these make it any better. Of course, it's not a permanent solution, but it would provide very useful data on where the problem might be hidden. |
Do you have any idea what "Region" this would be? I have to set that before I can set the actual timezone, and "Europe" is not an option. |
What are the options? Is "Central Europe" or "Northern Europe" an option perhaps? |
There are a lot of options and no form of "Europe" is to be found. Here is a vid I found showing that a region has to be selected before a timezone can be selected. UPDATE: Found it under the |
This doesn't seem to be the fix |
@Intecpsp thank you for testing and reporting back. Just to be complete sure, you tested with the time zone set to "Denmark", and both with your clock to the correct (Danish) time, as well as the current local time? If neither of those things help, then I think it's probably not actually related to time zones after all. |
When I changed to Denmark it auto-populated Copenhagen (the only option) and changed the time (to 10 pm at the time). I ran through the steps you laid out and they did not allow me to pass the timezone page in the Hue app. I did look in my Clock app and it still has "Home" set to my timezone, but did not allow me to change it. |
Are you on Android or iPhone? Surely, there's a way to change the time on your phone? Sometimes, disabling "network time" is needed to manually set the time. If you can find a way to test this on your phone (or any old phone you might have lying around, really), that would be greatly appreciated. The same goes for anyone who sees this error. @BaronAdam, perhaps you are able to help us test these steps as well? Thank you in advance. |
This issue is being opened up following chatter from Discord.
The first part was not being able to get Bifrost connected to Z2M (also HA add-on) or set up it's own bridge. I think the documentation around the config set up can be expanded here to fix that. Below are my configs
Z2M
configuration.yaml
snippetBifrost
config.yaml
snippetsAlso, in the Z2M config in the HA UI (Settings > Add-ons > Zigbee2MQTT > Configuration), go to the
Network
section at the bottom and move theShow disabled ports
slider, then enter8099
in theFrontend tcp-listen port
, thenSave
, andRestart
when prompted.After getting that sorted out (and confirming NOTHING else on the HA server is using ports 80 or 443; oh, and deleting the generated
cert.pem
file for fresh generation) I came across this flow preventing me from adding the bridge to my app. Turns out, it's the Hue account causing issues. So I had to sign out (also, clear all storage from device), and then set up the app again WITHOUT a Hue account.Now we're stuck on the current issue. The app hangs when trying to set up the timezone: video. I can confirm the Bifrost server and Ha server times appear to be in sync.
Update: just tried the dev branch, same behavior.
The text was updated successfully, but these errors were encountered: