×

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

Bi-monthly release with minor bug fixes and improvements

Remote Observatory with INDI/Ekos

  • Posts: 10
  • Thank you received: 1
Hello everyone,
I want to use INDI/Ekos for a remote(maybe automatic) Observatory. The devices used will be a 10 Micron GM 3000 HPS with a Planewave CDK 17" and a TEC APO140ED. The Planewave has a Planewave Focuser and a Delta-T Heater. We have many ZWO Cameras to use. I just wanted to know if you have any tips, or if I should just go for it and install INDI.
 
The following user(s) said Thank You: Jasem Mutlaq
2 years 10 months ago #71123

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

Welcome to INDI forums. Yes, all the devices you listed are supported in INDI.
The following user(s) said Thank You: Nicholas Dahlke
2 years 10 months ago #71148

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

  • Posts: 249
  • Thank you received: 62
Given the equipment you listed I would say you are already an experienced remote user but just a couple of question to better focus any advice or tip.
By remote you mean the equipment is located in your backyard and managed from inside your house or the telescope is hosted in some remote farm?
Is your observatory already remote and you are migrating to INDI/Ekos or is the very first time managing a telescope from remote?

ferrante
 
2 years 10 months ago #71153

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

  • Posts: 10
  • Thank you received: 1
Thanks for your reply, the equipment will be located about 40 Minutes away from my home, so it will be easy to reach, but not quite as easy as backyard. The equipment is also not owned by me, it is owned by a Student Science Center in Lörrach, Germany, but I help with the computer stuff. The observatory is half remote already, but there are a few things missing, like a proper control for the roll-off roof(We are working on that) or motorized covers for the telescopes. The main thing missing was proper software to control everything, at the moment it is managed by a mess of programs on Windows, but I think I found the proper software with INDI/Ekos.
 
2 years 10 months ago #71160

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

That sounds quite exciting, let us know how it goes. You can easily manage the roof and covers by INDI as well.
2 years 10 months ago #71175

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

  • Posts: 249
  • Thank you received: 62
If the roof controller is a custom one,  you will have to write your own indi driver to manage it from ekos. As an alternative  I suggest to use the Dome scripting gateway driver that only requires custom scripts (in any language) as interface to the dome.

Sometime you'll have to restart all devices if needed. Have you considered power hubs like Pegasus upb, ip controlled plug (eg EZoutlet) or observatory controllers like Lunatico Dragonfly?
2 years 10 months ago #71202

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

  • Posts: 10
  • Thank you received: 1
Thank you for the tip, I think I will use the Dome Scripting Gateway, the roof will be controlled by a Siemens LOGO, so I think it's easier to implement that with Python. For restarting the devices, the company Baader installed a remote Switching Device(www.gude.info/monitoring/remote-io/exper...-control-2302-1.html), but I haven't figured out how to use it with INDI, it has a HTTP Interface(wiki.gude.info/EPC_HTTP_Interface), so it probably could be done but I haven't figured out how yet.
2 years 10 months ago #71203

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

  • Posts: 104
  • Thank you received: 21
I am wondering which is the recommended set-up:

Use INDI/kstars/ekos on your local computer <---indi--> remote computer <-> Observatory

or use VNC or similar:

VNC client <---- pictures of desktop --> remote computer (with indi locally) <-> Observatory?
2 years 10 months ago #71232

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

  • Posts: 10
  • Thank you received: 1
I would say your first suggestion is better, If you install INDI Web Manager, you can start INDI without using things like VNC or SSH. You also can use the INDI Watchdog Device (www.indilib.org/aux/watchdog.html), which wouldn't be possible if you use VNC(It would be pssible but useless). So in my opinion, install INDI on the remote computer and connect to it from you local computer via Kstars/Ekos. That's at least what I think, if I'm wrong, please correct me.
2 years 10 months ago #71234

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

  • Posts: 249
  • Thank you received: 62
in my experience it depends on network latency and bandwidth. If you separate the client from the server on different PCs, then all communication has to go through the network.
So, when guiding, all pulses travel back and forth and tracking could be affected by high latency; when focusing all images have to be send to the client consuming bandwidth etc.
If it's a LAN or a fast internet connection first option could work just fine.
In a remote location where only satellite network works the only way is connecting through a remote session on a local computer.
I switched from first option to the second when I moved my telescope from a 100Mb/s observatory to a remote one where connection speed (shared!) is 3Mb/s at best.
 
2 years 10 months ago #71237

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

  • Posts: 79
  • Thank you received: 25
For an automatic observation (without a human intervention) I thing it's better to install Ekos int the remote site, since you eliminate one point of failure (internet connection). 
Also, this allows you to connect from different locations/computers without having to install/configure Ekos in many computers.

On the other hand, the indi webserver option provides more security if multiple users have access to the telescope, avoiding any uauthorized user mess up the remote computer.

Take a look to Indihub (indihub.space) , and may give a try to taste what indi webserver can deliver.

 
2 years 10 months ago #71242

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

  • Posts: 268
  • Thank you received: 72
Hi Nicholas

A warm welcome to the INDI-Comunity from my side too!

I'm the responsible of the observatory of a grammar school in Switzerland about 15km from my home. Like you I wanted to be able to control all devices remotely trough the intra-/internet. I was using LINUX for more than 20 years and so I decided to deploy a LINUX-driven PC at the observatory. Four years ago I installed the KStars/EKOS/INDI-Combo and I never regretted it!

Perhaps the most interesting point for you is our twofold rolloff roof controlled by a Siemens LOGO for which I wrote a driver that works seamless with the INDILIB framework. Due to the lack of a good documentation I didn't yet publish it but the driver works very stable and reliable. It is using the 'modbus'-protocol to connect to the LOGO via 'ethernet' and control two relays (open roof / close roof) by internal flags. Additionally there are 4 switches checking the position of the two parts of the roof individually.

I think there should be no problem to adapt the driver for your needs. If you are interested I can push the programming code to my repository on GITHUB so you can check it.

   

By the way: We are using 'indi-web' to connect a KStars/EKOS-Client to the INDI-Server working on a NUC in the observatory. (The NUC and all the devices are always powered on.) This works outstanding well! There is only one drawback, when I'm working over the internet: If the connection is slow the internal guiding failes because there are time lags for the correcting pulses. Using the PHD2-server on the NUC however solves this problem. It would be nice if we had some sort of an "internal guiding server" in INDILIB communicating with an corresponding EKOS-client similar to PHD2.

Antonio
The following user(s) said Thank You: Alfred, Radmilo Felix, Nicholas Dahlke
Last edit: 2 years 10 months ago by Toni Schriber.
2 years 10 months ago #71256
Attachments:

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

Time to create page: 0.344 seconds