Skip to content
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

Configuration won’t pass the check, circle just keeps rotating and never validates. #27

Open
dobakszilard opened this issue Aug 1, 2024 · 7 comments

Comments

@dobakszilard
Copy link

Any recent updates on this project? Added repo and downloaded successfully.
But after adding
camera:

  • platform: skyfield
    show_constellations: false

Configuration won’t pass the check, circle just keeps rotating and never validates.

@partofthething
Copy link
Owner

Hey thanks for the report. I haven't seen that but I haven't updated home assistant for a few months so I'll have to check it out.

@dobakszilard
Copy link
Author

Thank you very much! Please let me know if there are any changes.

@dobakszilard
Copy link
Author

@partofthething

The problem is with matplotlib (RPI4) since using python 3.12 after HA core 2024.2. Couldn't you replace matplotlib with something else?

@partofthething
Copy link
Owner

partofthething commented Aug 4, 2024

sounds like the same issue as #24 then. The entire UI is built by a specific matplotlib, so it's non-trivial to swap out. Sure we could plot it on something else but that'd be kind of a pain. What happened to make it harder to install matplotlib, I wonder? Maybe it's just a version pinning thing. Certainly matplotlib works fine on python 3.12 in general.

Oh wait maybe not. Since this is pi4 specific, I think this is the same issue as home-assistant/core#111732.

@timothybuchanan
Copy link

After reading that this issue was specific to the RPi4, I tried it again on my RPi5. Same problem as before; configuration.yaml won't pass the check.

@partofthething
Copy link
Owner

I noticed in the HAOS ticket that people are reporting the same problem on rpi5 and rpi4. Non-rpi platforms seem to be ok. I'm trying to build HAOS now to see if I can figure anything out.

@corbrink
Copy link

corbrink commented Aug 4, 2024

I'm having the same issue on Pi5. I actually didn't bother anymore becasue its been like this for months already. I hope you can get it working again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants