×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

CPC800 Nexstar and Hibernation

  • Posts: 12
  • Thank you received: 1
Hello Dokeefee
I tried to compile ip-focuser and I also have some errors.
Maybe there is a link?

Philippe

File Attachment:

File Name: erreurip-focus.txt
File Size:2 KB
The following user(s) said Thank You: Derek
5 years 10 months ago #26361
Attachments:

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

  • Posts: 456
  • Thank you received: 76
Thanks! OK I upgraded to indi 1.7.3 from 1.7.1. I've made some changes to the auxremote driver to compile again so its building now.
I also update the readme files for the driver and the java service. Hope its some use to someone.
I havent changed the ip-focuser yet for 1.7.3, I also have not tested the updated 1.7.3 auxremote fully with real hardware.... Job for another day when I'm back in the observatory.
The following user(s) said Thank You: Teseo
5 years 10 months ago #26366

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

  • Posts: 12
  • Thank you received: 1
Thank you Dokeeffe for the new version

test in progress

Philippe
Last edit: 5 years 10 months ago by Baudouin.
5 years 10 months ago #26374
Attachments:

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

  • Posts: 456
  • Thank you received: 76
Cool thats good. Do you also have the java application running which provides the HTTP api the driver uses?
Sorry if its not clear in the README. I should add a diagram. So the driver talks to a HTTP service (see HTTP endpoint in your screenshot) This service does all the heavy logic of talking to the mount. The driver is just a shell and does nothing really complex. I think other mounts like paramount do this too. All the complex logic is in an application (not in the handset or the driver)
So basically you also need to run the java application thats in the app dir. There is a readme in that dir too and it also produces logs.
Derek
5 years 10 months ago #26377

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

  • Posts: 224
  • Thank you received: 14
For start indiwebmanager have to modify:
/usr/share/indi/indi_auxremote.xml
..FROM:
<devGroup group="Telescopes">
        <device label="Celestron AuxRemote">
                <driver name="AuxRmote">indi_auxremote</driver>
                <version>1.0</version>
        </device>
</devGroup>

TO:
<?xml version="1.0" encoding="UTF-8"?>
<driversList>
<devGroup group="Auxiliary">
        <device label="Celestron AuxRemote">
                <driver name="AuxRemote">indi_auxremote</driver>
                <version>1.0</version>
        </device>
</devGroup>
</driversList>

Thx ..bye.
5 years 10 months ago #26420

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

Time to create page: 0.354 seconds