A good place to learn the basic properties is the Standard Properties page: www.indilib.org/develop/developer-manual...dard-properties.html
Then you can try the different function with the command indi_setprop to be sure it do what you expect.
I also suggest you start with the mount simulator to prevent unwanted effect on your real mount.

Read More...

You forget indiClient.getProperties();

Read More...

Hi Rob,

I take a look to the file in your beta2 package and find wrong link to your user directory.

ls -l KStars.app/Contents/Frameworks
...
-rwxr-xr-x 1 pch staff 763504 30 nov 06:48 libLimeSuite.20.10-1.dylib
lrwxr-xr-x 1 pch staff 94 30 nov 06:50 libLimeSuite.dylib -> /Users/rlancaste/AstroRoot/KStarsDMG/KStars.app/Contents/Frameworks/libLimeSuite.20.10-1.dylib
-rw-r--r-- 1 pch staff 309008 30 nov 06:48 libPlayerOneCamera.3.dylib
lrwxr-xr-x 1 pch staff 94 30 nov 06:50 libPlayerOneCamera.dylib -> /Users/rlancaste/AstroRoot/KStarsDMG/KStars.app/Contents/Frameworks/libPlayerOneCamera.3.dylib
-rwxr-xr-x 1 pch staff 1145200 30 nov 06:49 libSDL2-2.0.0.dylib
lrwxr-xr-x 1 pch staff 87 30 nov 06:50 libSDL2-2.dylib -> /Users/rlancaste/AstroRoot/KStarsDMG/KStars.app/Contents/Frameworks/libSDL2-2.0.0.dylib
-rw-r--r-- 1 pch staff 4988128 30 nov 06:48 libSVBCameraSDK.1.dylib
lrwxr-xr-x 1 pch staff 91 30 nov 06:50 libSVBCameraSDK.dylib -> /Users/rlancaste/AstroRoot/KStarsDMG/KStars.app/Contents/Frameworks/libSVBCameraSDK.1.dylib
..

Read More...

Sorry, I jump to your second post too quickly.

Anyway the problem is with ccdproc, there is already an issue for that: github.com/astropy/astropy/issues/10977
A proposed solution is to add a default value for BUNIT, I not follow further to see if the proposed solution was merged.

Read More...

The keyword in this list are only "reserved", this meant they cannot be used with another signification.
But they are not mandatory and processing software must expect they are not present. In fact I never see any capture software that add this keyword because it make some sens only after calibration to some physical flux units.

Instead of adding a dummy value like "adu" it is better to report that to astro-pipelines so it can be fixed to work without this keyword.

Read More...

Patrick Chevalley replied to the topic 'Firecapture - Any Luck?' in the forum. 2 years ago

Firecapture do not use INDI, be sure Ekos and indiserver is not started we you use Firecapture. Otherwise you will have conflict accessing the device.

Other possible problem is different ASI library version installed by INDI and Firecapture.

Read More...

For CdC, be sure to follow the link to download the beta version 4.3, the version 4.2.1 comet displacement information is not compatible with the recent version of phd2.

Read More...

No, I never use an Avalon mount. My response is based on the description you make on the first post.

Asiair is a proprietary software we have no idea how it work in detail, it just look like it use INDI to access the mount and other equipment.

You can use StellarMate instead if you want an open system with better support :)

Read More...

In the example the two server communicate, this is the part "RoboFocus"@astropi of the start command of the second server, it indicate the server need to communicate with the other server on astropi when a client need to reach the focuser.

It can work if you can change the Asiair indiserver start command to add : "star2go"@star2goserver

If you cannot change the Asiair server options, this is a question only ZWO can respond.

Read More...