-
Notifications
You must be signed in to change notification settings - Fork 25
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
Buttons not showing on Raspberry Pi 5 #255
Comments
Indeed. I have the same setup and I don't see the buttons either. |
Exact same for me as well. |
@ionicaalexandru , @ckiefer , @BroncoNS ,
Did you configure the plugin and set some of the buttons "Active"? |
yes, there are active buttons for light and fan |
Yes, active buttons are defined for air filtration. |
|
@ionicaalexandru , @BroncoNS , @hcooper , @patrickcollins12 , @RobinTail This is the information you were looking for:
2024-02-16 10:56:55,677 - octoprint.plugin - DEBUG - Calling on_event on achievements I am running on |
Thank you, @ckiefer First thing I noticed is that the first feed reports all relays inactive, which makes their control buttons invisible. Then I see you're setting the third relay active
But it fails due to an error, which is caused by GPIO driver
Which is unusual and may be an exclusive issue of Raspberry Pi 5. What is also worth to notice:
that OctoRelay is not yet completely tested on on OctoPrint 1.10.x. However, @ionicaalexandru is running on OctoPrint 1.9.3, so it's probably not the cause. Are you, @ckiefer , running on Raspberry 5? |
Here is the solution that reported to solve the issue:
@ckiefer , @ionicaalexandru , @BroncoNS Therefore, consider installing 32-bit version of Raspberry OS: https://www.raspberrypi.com/software/operating-systems/ Note that Raspberry Pi 5 is NOT yet supported by OctoPi (OS) |
Probable related issue: https://sourceforge.net/p/raspberry-gpio-python/tickets/214/ |
For me 32 bit os did not resolve the issue |
Hi, I forked this and used |
@ionicaalexandru , @ckiefer , @BroncoNS and @aaronmussig , I'm glad to announce that thanks to the contribution of @ch3p4ll3 I managed to release version 5.0.0 that supports Raspberry Pi 5 |
Hi,
did someone encounter this issue: octorelay buttons not showing in the navbar?
Im using octoprint 1.9.3 Python 3.11.2 on a Raspberry Pi 5 8Gb Board with default plugins installed
TNX
The text was updated successfully, but these errors were encountered: