Steve, I believe that unfortunately it's not as straightforward as that. It's likely that credentials on the CMS would need creating and it's probably not set up for fine grain permissions.

Read More...

I'd be happy to take on updates. As I mentioned on the Stellamate discord, I have one to add as well.

Read More...

Ed Lee replied to the topic 'Custom Observatory Driver' in the forum. 4 months ago

  1. Yes, you can connect to local and remote INDI servers at the same time.
  2. Yes, the client (Ekos) constructs the GUI from the drivers declared properties.


Read More...

I didn't use Capture sequence scripts. All the KStars interaction for this is via DBus calls & signals. All the Siril interaction is via the siril_commmand.in & siril_command.out pipes.

What I do is test to make sure the Capture job queue is empty and then call the Capture start function. This creates a one frame preview job using the current settings (the same as clicking the Capture start button with no jobs in the table. Once the frame is received I pass it to Siril and watch for the stacked result. When that's ready I pass it back to Ekos for display and start Capture again. Repeat until stopped by the user.

If you want to go a similar route, learning about DBus is a good start. As well as reading around the subject I'd recommend the D-Feet and Bustle applications for manually interacting with and monitoring the DBus interfaces.

Read More...

Hi,
I had a similar thought and have made good progress on implementing it. In my implementation the live stacked image is returned to Ekos and shown in the image preview window on the Manager tab. This is almost ready for release but for one thing - I found a bug in Siril that makes it's piped command handling flakey. I've found the bug and submitted a fix to the Siril team but it's still awaiting review and then the next maintenence release of Siril (1.2.2).

Read More...

Ed Lee replied to the topic 'Errors due to port instability' in the forum. 5 months ago

  1. Any software author can make rules for their requirements. So you end up with multiple applications/drivers trying to claim the same device.
  2. The rules are processed in numeric order.
  3. Higher numbers "win" by overwriting matching rules in lower numbers. There's also priority from where the rules are stored. See www.freedesktop.org/software/systemd/man/latest/udev.html
  4. Mode=0666 is setting permissions. 6 means r/w, there are three of them for owner, group & all users. Ignore the leading 0 for most purposes.
  5. Don't know
  6. Don't know


Read More...

Ed Lee replied to the topic 'Svbony driver issues' in the forum. 6 months ago

The . in front of indi makes it a hidden directory in Linux. To see it in your file browser you'll need to find and select the option for "Show hidden files and directories" (or some similar name). You can also try Ctrl-H as a shortcut for this.

Read More...

Building from source is quite easy thanks to nou's scripts, see indilib.org/forum/development/14271-astr...indi-and-kstars.html
It does take a few hours on a Pi4 though.

Read More...

A very capable DIY solution is the Observatory Control System (OCS) from the author of OnStep. See onstep.groups.io/g/onstep-ocs/wiki.
There is an INDI driver available (that I wrote) but it's still in a beta state. I believe it's complete but there hasn't been a lot of real works testing yet.

Read More...

Ed Lee replied to the topic 'Joystick instegration and usability' in the forum. 7 months ago

Sorry, I don't know enough to directly advise you on this. I also don't have relevant equipment for motivation or testing.

I've found it easiest to find an INDI driver of similar functionality and read through the source to try to understand how it's been done before. You can also refer to the INDI developer manual

Read More...

Ed Lee replied to the topic 'Joystick instegration and usability' in the forum. 7 months ago

"I'm a little confused because I don't found the Indi control panel."

INDI doesn't have a GUI in itself. The client draws it based on the drivers declared properties.

Read More...

No personal information is shared.