Stellarium / stellarium

Stellarium is a free GPL software which renders realistic skies in real time with OpenGL. It is available for Linux/Unix, Windows and macOS. With Stellarium, you really see what you can see with your eyes, binoculars or a small telescope.
https://stellarium.org
GNU General Public License v2.0
7.55k stars 814 forks source link

Telescope reticule not slewing to target object - points.json file missing #1896

Closed GernotSchreider closed 11 months ago

GernotSchreider commented 2 years ago

Expected Behaviour

when connected to a telescope Stellarium should display the position of the telescope as reticule and update this when slewing to a new target

Actual Behaviour

Describe or maybe attach a screenshot? Stellarium 0.21 does only show an initial (?) position of the telescope reticule and does not update the position when slewing to a new target

Mount_not_tracking_inStellarium

Steps to reproduce

connect to a telescope via ASCOM 6.4 SP1 and observe However when connected to the virtual telescope the reticule is moving to the correct position

System

Logfile

The logfile shows an error related to this issue Loaded plugin "TelescopeControl" [TelescopeControl] Only embedded telescope servers are available. [TelescopeControl] Adding device model: "Meade AutoStar compatible" "Any telescope or telescope mount compatible with Meade's AutoStar controller." "TelescopeServerLx200" 500000 [TelescopeControl] Adding device model: "Meade LX200 (compatible)" "Any telescope or telescope mount compatible with Meade LX200." "TelescopeServerLx200" 500000 [TelescopeControl] Adding device model: "Meade ETX70 (#494 Autostar, #506 CCS)" "Meade's ETX70 with the #494 Autostar controller and the #506 Connector Cable Set." "TelescopeServerLx200" 1500000 [TelescopeControl] Adding device model: "Losmandy G-11" "Losmandy's G-11 telescope mount." "TelescopeServerLx200" 500000 [TelescopeControl] Adding device model: "Wildcard Innovations Argo Navis (Meade mode)" "Wildcard Innovations' Argo Navis DTC in Meade LX200 emulation mode." "TelescopeServerLx200" 500000 [TelescopeControl] Adding device model: "Celestron NexStar (compatible)" "Any telescope or telescope mount compatible with Celestron NexStar." "TelescopeServerNexStar" 500000 [TelescopeControl] Adding device model: "Sky-Watcher SynScan (version 3 or later)" "Any Sky-Watcher mount that uses version 3 or later of the SynScan hand controller." "TelescopeServerNexStar" 500000 [TelescopeControl] Adding device model: "Sky-Watcher SynScan AZ GOTO" "The Sky-Watcher SynScan AZ GOTO mount used in a number of telescope models." "TelescopeServerNexStar" 500000 [TelescopeControl] loadTelescopes(): Deleted node unrecogised as slot: "version" [TelescopeControl] Loaded successfully 2 telescopes. Dubious result: Landscape "Guereins" not calibrated. Opacity test represents mathematical horizon only. Initializing planets GL shaders...

relevant error in logfile missing points.json file SlewDialog::loadPointsFromFile(): No points loaded. File is missing: "C:\Users\gerno\AppData\Roaming\Stellarium\modules\TelescopeControl\points.json" <<<<<<< connectionType: 7 initString: "ASCOM POTH Hub:ASCOM:J2000:POTH.Telescope:true" Creating telescope "ASCOM POTH Hub:ASCOM:J2000:POTH.Telescope:true" ; name/type/equinox/params: "ASCOM POTH Hub" "ASCOM" J2000 "POTH.Telescope:true" TelescopeClientASCOM::TelescopeClientASCOM with telescope name "ASCOM POTH Hub" and ascomDeviceId "POTH.Telescope" If possible, attach the logfile log.txt from your user data directory. Look into the Guide for its location.

GernotSchreider commented 2 years ago

Just wanted to give this update After upgrading to ASCOM 6.5 SP1 and new ASCOM driver the behaviour is correct. So unfortunately I cannot tell which upgrade fixed the bug in Ascom 6.4

gzotti commented 2 years ago

Thank you. Every such feedback counts and can help tracing down issues with the instrument zoo out there! But please test thoroughly, I have read reports that it works for while and then fails. Can you please also disclose your telescope info? I don't use ASCOM. Is this POTH something that is currently in wide use?

GernotSchreider commented 2 years ago

I do have a Explore Scientific EXOS-2 PMC-Eight mount and I use a Meade 8" ACF SC telescope. ASCOM is a widely used platform to handle all sorts of equipment: cameras, focuser, mounts, rotators, dome. I would estimate that 90% of all amateur astrophotographers do use the ASCOM platform, see https://www.ascom-standards.org/ . POTH is a (old) part of the platform to handle communication between applications and the mount, POTH stands for plain old telescope hub. It was replaced in ascom 6.5 with the device hub module but it is still available and some people stick to it. I will monitor it and report back if it fails again. Thank you

luzpaz commented 11 months ago

@GernotSchreider any progress ?

GernotSchreider commented 11 months ago

@luzpaz Thank you for coming back to me. In fact I do not use POTH anymore, I upgraded to DeviceHub in ASCOM as the new standard to connect multiple devices. So far, I did not have these issues any more.

gzotti commented 11 months ago

OK, solution is then using ASCOM6.5 and DeviceHub. Thank you!