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)


Read More...