×

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

Bi-monthly release with minor bug fixes and improvements

Monitored Device Not Connecting

  • Posts: 1
  • Thank you received: 0
Hi,
I am trying to connect an iOptron AZ Mount Pro using pyindi. My script gets through the first if statement, and tries to connect the monitored device "iEQ", but device_telescope.isConnected() still is not connected after sending connect command. I have the correct indiserver running for my mount.
if not(device_telescope.isConnected()):
telescope_connect[0].s=PyIndi.ISS_ON  # the "CONNECT" switch
        telescope_connect[1].s=PyIndi.ISS_OFF # the "DISCONNECT" switch
        indiclient.sendNewSwitch(telescope_connect)
5 years 2 months ago #35042

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

Time to create page: 0.301 seconds