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
This is indeed possible, but only through the serial interface using the following command:Could be necessary to change the wifi options in any case, like default accesspoint die or any other case.
A quick way to change the SSID is better than have to reupload the code just for change the wifi station settings
s?ssid=<SSID name>&passwd=<password>
Please Log in or Create an account to join the conversation.
Here are two useful commands for you to try to monitor the situation
Check that indi is working
====================
$ ps aux | grep indiserver
You should see a line saying that indiserver is working, it will include the command including indi_weatherradio
Check the output of the logfile
=======================
$ tail -f /tmp/logfilename.txt
Please Log in or Create an account to join the conversation.
% sudo ls -l /tmp/weatherradio_output.txt
% sudo tail /tmp/weatherradio_output.txt
Please Log in or Create an account to join the conversation.
nafa@NAFABox:~$ sudo ls -l /tmp/weatherradio_output.txt
[sudo] Mot de passe de nafa :
ls: impossible d'accéder à '/tmp/weatherradio_output.txt': Aucun fichier ou dossier de ce type
nafa@NAFABox:~$
Please Log in or Create an account to join the conversation.
nafa 704 0.0 0.0 1836 1364 ? Ss févr.11 0:14 /usr/bin/indiserver -v indi_weatherradio >> /tmp/weatherradio_output.txt
$ sudo ls -l /tmp
$ ps aux | grep indiserver
$ sudo killall indiserver
$ indiserver -v indi_weatherradio > ~/logfile.txt
Please Log in or Create an account to join the conversation.
$ ps aux | grep indiserver
$ ps aux | grep indi_
$ ps aux | grep indi_
Please Log in or Create an account to join the conversation.
$ sudo service indi-weatherradio status
● indi-weatherradio.service - INDI server for weather radio
Loaded: loaded (/etc/systemd/system/indi-weatherradio.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2021-02-18 19:26:04 CET; 35s ago
Process: 17439 ExecStart=/usr/bin/indiserver -vv indi_weatherradio >> /tmp/weatherradio_output.txt (code=exited, status=1/FAILURE)
Main PID: 17439 (code=exited, status=1/FAILURE)
févr. 18 19:26:04 NAFABox systemd[1]: Started INDI server for weather radio.
févr. 18 19:26:04 NAFABox indiserver[17439]: 2021-02-18T18:26:04: startup: /usr/bin/indiserver -vv indi_weatherradio >> /tmp/weatherradio_output.txt
févr. 18 19:26:04 NAFABox indiserver[17439]: 2021-02-18T18:26:04: Driver indi_weatherradio: pid=17442 rfd=3 wfd=6 efd=7
févr. 18 19:26:04 NAFABox indiserver[17439]: 2021-02-18T18:26:04: Driver >>: pid=17443 rfd=4 wfd=9 efd=10
févr. 18 19:26:04 NAFABox indiserver[17439]: 2021-02-18T18:26:04: Driver /tmp/weatherradio_output.txt: pid=17444 rfd=5 wfd=12 efd=13
févr. 18 19:26:04 NAFABox indiserver[17439]: 2021-02-18T18:26:04: bind: Address already in use
févr. 18 19:26:04 NAFABox indiserver[17439]: Child process 17444 died
févr. 18 19:26:04 NAFABox indiserver[17439]: 2021-02-18T18:26:04: good bye
févr. 18 19:26:04 NAFABox systemd[1]: indi-weatherradio.service: Main process exited, code=exited, status=1/FAILURE
févr. 18 19:26:04 NAFABox systemd[1]: indi-weatherradio.service: Failed with result 'exit-code'.
nafa@NAFABox:~$
Please Log in or Create an account to join the conversation.
There is an indiserver instance already running. To stop it, callfévr. 18 19:26:04 NAFABox indiserver[17439]: 2021-02-18T18:26:04: bind: Address already in use
févr. 18 19:26:04 NAFABox indiserver[17439]: Child process 17444 died
févr. 18 19:26:04 NAFABox indiserver[17439]: 2021-02-18T18:26:04: good bye
sudo killall indiserver
sudo service indi-weatherradio stop
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
pip install rrdtool
sudo pip install rrdtool
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.