×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

Indiduno and other drivers..

  • Posts: 74
  • Thank you received: 1
Hi, I'm wanting to run indiduino meteo station on a raspi 3+, at the same time as RG11 rain sensor and wiring gpio. If I start an indi server for rg11 and gpio, and then try to start indiduino meteo, it stops the previous server and runs on its own. To start it I use the following command: killall indiserver; rm /tmp/INDIFIFO; mkfifo /tmp/INDIFIFO; indiserver -f /tmp/INDIFIFO & echo start indi_duino -n \"MeteoStation\" -s \"/usr/local/share/indi/meteostation_sk.xml\" >/tmp/INDIFIFO. Which is the file that points to the default skeleton. Maybe possible to change it? I've tried adding an extra indiserver command to the above starter, but it either starts one or the other, or refuses to start. Any help would be great.
cheers
Terry
4 years 4 months ago #46196

Please Log in or Create an account to join the conversation.

  • Posts: 1185
  • Thank you received: 370
Hi Terry,
the startup script of induino meteo starts a stand-alone INDI server, which is wrong in your case. If you want to run both, you need to modify the startup script such that it only issues the echo command starting the induino meteo driver.
— Wolfgang
Last edit: 4 years 4 months ago by Wolfgang Reissenberger.
4 years 4 months ago #46212

Please Log in or Create an account to join the conversation.

Time to create page: 0.390 seconds