Hi folks,
I have some questions about the Python module alpyca (3.0.0) for managing devices (maybe a silly question?):
First, I started the ASCOM Remote Server (v7.02) on the PC where the devices are attached, but without launching it automatically with devices connected or driver loaded (server configuration option: "Start with Devices Connected" unchecked).
When I accessed the ASCOM Remote Server from another PC via "http://w.x.y.z:ppppp...figureddevices", I was able to retrieve the list of all devices configured on that server, including the DeviceType "Focuser" with DeviceNumber 0.
However, when I attempted to interact with this focuser via alpyca (e.g., checking its connection status, retrieving its description, driver info, etc.), I received the error: "Device focuser/0 is not configured on the Remote Server."
foc = Focuser("w.x.y.z:ppppp", 0) try: foc.connected = True # or print(foc.description) except AlpacaRequestException as e: print(e)
I don’t understand why, I thought this device was properly configured...
What am I doing wrong?
Many thanks in advance.
Best regards,
Philippe