If the indi-allsky web interface no longer accepts your user name or password – or if you have forgotten them – you can easily reset the data.
Hide camera with indi-allsky
indi-allsky has found two cameras on my computer – no idea why. Only one of the two cameras is emitting images, so I have hidden the “wrong” camera.
Switch off the red and green LEDs on the Raspberry Pi 5
If you want to slow down the light LED fireworks of your Raspberry, you can permanently switch off the red and green LEDs on the Raspberry Pi 5. To do this, the config.txt under /boot/firmware must be edited. This can be done with the text editor nano, for example:
sudo nano /boot/firmware/config.txt
Then add the following lines to the end of the file, save and reboot the Raspberry using sudo reboot:
dtparam=pwr_led_trigger=default-on dtparam=pwr_led_activelow=off dtparam=act_led_trigger=none dtparam=act_led_activelow=off dtparam=eth_led0=4 dtparam=eth_led1=4
November 27, 2024: Up and Running!
After months of planning, research, 3D printing and coordination with Pavle from Deep Sky Dad, today is the day: There we are – up and running!
This is what the first picture looked like (yes, really bad weather…!):

Deactivating Wifi and Bluetooth on a Raspberry Pi 5
Since I have connected my Allsky camera to my router via Ethernet cable, I don’t need Bluetooth or Wifi on my Raspberry Pi 5. Both can be permanently deactivated with two lines.
And this is how it works: