-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOptronV3 - Track mode automatically changes to Lunar #1681
Comments
Need mount logs to see what triggers this. Please attach the logs. |
Hello @knro , I'm gonna recheck it from scratch cause I just gave up 4 months ago when I started the thread on indilib. My bad, I should have reported directly here. As far as I can understand the pasted text there is not any useful correct? |
I can't read it, it needs to be attached as a file. Mount logging must be enabled before logs are collected for that. |
@knro I've just tried it and after just slew to a random area the issue came up . I hope this file to be ok. |
@knro When you have time, please just confirm that is the correct log that you were looking for. |
@knro Any idea for this please? |
No debug tracking in there. You checked both INDI + Mount (under drivers)? If yes, go to iOptron --> Options and make sure all the debug checkboxes are on. Because the log does not show the verbose logs we need to diagnose this. |
@knro Finally I've managed to install indi & Kstars on a fresh unit and I can replicate the issue instantly. Here is the correct full log I think this time. PS. I can see into the log that says "mount movement, calibration" etc. The mount is not moving or slewing. |
…event any character remaining on buffer that do not get cleared for some reason by the IO flush. This might help fix issues reported in #1681
@evripidis Thank you that was helpful. Please try to update from latest INDI from Git and report back with the log (even if it works, upload the logs). |
@knro I do not know if this has to do with the wifi option, but after installing the latest version, (and trying to troubleshoot the Toupcam issue) my mount crashes. Logs here |
After timeout apparently the mount starts sending the previous command response.. I added a workaround. Can you test? it needs to be compile from libindi master. If you confirm it fixes the issue, I'll publish an update to the package. |
@knro Ok I could say I'm officially lost.. Tried to compile INDI, tried to install individually the required drivers and libraries and now, I can't load my profile cause says "Ekos requires at least on CCD or guider to operate". I've tried to create a new profile and the toupcam drivers are not there... :-/ I see them libtoupcam into my Project folder but Ekos is not :-( EDIT: Maybe it would be better for me just to wait for a nightly (timeframe?) that will include this and follow that path. |
After many hours messing around and trying to fix duplicates, overrides, discontinuities etc. I had no luck... Thank fully I had TimeShfit on so it was quite easy to revert back. @knro It would be great if you pass tho changed to the nightly so I could continue there the troubleshooting. Just give me a heads up. Until then, back to the cable :-( |
Is there a chance you can setup teamviewer? this would be much quicker. |
Of course, no problem, any time! |
ok please send email to support@stellarmate.com with the login details (ID + Password) and make sure the mount is connected. |
Consider it done |
@knro Please take a look on this thread: https://www.indilib.org/forum/ekos/10122-meridian-flip-not-triggering.html?start=12#84944 Is it possible those changes above to trigger this issue in MF ? |
@knro Something is going on with the driver. I've created a new profile, only with the mount (connected with usb & HC) and CCD simulator and after a few minutes tracking I can see errors again and goes to idle. |
I see it. No commands given. It's either power issue or something wrong in the mount electronics/hardware. This is not a software issue. |
Please ignore the previous log, it is not from a fresh profile. This is the correct one. |
No differences. |
It seems that the latest changes resolved the issue |
Hello @knro Any idea why is that back ? |
From the logs:
You see it is issued Go home :MH and instead of responding by "1" as expected, we get "+" which is part of the :GLS response. and then the "1" is receipved later on. Maybe you can increase driver polling from 1000 to 2000 and see if this improves this. |
@knro It seemed to be promising at the begging but then I had this
|
Hello @knro I am facing again the same (?) error |
I created a PR 1093 that needs to be tested. Please report back. |
@evripidis Were you able to test the PR? I cannot merge the PR without confirmation that it works over extended periods of time. |
@knro I didn't have much time, I've tried only with the hand controller connected, with no issue just like the last time. So I can verify that the issue appears only when the mount is connected via wifi. Since the last time, I've changed my mini PC, so there is a different wifi chip. Probably something has to do with mount's wifi ? With the code? At least there are no disconnections. |
So WiFi was problematic and you could not test WiFi connection with this PR yet, correct? |
No, wifi works fine. The mini PC (stellarmate) automatically connects to the mount's wifi hotspot with no dropped connections. I'm sure there is nothing wrong with mini PC's wifi chip, cause I've already tested it with two different models. A few months ago I saw that I have no errors if I connect my mount to the mini PC via the Hand controller and USB cable. So from my point of view - I am far more than an expert:
(Yes, I didn't try this PR version yet.) |
Thanks, let me know when you have time to test the PR yet since I need confirmation is works OK without any regressions. |
Hi @knro I have also commented on #1903, but wanted to include @evripidis in the reply. As I mentioned, I am getting the same reported errors: I am no SW expert, so I would need a new indi_ioptronv3_telescope driver file with the fix to be able to test it on my system. Could you please send it to me? If so I will gladly test. Thanks! |
I was connecting my mount to Stellarmate's wifi hotspot. Now after this thread https://indilib.org/forum/ekos/14026-has-anyone-controlled-an-ioptron-mount-over-wifi-from-ekos.html I had the idea to connect my mount directly to my home wifi. That it was a success but the issue remains. |
This issue has been inactive for 60 days and is being marked as stale. |
This issue has been closed due to inactivity. |
Describe the bug
"indi_ioptronv3_telescope"
When you are connected to mount's internal wifi hotspot, the track mode automatically changes from Sidereal to Lunar. This doesn't occur when you are connected through hand controller.
Indilib thread: https://www.indilib.org/forum/ekos/11170-track-mode-automatically-changes-to-lunar.html
To Reproduce
Exact steps to reproduce the behavior.
Expected behavior
Not changing the track mode.
The text was updated successfully, but these errors were encountered: