Rick Bassham replied to the topic 'INDI Alpaca Driver (WIP)' in the forum. 6 months ago

Whoops, had the repo marked as private. Updated to be public.

Read More...

Rick Bassham created a new topic ' INDI Alpaca Driver (WIP)' in the forum. 6 months ago

I'm investigating whether or not it is feasible to add support for ASCOM Alpaca devices in INDI. Alpaca devices do not require Windows to run, and operate completely on a REST API, with automatic discovery via UDP broadcast.

I've successfully tested a CoverCalibrator with automatic discovery, and I'd like to see if the community sees this as a useful tool.

Here's the link: github.com/rickbassham/indi-alpaca

Read More...

Rick Bassham replied to the topic 'API for Rust' in the forum. 7 months ago

I haven't used Rust, but I wrote some libraries in Go to interface with indi. I haven't updated them in a while, but they should still be good. Might be a good way to at least see it implemented in another language other than C++.

github.com/goastro

Read More...

Give the celestron aux driver a try. It may work with the USB directly.

Read More...

Another option for generating a fits file to solve is using a website like mosaic.darkdragons.space/. It will generate an artificial star field you can use as a "solve and slew" image.

Read More...

Rick Bassham replied to the topic 'V3.6.0 Issue with guiding ?' in the forum. 9 months ago

Does the mount move at all when doing the calibration? If not, I had a similar issue with my CEM120 and needed a firmware update to get it working.

Read More...

Rick Bassham replied to the topic 'New WeeWX JSON driver' in the forum. 10 months ago

Hey Thomas, I can't see anything that would be causing the issue you describe at first glance. Is your weather station on a publicly accessible site? That would make debugging easier for me. Did you build and install directly from source?

Also can you provide the output of:

cat ~/.indi/WeewxJSON_config.xml

It doesn't look like this driver is available on the PPA yet.

Read More...

Hey Michael, unfortunately as the code stands now it is not compatible with older firmware. The commit I linked above changed the command that is sent to the mount for guide pulses, so if your mount isn't moving during calibration or guiding, you'll either need to wait for a driver update to make this compatible with older firmware or update your firmware on the mount.

It appears the reason for the change is that iOptron is deprecating the older commands to do pulse guiding, so the driver was updated to use the new ones. Unfortunately, if you are on an older firmware, your mount won't recognize the new commands.

Can you provide the firmware you are on now? We might be able to make it backwards compatible by checking the firmware version.

Read More...

Ok, it looks like i was on an old firmware for the CEM120. Once updated to the latest firmware from iOptron, it seems to work fine.

Read More...

I think the issue is from github.com/indilib/indi/commit/f3b9ca550...1a86052fd5d6f49e6a12. The mount does not move at all when guide pulses are issued. Anyone else having this problem?

Read More...

Rick Bassham replied to the topic 'AutoFocus from command line' in the forum. 10 months ago

If you are familiar with DBUS, you can control the focus module using that. The focus module DBUS commands are defined in kstars/org.kde.kstars.Ekos.Focus.xml.

Read More...

It would be nice to have a button in the FITS Viewer to open the image in another program, like PixInsight.

Read More...