-
Notifications
You must be signed in to change notification settings - Fork 24
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
Problem displaying new modules on overlay #157
Comments
Have you looked over the documentation on howto add variables? Most of the modules provide variables that you can use in the overlay editor |
Of course, it's in the overlay editor that I don't see them, in the all modules section |
I have installed additional modules, the temperature, humidity work and I display them, while the rain sensor does not work, the module practically does not create the .json file in the extra folder and does not create the variables to put on top, same thing for open weather map |
Could the malfunction of the rain detector be the fault of the GPIO which seems to be managed differently in the Raspberry 5 than in the Raspberry 4? I'm using an RPi5 |
In the main allsky settings set the debug level to 4 and have a look in the following files and see if any errors are being generated /var/log/allsky.log Cheers Alex |
in this log (/var/log/allskyperiodic.log) it gives me an error. 2024-08-19T19:16:11.938687+02:00 allsky allskperiodic[98714]: INFO: ----------------------- Running Module allsky_temp.py ----------------------- |
Fixed the weather issue, it was an error in the API key. the problem of the rain sensor remains |
I fixed the rain sensor issue on the GPIO ports. on raspberry 5 the GPIO ports are managed differently, you need to uninstall python3-rpi.gpio and install python3-rpi-lgpio, it works now. the commands are as follows: |
Is this a recent install of Allsky? The current release should install those libraries for you. I am curious as to why they were not there Cheers Alex |
Yes, Installing with latest OS version on RPi5 and latest version of allskycam. 🤷 |
That is indeed odd. I'll run some tests as I need to rebuild one of my dev cameras Alex |
There has been a kernel update that has caused issues with gpio in some areas. I am looking to see if this is the same issue, it does appear to be |
I installed the external modules but when I activate for example the weather forecast module, I don't see it in the overlay, what should I do?
The text was updated successfully, but these errors were encountered: