INDI monthly update. In addition to driver improvements, major code refactoring is in progress by @pawel-soja to modernize and improve INDI aging code.
New forum users, please go here first: indilib.org/forum/new-forum-users.html
Not yet, since this only shows that it is working. You should log the output so that we can find the problem.so here's what it looks like with the command line
nafa@NAFABox:~$ /usr/bin/indiserver -v indi_weatherradio
2021-01-18T22:28:22: startup: /usr/bin/indiserver -v indi_weatherradio
2021-01-18T22:28:22: Driver indi_weatherradio: pid=3666 rfd=3 wfd=6 efd=7
2021-01-18T22:28:22: listening to port 7624 on fd 4
2021-01-18T22:28:22: Driver indi_weatherradio: snooping on GPS Simulator.GEOGRAPHIC_COORD
does it help you understand my problem?
/usr/bin/indiserver -v indi_weatherradio >> /tmp/indiserver.log
I wouldn‘t recommend it, better track down the problem. I have it running for months without a problem.I think it lasts about 7 days. Is there a way to make it reboot automatically every hour at a certain time?
I‘m not so sure what you mean. Is this more than the recording done for the weather radio web page? Take a look at my own instance here: weather.openfuture.de/PS: And something out of the question, since you're so good, would it be possible to get a statistic of the nights?
so that we can know which nights were good during the year.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
sudo apt install rrdtool
rrdtool fetch weather.rrd AVERAGE -s -100d -r 1h
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You need to issue this command from that directory where weather.rrd is located. Should be /usr/local/share/weatherradio or /usr/share/weatherradio.ERROR: opening 'weather.rrd': Aucun fichier ou dossier de ce type
nafa@NAFABox:~$
I also tried to try to decipher the data file, but I think there will be a problem, because the cloud cover depends on a calculation from the sky temperature, as the SQM depends on the Lux value.
So how to do it?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
/usr/bin/indiserver -v indi_weatherradio >> /tmp/indiserver.log
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
[Unit]
Description=INDI server for weather radio
Wants=network-online.target
After=network-online.target
[Service]
Type=simple
User=root
ExecStart=/usr/bin/indiserver -v indi_weatherradio
[Install]
WantedBy=multi-user.target
ExecStart=/usr/bin/indiserver -v indi_weatherradio >> /tmp/weatherradio_output.txt
afa@NAFABox:~$ sudo systemctl start indi-weatherradio.service
afa@NAFABox:~$ tail -f /tmp/weatherradio_output.txt
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.