Giter Club home page Giter Club logo

Comments (23)

aaronwmorris avatar aaronwmorris commented on June 16, 2024 2

I have not used NoMachine in about 10 years, but that is fine.

I was able to get your camera operational. This is some new bug in indi 2.0.5 related to the ZWO ASI SDK and it appears to only affect specific models of cameras (it does not affect my ASI678MC). There is a new variable, GPSStartLine, and the default value in the driver is invalid. Behind the scenes in INDI, when you configure a variable in a property like CCD_CONTROLS, you have to set all values in the series and Gain and GPSStartLine are in the same series. When indi-allsky was trying to set the Gain, it also has to set the GPSStartLine, which it uses the existing value, and that value is invalid, resulting the exception you saw.

I found this reference to the same issue in the INDI forums: https://www.indilib.org/forum/ccds-dslrs/14057-asi1600-and-gpsstartline.html

You can see the configuration in the indi configuration now that sets GPSStartLine to a sane value and now everything works.

{
    "PROPERTIES" : {
        "CCD_CONTROLS" : {
            "GPSStartLine" : 0
        }
    },
    "SWITCHES" : {}
}

from indi-allsky.

aaronwmorris avatar aaronwmorris commented on June 16, 2024 1

If you mean there are two cameras in the indi-allsky web interface, that can happen occasionally with INDI upgrades. The indi-allsky interface is capable of supporting multiple cameras simultaneously.

The way indi-allsky distinguishes one camera from another is by the name reported by INDI. There is no other unique indicator. Unfortunately, INDI can change the camera name between versions. I have never seen this happen with ZWO cameras, but it has happened previously.

from indi-allsky.

aaronwmorris avatar aaronwmorris commented on June 16, 2024

I wonder if some of the parameters have changed in indi 2.0.5. After trying to start indi-allsky, can you run indi_getprop and post the output here

from indi-allsky.

evripidis avatar evripidis commented on June 16, 2024

You mean that?

lubuntu@lubuntu-ami:~/indi-allsky$ indi_getprop
ZWO CCD ASI224MC.CONNECTION.CONNECT=On
ZWO CCD ASI224MC.CONNECTION.DISCONNECT=Off
ZWO CCD ASI224MC.DRIVER_INFO.DRIVER_NAME=ZWO CCD
ZWO CCD ASI224MC.DRIVER_INFO.DRIVER_EXEC=indi_asi_ccd
ZWO CCD ASI224MC.DRIVER_INFO.DRIVER_VERSION=2.3
ZWO CCD ASI224MC.DRIVER_INFO.DRIVER_INTERFACE=6
ZWO CCD ASI224MC.POLLING_PERIOD.PERIOD_MS=1000
ZWO CCD ASI224MC.DEBUG.ENABLE=Off
ZWO CCD ASI224MC.DEBUG.DISABLE=On
ZWO CCD ASI224MC.SIMULATION.ENABLE=Off
ZWO CCD ASI224MC.SIMULATION.DISABLE=On
ZWO CCD ASI224MC.CONFIG_PROCESS.CONFIG_LOAD=Off
ZWO CCD ASI224MC.CONFIG_PROCESS.CONFIG_SAVE=Off
ZWO CCD ASI224MC.CONFIG_PROCESS.CONFIG_DEFAULT=Off
ZWO CCD ASI224MC.CONFIG_PROCESS.CONFIG_PURGE=Off
ZWO CCD ASI224MC.ACTIVE_DEVICES.ACTIVE_TELESCOPE=Telescope Simulator
ZWO CCD ASI224MC.ACTIVE_DEVICES.ACTIVE_ROTATOR=Rotator Simulator
ZWO CCD ASI224MC.ACTIVE_DEVICES.ACTIVE_FOCUSER=Focuser Simulator
ZWO CCD ASI224MC.ACTIVE_DEVICES.ACTIVE_FILTER=CCD Simulator
ZWO CCD ASI224MC.ACTIVE_DEVICES.ACTIVE_SKYQUALITY=SQM
ZWO CCD ASI224MC.CCD_EXPOSURE.CCD_EXPOSURE_VALUE=1
ZWO CCD ASI224MC.CCD_ABORT_EXPOSURE.ABORT=Off
ZWO CCD ASI224MC.CCD_FRAME.X=0
ZWO CCD ASI224MC.CCD_FRAME.Y=0
ZWO CCD ASI224MC.CCD_FRAME.WIDTH=1304
ZWO CCD ASI224MC.CCD_FRAME.HEIGHT=976
ZWO CCD ASI224MC.CCD_BINNING.HOR_BIN=1
ZWO CCD ASI224MC.CCD_BINNING.VER_BIN=1
ZWO CCD ASI224MC.CCD_CAPTURE_FORMAT.ASI_IMG_RAW8=Off
ZWO CCD ASI224MC.CCD_CAPTURE_FORMAT.ASI_IMG_RGB24=Off
ZWO CCD ASI224MC.CCD_CAPTURE_FORMAT.ASI_IMG_Y8=Off
ZWO CCD ASI224MC.CCD_CAPTURE_FORMAT.ASI_IMG_RAW16=On
ZWO CCD ASI224MC.CCD_TRANSFER_FORMAT.FORMAT_FITS=On
ZWO CCD ASI224MC.CCD_TRANSFER_FORMAT.FORMAT_NATIVE=Off
ZWO CCD ASI224MC.CCD_TRANSFER_FORMAT.FORMAT_XISF=Off
ZWO CCD ASI224MC.CCD_INFO.CCD_MAX_X=1304
ZWO CCD ASI224MC.CCD_INFO.CCD_MAX_Y=976
ZWO CCD ASI224MC.CCD_INFO.CCD_PIXEL_SIZE=3.75
ZWO CCD ASI224MC.CCD_INFO.CCD_PIXEL_SIZE_X=3.75
ZWO CCD ASI224MC.CCD_INFO.CCD_PIXEL_SIZE_Y=3.75
ZWO CCD ASI224MC.CCD_INFO.CCD_BITSPERPIXEL=16
ZWO CCD ASI224MC.CCD_COMPRESSION.INDI_ENABLED=Off
ZWO CCD ASI224MC.CCD_COMPRESSION.INDI_DISABLED=On
ZWO CCD ASI224MC.TELESCOPE_TIMED_GUIDE_NS.TIMED_GUIDE_N=0
ZWO CCD ASI224MC.TELESCOPE_TIMED_GUIDE_NS.TIMED_GUIDE_S=0
ZWO CCD ASI224MC.TELESCOPE_TIMED_GUIDE_WE.TIMED_GUIDE_W=0
ZWO CCD ASI224MC.TELESCOPE_TIMED_GUIDE_WE.TIMED_GUIDE_E=0
ZWO CCD ASI224MC.CCD_FRAME_TYPE.FRAME_LIGHT=On
ZWO CCD ASI224MC.CCD_FRAME_TYPE.FRAME_BIAS=Off
ZWO CCD ASI224MC.CCD_FRAME_TYPE.FRAME_DARK=Off
ZWO CCD ASI224MC.CCD_FRAME_TYPE.FRAME_FLAT=Off
ZWO CCD ASI224MC.CCD_CFA.CFA_OFFSET_X=0
ZWO CCD ASI224MC.CCD_CFA.CFA_OFFSET_Y=0
ZWO CCD ASI224MC.CCD_CFA.CFA_TYPE=RGGB
ZWO CCD ASI224MC.SCOPE_INFO.FOCAL_LENGTH=0
ZWO CCD ASI224MC.SCOPE_INFO.APERTURE=0
ZWO CCD ASI224MC.WCS_CONTROL.WCS_ENABLE=Off
ZWO CCD ASI224MC.WCS_CONTROL.WCS_DISABLE=On
ZWO CCD ASI224MC.UPLOAD_MODE.UPLOAD_CLIENT=On
ZWO CCD ASI224MC.UPLOAD_MODE.UPLOAD_LOCAL=Off
ZWO CCD ASI224MC.UPLOAD_MODE.UPLOAD_BOTH=Off
ZWO CCD ASI224MC.UPLOAD_SETTINGS.UPLOAD_DIR=/home/lubuntu
ZWO CCD ASI224MC.UPLOAD_SETTINGS.UPLOAD_PREFIX=IMAGE_XXX
ZWO CCD ASI224MC.CCD_FAST_TOGGLE.INDI_ENABLED=Off
ZWO CCD ASI224MC.CCD_FAST_TOGGLE.INDI_DISABLED=On
ZWO CCD ASI224MC.CCD_FAST_COUNT.FRAMES=1
ZWO CCD ASI224MC.CCD_VIDEO_STREAM.STREAM_ON=Off
ZWO CCD ASI224MC.CCD_VIDEO_STREAM.STREAM_OFF=On
ZWO CCD ASI224MC.STREAM_DELAY.STREAM_DELAY_TIME=0
ZWO CCD ASI224MC.STREAMING_EXPOSURE.STREAMING_EXPOSURE_VALUE=0.10000000000000000555
ZWO CCD ASI224MC.STREAMING_EXPOSURE.STREAMING_DIVISOR_VALUE=1
ZWO CCD ASI224MC.FPS.EST_FPS=30
ZWO CCD ASI224MC.FPS.AVG_FPS=30
ZWO CCD ASI224MC.RECORD_STREAM.RECORD_ON=Off
ZWO CCD ASI224MC.RECORD_STREAM.RECORD_DURATION_ON=Off
ZWO CCD ASI224MC.RECORD_STREAM.RECORD_FRAME_ON=Off
ZWO CCD ASI224MC.RECORD_STREAM.RECORD_OFF=On
ZWO CCD ASI224MC.RECORD_FILE.RECORD_FILE_DIR=/home/lubuntu/indi__D_
ZWO CCD ASI224MC.RECORD_FILE.RECORD_FILE_NAME=indi_record__T_
ZWO CCD ASI224MC.RECORD_OPTIONS.RECORD_DURATION=1
ZWO CCD ASI224MC.RECORD_OPTIONS.RECORD_FRAME_TOTAL=30
ZWO CCD ASI224MC.CCD_STREAM_FRAME.X=0
ZWO CCD ASI224MC.CCD_STREAM_FRAME.Y=0
ZWO CCD ASI224MC.CCD_STREAM_FRAME.WIDTH=1304
ZWO CCD ASI224MC.CCD_STREAM_FRAME.HEIGHT=976
ZWO CCD ASI224MC.CCD_STREAM_ENCODER.RAW=On
ZWO CCD ASI224MC.CCD_STREAM_ENCODER.MJPEG=Off
ZWO CCD ASI224MC.CCD_STREAM_RECORDER.SER=On
ZWO CCD ASI224MC.LIMITS.LIMITS_BUFFER_MAX=512
ZWO CCD ASI224MC.LIMITS.LIMITS_PREVIEW_FPS=10
ZWO CCD ASI224MC.CCD_TEMPERATURE.CCD_TEMPERATURE_VALUE=14
ZWO CCD ASI224MC.CCD_CONTROLS.Gain=200
ZWO CCD ASI224MC.CCD_CONTROLS.WB_R=52
ZWO CCD ASI224MC.CCD_CONTROLS.WB_B=95
ZWO CCD ASI224MC.CCD_CONTROLS.Offset=1
ZWO CCD ASI224MC.CCD_CONTROLS.BandWidth=80
ZWO CCD ASI224MC.CCD_CONTROLS.AutoExpMaxGain=300
ZWO CCD ASI224MC.CCD_CONTROLS.AutoExpMaxExpMS=30000
ZWO CCD ASI224MC.CCD_CONTROLS.AutoExpTargetBrightness=100
ZWO CCD ASI224MC.CCD_CONTROLS.HardwareBin=0
ZWO CCD ASI224MC.CCD_CONTROLS.HighSpeedMode=0
ZWO CCD ASI224MC.CCD_CONTROLS.MonoBin=0
ZWO CCD ASI224MC.CCD_CONTROLS.GPSStartLine=53248
ZWO CCD ASI224MC.CCD_CONTROLS.GPSEndLine=259
ZWO CCD ASI224MC.CCD_CONTROLS_MODE.AUTO_Gain=Off
ZWO CCD ASI224MC.CCD_CONTROLS_MODE.AUTO_WB_R=Off
ZWO CCD ASI224MC.CCD_CONTROLS_MODE.AUTO_WB_B=Off
ZWO CCD ASI224MC.CCD_CONTROLS_MODE.AUTO_BandWidth=Off
ZWO CCD ASI224MC.FLIP.FLIP_HORIZONTAL=Off
ZWO CCD ASI224MC.FLIP.FLIP_VERTICAL=Off
ZWO CCD ASI224MC.CCD_VIDEO_FORMAT.ASI_IMG_RAW8=Off
ZWO CCD ASI224MC.CCD_VIDEO_FORMAT.ASI_IMG_RGB24=Off
ZWO CCD ASI224MC.CCD_VIDEO_FORMAT.ASI_IMG_Y8=Off
ZWO CCD ASI224MC.CCD_VIDEO_FORMAT.ASI_IMG_RAW16=On
ZWO CCD ASI224MC.BLINK.BLINK_COUNT=0
ZWO CCD ASI224MC.BLINK.BLINK_DURATION=0
ZWO CCD ASI224MC.ADC_DEPTH.BITS=12
ZWO CCD ASI224MC.SDK.VERSION=1, 32, 0, 0
ZWO CCD ASI224MC.Serial Number.SN#=2325120521080900
ZWO CCD ASI224MC.NICKNAME.nickname=
ZWO CCD ASI224MC.ACTIVE_DEVICES.ACTIVE_TELESCOPE=Telescope Simulator
ZWO CCD ASI224MC.ACTIVE_DEVICES.ACTIVE_ROTATOR=Rotator Simulator
ZWO CCD ASI224MC.ACTIVE_DEVICES.ACTIVE_FOCUSER=Focuser Simulator
ZWO CCD ASI224MC.ACTIVE_DEVICES.ACTIVE_FILTER=CCD Simulator
ZWO CCD ASI224MC.ACTIVE_DEVICES.ACTIVE_SKYQUALITY=SQM
ZWO CCD ASI224MC.CCD_VIDEO_STREAM.STREAM_ON=Off
ZWO CCD ASI224MC.CCD_VIDEO_STREAM.STREAM_OFF=On
ZWO CCD ASI224MC.STREAMING_EXPOSURE.STREAMING_EXPOSURE_VALUE=0.10000000000000000555
ZWO CCD ASI224MC.STREAMING_EXPOSURE.STREAMING_DIVISOR_VALUE=1
ZWO CCD ASI224MC.FPS.EST_FPS=30
ZWO CCD ASI224MC.FPS.AVG_FPS=30
ZWO CCD ASI224MC.RECORD_STREAM.RECORD_ON=Off
ZWO CCD ASI224MC.RECORD_STREAM.RECORD_DURATION_ON=Off
ZWO CCD ASI224MC.RECORD_STREAM.RECORD_FRAME_ON=Off
ZWO CCD ASI224MC.RECORD_STREAM.RECORD_OFF=On
ZWO CCD ASI224MC.RECORD_FILE.RECORD_FILE_DIR=/home/lubuntu/indi__D_
ZWO CCD ASI224MC.RECORD_FILE.RECORD_FILE_NAME=indi_record__T_
ZWO CCD ASI224MC.RECORD_OPTIONS.RECORD_DURATION=1
ZWO CCD ASI224MC.RECORD_OPTIONS.RECORD_FRAME_TOTAL=30
ZWO CCD ASI224MC.CCD_STREAM_FRAME.X=0
ZWO CCD ASI224MC.CCD_STREAM_FRAME.Y=0
ZWO CCD ASI224MC.CCD_STREAM_FRAME.WIDTH=1304
ZWO CCD ASI224MC.CCD_STREAM_FRAME.HEIGHT=976
ZWO CCD ASI224MC.CCD_STREAM_ENCODER.RAW=On
ZWO CCD ASI224MC.CCD_STREAM_ENCODER.MJPEG=Off
ZWO CCD ASI224MC.CCD_STREAM_RECORDER.SER=On
ZWO CCD ASI224MC.LIMITS.LIMITS_BUFFER_MAX=512
ZWO CCD ASI224MC.LIMITS.LIMITS_PREVIEW_FPS=10
Telescope Simulator.CONNECTION.CONNECT=On
Telescope Simulator.CONNECTION.DISCONNECT=Off
Telescope Simulator.DRIVER_INFO.DRIVER_NAME=Telescope Simulator
Telescope Simulator.DRIVER_INFO.DRIVER_EXEC=indi_simulator_telescope
Telescope Simulator.DRIVER_INFO.DRIVER_VERSION=1.0
Telescope Simulator.DRIVER_INFO.DRIVER_INTERFACE=5
Telescope Simulator.POLLING_PERIOD.PERIOD_MS=250
Telescope Simulator.DEBUG.ENABLE=Off
Telescope Simulator.DEBUG.DISABLE=On
Telescope Simulator.CONFIG_PROCESS.CONFIG_LOAD=Off
Telescope Simulator.CONFIG_PROCESS.CONFIG_SAVE=Off
Telescope Simulator.CONFIG_PROCESS.CONFIG_DEFAULT=Off
Telescope Simulator.CONFIG_PROCESS.CONFIG_PURGE=Off
Telescope Simulator.CONNECTION_MODE.CONNECTION_SERIAL=On
Telescope Simulator.CONNECTION_MODE.CONNECTION_TCP=Off
Telescope Simulator.DEVICE_PORT.PORT=/dev/ttyUSB0
Telescope Simulator.DEVICE_BAUD_RATE.9600=On
Telescope Simulator.DEVICE_BAUD_RATE.19200=Off
Telescope Simulator.DEVICE_BAUD_RATE.38400=Off
Telescope Simulator.DEVICE_BAUD_RATE.57600=Off
Telescope Simulator.DEVICE_BAUD_RATE.115200=Off
Telescope Simulator.DEVICE_BAUD_RATE.230400=Off
Telescope Simulator.DEVICE_AUTO_SEARCH.INDI_ENABLED=On
Telescope Simulator.DEVICE_AUTO_SEARCH.INDI_DISABLED=Off
Telescope Simulator.DEVICE_PORT_SCAN.Scan Ports=Off
Telescope Simulator.ACTIVE_DEVICES.ACTIVE_GPS=GPS Simulator
Telescope Simulator.ACTIVE_DEVICES.ACTIVE_DOME=Dome Simulator
Telescope Simulator.DOME_POLICY.DOME_IGNORED=On
Telescope Simulator.DOME_POLICY.DOME_LOCKS=Off
Telescope Simulator.MOUNT_AXES.PRIMARY=1.6810378156151270641e-07
Telescope Simulator.MOUNT_AXES.SECONDARY=40.619998931884765625
Telescope Simulator.ON_COORD_SET.TRACK=On
Telescope Simulator.ON_COORD_SET.SLEW=Off
Telescope Simulator.ON_COORD_SET.SYNC=Off
Telescope Simulator.EQUATORIAL_EOD_COORD.RA=2.1001342031576717417
Telescope Simulator.EQUATORIAL_EOD_COORD.DEC=40.619998931884765625
Telescope Simulator.TELESCOPE_ABORT_MOTION.ABORT=Off
Telescope Simulator.TELESCOPE_TRACK_MODE.TRACK_SIDEREAL=On
Telescope Simulator.TELESCOPE_TRACK_MODE.TRACK_SOLAR=Off
Telescope Simulator.TELESCOPE_TRACK_MODE.TRACK_LUNAR=Off
Telescope Simulator.TELESCOPE_TRACK_MODE.TRACK_CUSTOM=Off
Telescope Simulator.TELESCOPE_TRACK_STATE.TRACK_ON=Off
Telescope Simulator.TELESCOPE_TRACK_STATE.TRACK_OFF=On
Telescope Simulator.TELESCOPE_TRACK_RATE.TRACK_RATE_RA=15.04106717867020393
Telescope Simulator.TELESCOPE_TRACK_RATE.TRACK_RATE_DE=0
Telescope Simulator.TELESCOPE_MOTION_NS.MOTION_NORTH=Off
Telescope Simulator.TELESCOPE_MOTION_NS.MOTION_SOUTH=Off
Telescope Simulator.TELESCOPE_MOTION_WE.MOTION_WEST=Off
Telescope Simulator.TELESCOPE_MOTION_WE.MOTION_EAST=Off
Telescope Simulator.TELESCOPE_REVERSE_MOTION.REVERSE_NS=Off
Telescope Simulator.TELESCOPE_REVERSE_MOTION.REVERSE_WE=Off
Telescope Simulator.TELESCOPE_SLEW_RATE.1x=Off
Telescope Simulator.TELESCOPE_SLEW_RATE.2x=Off
Telescope Simulator.TELESCOPE_SLEW_RATE.3x=Off
Telescope Simulator.TELESCOPE_SLEW_RATE.4x=On
Telescope Simulator.TARGET_EOD_COORD.RA=0
Telescope Simulator.TARGET_EOD_COORD.DEC=0
Telescope Simulator.TIME_UTC.UTC=2023-12-14T07:09:50
Telescope Simulator.TIME_UTC.OFFSET=2.00
Telescope Simulator.GEOGRAPHIC_COORD.LAT=40.619998931884765625
Telescope Simulator.GEOGRAPHIC_COORD.LONG=22.940000534057617188
Telescope Simulator.GEOGRAPHIC_COORD.ELEV=0
Telescope Simulator.TELESCOPE_PARK.PARK=On
Telescope Simulator.TELESCOPE_PARK.UNPARK=Off
Telescope Simulator.TELESCOPE_PARK_POSITION.PARK_HA=0
Telescope Simulator.TELESCOPE_PARK_POSITION.PARK_DEC=40.619998931884765625
Telescope Simulator.TELESCOPE_PARK_OPTION.PARK_CURRENT=Off
Telescope Simulator.TELESCOPE_PARK_OPTION.PARK_DEFAULT=Off
Telescope Simulator.TELESCOPE_PARK_OPTION.PARK_WRITE_DATA=Off
Telescope Simulator.TELESCOPE_PARK_OPTION.PARK_PURGE_DATA=Off
Telescope Simulator.TELESCOPE_PIER_SIDE.PIER_WEST=Off
Telescope Simulator.TELESCOPE_PIER_SIDE.PIER_EAST=On
Telescope Simulator.USEJOYSTICK.ENABLE=Off
Telescope Simulator.USEJOYSTICK.DISABLE=On
Telescope Simulator.SNOOP_JOYSTICK.SNOOP_JOYSTICK_DEVICE=Joystick
Telescope Simulator.TELESCOPE_TIMED_GUIDE_NS.TIMED_GUIDE_N=0
Telescope Simulator.TELESCOPE_TIMED_GUIDE_NS.TIMED_GUIDE_S=0
Telescope Simulator.TELESCOPE_TIMED_GUIDE_WE.TIMED_GUIDE_W=0
Telescope Simulator.TELESCOPE_TIMED_GUIDE_WE.TIMED_GUIDE_E=0
Telescope Simulator.GUIDE_RATE.GUIDE_RATE_WE=0.5
Telescope Simulator.GUIDE_RATE.GUIDE_RATE_NS=0.5
Telescope Simulator.ACTIVE_DEVICES.ACTIVE_GPS=GPS Simulator
Telescope Simulator.ACTIVE_DEVICES.ACTIVE_DOME=Dome Simulator
Telescope Simulator.DOME_POLICY.DOME_IGNORED=On
Telescope Simulator.DOME_POLICY.DOME_LOCKS=Off
Telescope Simulator.USEJOYSTICK.ENABLE=Off
Telescope Simulator.USEJOYSTICK.DISABLE=On
Telescope Simulator.SNOOP_JOYSTICK.SNOOP_JOYSTICK_DEVICE=Joystick
Telescope Simulator.MOUNT_AXES.PRIMARY=1.6810378156151270641e-07
Telescope Simulator.MOUNT_AXES.SECONDARY=40.619998931884765625

from indi-allsky.

aaronwmorris avatar aaronwmorris commented on June 16, 2024

That is it. That output is what I would expect from a ZWO camera. I will have to go grab one of my cameras to test.

from indi-allsky.

aaronwmorris avatar aaronwmorris commented on June 16, 2024

I tested with a ASI678MC with INDI 2.0.5 and I did not have any issues.

I would fully restart all of the systems that are in play here, including the system running the indiserver. I assume the indiserver is on a different system if you are running on an AMI image.

from indi-allsky.

evripidis avatar evripidis commented on June 16, 2024

The project runs on a Mini PC with Lubuntu, and the 224MC directly connects—no other apps, except NoMachine to remote control it. I've done multiple restarts with no luck.
What do those errors tell us? If I can understand them, maybe I can come up with a thought.

from indi-allsky.

aaronwmorris avatar aaronwmorris commented on June 16, 2024

I may have misread the original error.

Error while changing property CCD_CONTROLS

I thought it could not find the CCD_CONTROLS, but it looks like it is having an error setting the gain property (under CCD_CONTROLS). Do you have any custom INDI config in your configuration?

from indi-allsky.

evripidis avatar evripidis commented on June 16, 2024

Nothing at all. This mini pc used to be my astrophotography mini pc till last May. I've formatted it and installed Lubuntu + this project that worked great without any changes since 2 days ago.

If there is anything I can share to help, please advice.

from indi-allsky.

aaronwmorris avatar aaronwmorris commented on June 16, 2024

Another suggestion: Try a full power down of the system and disconnect power for a few seconds. See if that helps.

The error does not make sense to me unless the camera is misbehaving. Upgrading INDI, which includes the camera firmware, might have confused the camera is the only thing that makes sense to me.

from indi-allsky.

evripidis avatar evripidis commented on June 16, 2024

The camera seems to work ok, I've just installed ASI Studio and it responds okay. I've retried 3-4 times to uninstall and install the project with no luck. To be honest, something went wrong and now the System button on the webpage returns an Internal Server Error, all other web pages are ok.

I've set this to the config.

{
"PROPERTIES": {},
"SWITCHES": {
"DEBUG": {
"on": [
"ENABLE"
],
"off": [
"DISABLE"
]
},
"DEBUG_LEVEL": {
"on": [
"DBG_ERROR",
"DBG_WARNING",
"DBG_SESSION",
"DBG_DEBUG"
],
"off": [
"DBG_EXTRA_1"
]
},
"LOGGING_LEVEL": {
"on": [
"LOG_ERROR",
"LOG_WARNING",
"LOG_SESSION",
"LOG_DEBUG"
],
"off": [
"LOG_EXTRA_1"
]
},
"LOG_OUTPUT": {
"on": [
"CLIENT_DEBUG",
"FILE_DEBUG"
],
"off": []
}
}
}

and my log looks like this. I don't know if there is any clue there..

Dec 17 00:21:44 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #332: Exposure received in 0.1518 s (0.1508)
Dec 17 00:21:44 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #420: Total time since last exposure 5.0493 s
Dec 17 00:21:44 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.shoot() #1469: Taking 0.00100000 s exposure (gain 200)
Dec 17 00:21:42 lubuntu-ami [INFO] Capture-98-4723/MainThread indi.getTelescopeRaDec() #853: Telescope Coord: RA 5.58, Dec 40.62
Dec 17 00:21:42 lubuntu-ami [INFO] Capture-98-4723/MainThread indi.getCcdTemperature() #868: Sensor temperature: 11.0
Dec 17 00:21:42 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.detectMoonMode() #1321: Moon altitude: -38:15:43.9, phase 19.6%
Dec 17 00:21:42 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.detectNight() #1303: Sun altitude: -72:42:23.4
Dec 17 00:21:42 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #212: Exposure state: IDLE
Dec 17 00:21:42 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #211: Camera last ready: 3.1s
Dec 17 00:21:39 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #332: Exposure received in 0.1515 s (0.1505)
Dec 17 00:21:39 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #420: Total time since last exposure 5.0433 s
Dec 17 00:21:39 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.shoot() #1469: Taking 0.00100000 s exposure (gain 200)
Dec 17 00:21:37 lubuntu-ami [INFO] MainProcess-2442/MainThread allsky._queueManualTasks() #1008: Checking for manually submitted tasks
Dec 17 00:21:34 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #332: Exposure received in 0.1517 s (0.1507)
Dec 17 00:21:34 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #420: Total time since last exposure 5.0468 s
Dec 17 00:21:34 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.shoot() #1469: Taking 0.00100000 s exposure (gain 200)
Dec 17 00:21:31 lubuntu-ami [INFO] Capture-98-4723/MainThread indi.getTelescopeRaDec() #853: Telescope Coord: RA 5.57, Dec 40.62
Dec 17 00:21:31 lubuntu-ami [INFO] Capture-98-4723/MainThread indi.getCcdTemperature() #868: Sensor temperature: 11.0
Dec 17 00:21:31 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.detectMoonMode() #1321: Moon altitude: -38:13:43.7, phase 19.6%
Dec 17 00:21:31 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.detectNight() #1303: Sun altitude: -72:42:19.4
Dec 17 00:21:31 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #212: Exposure state: IDLE
Dec 17 00:21:31 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #211: Camera last ready: 2.0s
Dec 17 00:21:29 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #332: Exposure received in 0.1511 s (0.1501)
Dec 17 00:21:29 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #420: Total time since last exposure 5.0450 s
Dec 17 00:21:29 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.shoot() #1469: Taking 0.00100000 s exposure (gain 200)
Dec 17 00:21:24 lubuntu-ami [INFO] MainProcess-2442/MainThread allsky._queueManualTasks() #1008: Checking for manually submitted tasks
Dec 17 00:21:24 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #332: Exposure received in 0.1550 s (0.1540)
Dec 17 00:21:24 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #420: Total time since last exposure 5.0001 s
Dec 17 00:21:24 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.shoot() #1469: Taking 0.00100000 s exposure (gain 200)
Dec 17 00:21:20 lubuntu-ami [INFO] Capture-98-4723/MainThread indi.getTelescopeRaDec() #853: Telescope Coord: RA 5.57, Dec 40.62
Dec 17 00:21:20 lubuntu-ami [INFO] Capture-98-4723/MainThread indi.getCcdTemperature() #868: Sensor temperature: 11.0
Dec 17 00:21:20 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.detectMoonMode() #1321: Moon altitude: -38:11:43.4, phase 19.6%
Dec 17 00:21:20 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.detectNight() #1303: Sun altitude: -72:42:15.1
Dec 17 00:21:20 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #212: Exposure state: IDLE
Dec 17 00:21:20 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #211: Camera last ready: 0.8s
Dec 17 00:21:19 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #332: Exposure received in 0.1516 s (0.1506)
Dec 17 00:21:19 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #420: Total time since last exposure 5.0081 s
Dec 17 00:21:19 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.shoot() #1469: Taking 0.00100000 s exposure (gain 200)
Dec 17 00:21:17 lubuntu-ami [WARNING] Capture-98-4723/MainThread capture._periodic_tasks() #1027: Periodic tasks triggered
Dec 17 00:21:14 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #332: Exposure received in 0.1554 s (0.1544)
Dec 17 00:21:14 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #420: Total time since last exposure 5.0481 s
Dec 17 00:21:14 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.shoot() #1469: Taking 0.00100000 s exposure (gain 200)
Dec 17 00:21:11 lubuntu-ami [INFO] MainProcess-2442/MainThread allsky._queueManualTasks() #1008: Checking for manually submitted tasks
Dec 17 00:21:09 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #332: Exposure received in 0.1518 s (0.1508)
Dec 17 00:21:09 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #420: Total time since last exposure 5.2079 s
Dec 17 00:21:09 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.shoot() #1469: Taking 0.00100000 s exposure (gain 200)
Dec 17 00:21:09 lubuntu-ami [INFO] Capture-98-4723/MainThread indi.getTelescopeRaDec() #853: Telescope Coord: RA 5.57, Dec 40.62
Dec 17 00:21:08 lubuntu-ami [INFO] Capture-98-4723/MainThread indi.getCcdTemperature() #868: Sensor temperature: 11.0
Dec 17 00:21:08 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.detectMoonMode() #1321: Moon altitude: -38:09:43.5, phase 19.6%
Dec 17 00:21:08 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.detectNight() #1303: Sun altitude: -72:42:10.5
Dec 17 00:21:08 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #212: Exposure state: IDLE
Dec 17 00:21:08 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #211: Camera last ready: 4.8s
Dec 17 00:21:04 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #332: Exposure received in 0.1547 s (0.1537)
Dec 17 00:21:04 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #420: Total time since last exposure 5.0493 s
Dec 17 00:21:03 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.shoot() #1469: Taking 0.00100000 s exposure (gain 200)
Dec 17 00:20:59 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #332: Exposure received in 0.1518 s (0.1508)
Dec 17 00:20:58 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #420: Total time since last exposure 5.0058 s
Dec 17 00:20:58 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.shoot() #1469: Taking 0.00100000 s exposure (gain 200)
Dec 17 00:20:58 lubuntu-ami [INFO] MainProcess-2442/MainThread allsky._queueManualTasks() #1008: Checking for manually submitted tasks
Dec 17 00:20:57 lubuntu-ami [INFO] Capture-98-4723/MainThread indi.getTelescopeRaDec() #853: Telescope Coord: RA 5.57, Dec 40.62
Dec 17 00:20:57 lubuntu-ami [INFO] Capture-98-4723/MainThread indi.getCcdTemperature() #868: Sensor temperature: 11.0
Dec 17 00:20:57 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.detectMoonMode() #1321: Moon altitude: -38:07:43.7, phase 19.6%
Dec 17 00:20:57 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.detectNight() #1303: Sun altitude: -72:42:05.5
Dec 17 00:20:57 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #212: Exposure state: IDLE
Dec 17 00:20:57 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #211: Camera last ready: 3.6s
Dec 17 00:20:53 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #332: Exposure received in 0.1546 s (0.1536)
Dec 17 00:20:53 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #420: Total time since last exposure 5.0472 s
Dec 17 00:20:53 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.shoot() #1469: Taking 0.00100000 s exposure (gain 200)
Dec 17 00:20:48 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #332: Exposure received in 0.1518 s (0.1508)
Dec 17 00:20:48 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #420: Total time since last exposure 5.0001 s
Dec 17 00:20:48 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.shoot() #1469: Taking 0.00100000 s exposure (gain 200)
Dec 17 00:20:46 lubuntu-ami [INFO] Capture-98-4723/MainThread indi.getTelescopeRaDec() #853: Telescope Coord: RA 5.56, Dec 40.62
Dec 17 00:20:46 lubuntu-ami [INFO] Capture-98-4723/MainThread indi.getCcdTemperature() #868: Sensor temperature: 11.0
Dec 17 00:20:46 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.detectMoonMode() #1321: Moon altitude: -38:05:43.8, phase 19.6%
Dec 17 00:20:46 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.detectNight() #1303: Sun altitude: -72:42:00.2
Dec 17 00:20:46 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #212: Exposure state: IDLE
Dec 17 00:20:46 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #211: Camera last ready: 2.5s
Dec 17 00:20:45 lubuntu-ami [INFO] MainProcess-2442/MainThread allsky._queueManualTasks() #1008: Checking for manually submitted tasks
Dec 17 00:20:43 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #332: Exposure received in 0.1527 s (0.1517)
Dec 17 00:20:43 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #420: Total time since last exposure 5.0489 s
Dec 17 00:20:43 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.shoot() #1469: Taking 0.00100000 s exposure (gain 200)
Dec 17 00:20:38 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #332: Exposure received in 0.1518 s (0.1508)
Dec 17 00:20:38 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #420: Total time since last exposure 5.0486 s
Dec 17 00:20:38 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.shoot() #1469: Taking 0.00100000 s exposure (gain 200)
Dec 17 00:20:35 lubuntu-ami [INFO] Capture-98-4723/MainThread indi.getTelescopeRaDec() #853: Telescope Coord: RA 5.56, Dec 40.62
Dec 17 00:20:35 lubuntu-ami [INFO] Capture-98-4723/MainThread indi.getCcdTemperature() #868: Sensor temperature: 11.0
Dec 17 00:20:35 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.detectMoonMode() #1321: Moon altitude: -38:03:44.0, phase 19.6%
Dec 17 00:20:35 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.detectNight() #1303: Sun altitude: -72:41:54.6
Dec 17 00:20:35 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #212: Exposure state: IDLE
Dec 17 00:20:35 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #211: Camera last ready: 1.4s
Dec 17 00:20:33 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #332: Exposure received in 0.1518 s (0.1508)
Dec 17 00:20:33 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #420: Total time since last exposure 5.0481 s
Dec 17 00:20:33 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.shoot() #1469: Taking 0.00100000 s exposure (gain 200)
Dec 17 00:20:32 lubuntu-ami [INFO] MainProcess-2442/MainThread allsky._queueManualTasks() #1008: Checking for manually submitted tasks
Dec 17 00:20:28 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #332: Exposure received in 0.1519 s (0.1509)
Dec 17 00:20:28 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #420: Total time since last exposure 5.0500 s
Dec 17 00:20:28 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.shoot() #1469: Taking 0.00100000 s exposure (gain 200)
Dec 17 00:20:24 lubuntu-ami [INFO] Capture-98-4723/MainThread indi.getTelescopeRaDec() #853: Telescope Coord: RA 5.56, Dec 40.62
Dec 17 00:20:24 lubuntu-ami [INFO] Capture-98-4723/MainThread indi.getCcdTemperature() #868: Sensor temperature: 11.0
Dec 17 00:20:24 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.detectMoonMode() #1321: Moon altitude: -38:01:44.2, phase 19.6%
Dec 17 00:20:24 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.detectNight() #1303: Sun altitude: -72:41:48.7
Dec 17 00:20:24 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #212: Exposure state: IDLE
Dec 17 00:20:24 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #211: Camera last ready: 0.3s
Dec 17 00:20:23 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #332: Exposure received in 0.1518 s (0.1508)
Dec 17 00:20:23 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #420: Total time since last exposure 5.0467 s
Dec 17 00:20:23 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.shoot() #1469: Taking 0.00100000 s exposure (gain 200)
Dec 17 00:20:19 lubuntu-ami [INFO] MainProcess-2442/MainThread allsky._queueManualTasks() #1008: Checking for manually submitted tasks
Dec 17 00:20:18 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #332: Exposure received in 0.1519 s (0.1509)
Dec 17 00:20:18 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #420: Total time since last exposure 5.0482 s
Dec 17 00:20:18 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.shoot() #1469: Taking 0.00100000 s exposure (gain 200)
Dec 17 00:20:13 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #332: Exposure received in 0.1519 s (0.1509)
Dec 17 00:20:13 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #420: Total time since last exposure 5.0502 s
Dec 17 00:20:13 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.shoot() #1469: Taking 0.00100000 s exposure (gain 200)
Dec 17 00:20:12 lubuntu-ami [INFO] Capture-98-4723/MainThread indi.getTelescopeRaDec() #853: Telescope Coord: RA 5.55, Dec 40.62
Dec 17 00:20:12 lubuntu-ami [INFO] Capture-98-4723/MainThread indi.getCcdTemperature() #868: Sensor temperature: 11.0
Dec 17 00:20:12 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.detectMoonMode() #1321: Moon altitude: -37:59:44.4, phase 19.6%
Dec 17 00:20:12 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.detectNight() #1303: Sun altitude: -72:41:42.5
Dec 17 00:20:12 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #212: Exposure state: IDLE
Dec 17 00:20:12 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #211: Camera last ready: 4.2s
Dec 17 00:20:08 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #332: Exposure received in 0.1518 s (0.1508)
Dec 17 00:20:08 lubuntu-ami [INFO] Capture-98-4723/MainThread capture.saferun() #420: Total time since last exposure 5.0001 s

Just a crazy thought: Is there any chance that the Camera Simulator messes things up?

from indi-allsky.

aaronwmorris avatar aaronwmorris commented on June 16, 2024

I use the camera simulator all the time, so that is probably not an issue. It looks like it is taking exposures like it should be, unless these are from the simulator.

Do you have the correct camera selected in the web interface? Sometimes, the camera name will change between releases of INDI and you might get a new camera in the drop down.

As for the system page returning an error, you should be able to find the exception in /var/log/indi-allsky/webapp-indi-allsky.log.

I do have one final suggestion to fix thing. INDI has the ability to save new default settings for cameras and other devices. Sometimes, these settings can interfere with operation since the camera is operating off a different set of defaults. You can stop the indiserver service and delete these XML files to get things back to the regular defaults.

systemctl --user stop indiserver

rm ~/.indi/*

systemctl --user start indiserver

If this does not fix it, if you can setup a connection to allow me to remote access your camera, I can login and see if I can figure out what the problem might be. It is not a big deal to do that.

from indi-allsky.

zaphus avatar zaphus commented on June 16, 2024

Just adding to this - I have just now set up indi-allsky on a Raspberry Pi 5 also with a 224mc, and I am getting the same error :

Error: Invalid range for GPSStartLine (GPSStartLine). Valid range is from 0 to 975. Requested value is 53248

and I have not selected a GPS during setup (I went back and checked)

I also have the error with the systems menu not loading:
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.

I have 50gig free, so not a storage space issue from what I can see

from indi-allsky.

aaronwmorris avatar aaronwmorris commented on June 16, 2024

Can you provide the output from the ./misc/support_info.sh script?

from indi-allsky.

zaphus avatar zaphus commented on June 16, 2024

Sure can..
But I indirectly seem to have sorted it out - indi was reporting two cameras (I only have one) and the second one worked - I discovered when I clicked on the camera name in the web view and another camera was visible, and that one worked. Doesnt feel like a real fix though

`./misc/support_info.sh: line 49: warning: command substitution: ignored null byt e in input
#################################

indi-allsky support info

#################################

Distribution: Debian
Release: 12
Arch: aarch64
Bits: 64

CPUs: 4
Memory: 4143600 kB

System: Raspberry Pi 5 Model B Rev 1.0

Uptime
17:01:17 up 16 min, 1 user, load average: 0.04, 0.05, 0.04

Filesystems
Filesystem 1K-blocks Used Available Use% Mounted on
udev 1900304 0 1900304 0% /dev
tmpfs 414368 5152 409216 2% /run
/dev/mmcblk0p2 60830512 7532708 50189548 14% /
tmpfs 2071792 704 2071088 1% /dev/shm
tmpfs 5120 48 5072 1% /run/lock
/dev/mmcblk0p1 522232 62358 459874 12% /boot/firmware
tmpfs 414352 0 414352 0% /run/user/1000

system python: Python 3.11.2

indiserver: /usr/local/bin/indiserver

User info
uid=1000(zaph) gid=1000(zaph) groups=1000(zaph),4(adm),20(dialout),24(cdrom),27( sudo),29(audio),44(video),46(plugdev),60(games),100(users),102(input),105(render ),106(netdev),993(gpio),994(i2c),995(spi),999(systemd-journal)

Process info
zaph 945 0.0 0.0 83760 4048 ? Ss 16:45 0:00 /usr/local/bi n/indiserver -p 7624 indi_simulator_telescope indi_asi_single_ccd
zaph 946 0.0 0.3 41968 12448 ? S 16:45 0:00 indi_simulato r_telescope
zaph 947 0.0 0.6 309296 28656 ? Sl 16:45 0:00 indi_asi_sing le_ccd
zaph 1004 0.0 0.5 32688 23632 ? SNs 16:45 0:00 /home/zaph/in di-allsky/virtualenv/indi-allsky/bin/python3 /home/zaph/indi-allsky/virtualenv/i ndi-allsky/bin/gunicorn --config /etc/indi-allsky/gunicorn.conf.py indi_allsky.w sgi
zaph 1006 0.3 3.1 691344 131984 ? SNl 16:45 0:03 /home/zaph/in di-allsky/virtualenv/indi-allsky/bin/python3 /home/zaph/indi-allsky/virtualenv/i ndi-allsky/bin/gunicorn --config /etc/indi-allsky/gunicorn.conf.py indi_allsky.w sgi
zaph 1082 0.2 3.0 796688 128016 ? SNsl 16:48 0:01 /home/zaph/in di-allsky/virtualenv/indi-allsky/bin/python3 allsky.py --log syslog run
zaph 1201 0.5 3.1 807440 129408 ? SNl 16:54 0:02 /home/zaph/in di-allsky/virtualenv/indi-allsky/bin/python3 allsky.py --log syslog run
zaph 1203 1.4 3.3 834736 140720 ? SNl 16:54 0:05 /home/zaph/in di-allsky/virtualenv/indi-allsky/bin/python3 allsky.py --log syslog run
zaph 1204 0.0 2.1 796656 90640 ? SN 16:54 0:00 /home/zaph/in di-allsky/virtualenv/indi-allsky/bin/python3 allsky.py --log syslog run

USB info
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 03c3:224a ZWO ASI224MC
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

USB Permissions
133 0 drwxr-xr-x 6 root root 120 Jan 1 1970 /dev/bus /usb
140 0 drwxr-xr-x 2 root root 60 Jan 1 1970 /dev/bus /usb/004
141 0 crw-rw-r-- 1 root root 189, 384 Dec 17 16:07 /dev/bus /usb/004/001
138 0 drwxr-xr-x 2 root root 60 Jan 1 1970 /dev/bus /usb/003
139 0 crw-rw-r-- 1 root root 189, 256 Dec 17 16:07 /dev/bus /usb/003/001
136 0 drwxr-xr-x 2 root root 80 Jan 1 1970 /dev/bus /usb/002
142 0 crw-rw-rw- 1 root root 189, 129 Dec 17 17:01 /dev/bus /usb/002/002
137 0 crw-rw-r-- 1 root root 189, 128 Dec 17 16:07 /dev/bus /usb/002/001
134 0 drwxr-xr-x 2 root root 60 Jan 1 1970 /dev/bus /usb/001
135 0 crw-rw-r-- 1 root root 189, 0 Dec 17 16:07 /dev/bus /usb/001/001

Module info
Module Size Used by
algif_hash 65536 1
algif_skcipher 65536 1
af_alg 65536 6 algif_hash,algif_skcipher
bnep 65536 2
binfmt_misc 65536 1
vc4 409600 4
snd_soc_hdmi_codec 65536 2
drm_display_helper 65536 1 vc4
cec 81920 1 vc4
drm_dma_helper 65536 1 vc4
drm_kms_helper 229376 3 drm_dma_helper,vc4
aes_ce_blk 65536 4
aes_ce_cipher 65536 1 aes_ce_blk
ghash_ce 65536 0
gf128mul 65536 1 ghash_ce
snd_soc_core 294912 2 vc4,snd_soc_hdmi_codec
sha2_ce 65536 0
hci_uart 81920 0
btbcm 65536 1 hci_uart
sha256_arm64 65536 1 sha2_ce
snd_compress 65536 1 snd_soc_core
snd_pcm_dmaengine 65536 1 snd_soc_core
sha1_ce 65536 0
snd_pcm 163840 4 snd_soc_hdmi_codec,snd_compress,snd_soc_core,snd _pcm_dmaengine
bluetooth 606208 26 hci_uart,btbcm,bnep
snd_timer 81920 1 snd_pcm
brcmfmac 344064 0
snd 147456 5 snd_soc_hdmi_codec,snd_timer,snd_compress,snd_so c_core,snd_pcm
fb_sys_fops 65536 1 drm_kms_helper
brcmutil 65536 1 brcmfmac
pisp_be 65536 0
rpivid_hevc 81920 0
cfg80211 966656 1 brcmfmac
ecdh_generic 65536 2 bluetooth
syscopyarea 65536 1 drm_kms_helper
ecc 81920 1 ecdh_generic
v4l2_mem2mem 81920 1 rpivid_hevc
videobuf2_dma_contig 65536 2 pisp_be,rpivid_hevc
libaes 65536 4 aes_ce_cipher,bluetooth,ghash_ce,aes_ce_blk
videobuf2_memops 65536 1 videobuf2_dma_contig
sysfillrect 65536 1 drm_kms_helper
raspberrypi_hwmon 65536 0
videobuf2_v4l2 65536 3 pisp_be,rpivid_hevc,v4l2_mem2mem
rfkill 65536 6 bluetooth,cfg80211
videobuf2_common 114688 6 pisp_be,videobuf2_dma_contig,videobuf2_v4l2,rpiv id_hevc,v4l2_mem2mem,videobuf2_memops
videodev 311296 5 pisp_be,videobuf2_v4l2,videobuf2_common,rpivid_h evc,v4l2_mem2mem
sysimgblt 65536 1 drm_kms_helper
v3d 131072 0
mc 98304 6 videodev,pisp_be,videobuf2_v4l2,videobuf2_common ,rpivid_hevc,v4l2_mem2mem
gpu_sched 98304 1 v3d
raspberrypi_gpiomem 65536 0
rp1_adc 65536 0
pwm_fan 65536 0
drm_shmem_helper 65536 1 v3d
nvmem_rmem 65536 0
uio_pdrv_genirq 65536 0
uio 65536 1 uio_pdrv_genirq
drm 622592 8 gpu_sched,drm_kms_helper,drm_dma_helper,v3d,vc4, drm_shmem_helper,drm_display_helper
fuse 163840 1
drm_panel_orientation_quirks 65536 1 drm
backlight 65536 1 drm
dm_mod 180224 0
ip_tables 81920 0
x_tables 98304 1 ip_tables
ipv6 589824 32
spidev 65536 0
spi_bcm2835 65536 0
i2c_brcmstb 65536 0
gpio_keys 65536 0

indi version: 2.0.5

indi packages
ii libindi-data 1.9.9+dfsg-2 all Instrument-Neutral Device Interface library -- shared data
ii libindidriver1:arm64 1.9.9+dfsg-2+b1 arm64 Instrument-Neutral Device Interface library -- driver library

libcamera: not detected

libcamera packages
ii libcamera-apps-lite 1.4.1-1 all transitional package
ii libcamera-ipa:arm64 0.1.0+rpt20231122-1 arm64 complex camera support library (IPA modules)
ii libcamera0.1:arm64 0.1.0+rpt20231122-1 arm64 complex camera support library

libcamera cameras
rpicam-hello: /usr/bin/rpicam-hello
No cameras available!

python packages
ii libpython3-dev:arm64 3.11.2-1+b1 arm64 header files and a static library for Python (default)
ii libpython3-stdlib:arm64 3.11.2-1+b1 arm64 interactive high-level object-oriented language (default python3 version)
ii libpython3.11:arm64 3.11.2-6 arm64 Shared Python runtime library (version 3.11)
ii libpython3.11-dev:arm64 3.11.2-6 arm64 Header files and a static library for Python (v3.11)
ii libpython3.11-minimal:arm64 3.11.2-6 arm64 Minimal subset of the Python language (version 3.11)
ii libpython3.11-stdlib:arm64 3.11.2-6 arm64 Interactive high-level object-oriented language (standard library, versio n 3.11)
ii python-apt-common 2.6.0 all Python interface to libapt-pkg (locales)
ii python-is-python3 3.11.1-3 all symlinks /usr/bin/python to python3
ii python3 3.11.2-1+b1 arm64 interactive high-level object-oriented language (default python3 version)
ii python3-apt 2.6.0 arm64 Python 3 interface to libapt-pkg
ii python3-certifi 2022.9.24-1 all root certificates for validating SSL certs and verifying TLS hosts (pytho n3)
ii python3-chardet 5.1.0+dfsg-2 all Universal Character Encoding Detector (Python3)
ii python3-charset-normalizer 3.0.1-2 all charset, encoding and language detection (Python 3)
ii python3-colorzero 2.0-2 all Construct, convert, and manipulate colors in a Pythonic manner.
ii python3-debconf 1.5.82 all interact with debconf from Python 3
ii python3-dev 3.11.2-1+b1 arm64 header files and a static library for Python (default)
ii python3-distlib 0.3.6-1 all low-level components of python distutils2/packaging
ii python3-distro 1.8.0-1 all Linux OS platform information API
ii python3-distutils 3.11.2-3 all distutils package for Python 3.x
ii python3-filelock 3.9.0-1 all platform independent file locking module
ii python3-gpiozero 2.0-1 all Simple API for controlling devices attached to a Pi's GPIO pins
ii python3-idna 3.3-1 all Python IDNA2008 (RFC 5891) handling (Python 3)
ii python3-lgpio 0.2.2-1rpt1 arm64 Control GPIO pins via gpiochip devices - python3 bindings
ii python3-lib2to3 3.11.2-3 all Interactive high-level object-oriented language (lib2to3)
ii python3-libgpiod:arm64 1.6.3-1+b3 arm64 Python bindings for libgpiod (Python 3)
ii python3-minimal 3.11.2-1+b1 arm64 minimal subset of the Python language (default python3 version)
ii python3-pigpio 1.79-1+rpt1 all Python module which talks to the pigpio daemon (Python 3)
ii python3-pip 23.0.1+dfsg-1+rpt1 all Python package installer
ii python3-pip-whl 23.0.1+dfsg-1+rpt1 all Python package installer (pip wheel)
ii python3-pkg-resources 66.1.1-1 all Package Discovery and Resource Access using pkg_resources
ii python3-platformdirs 2.6.0-1 all determining appropriate platform-specific directories (Python 3)
ii python3-pygments 2.14.0+dfsg-1 all syntax highlighting package written in Python 3
ii python3-requests 2.28.1+dfsg-1 all elegant and simple HTTP library for Python3, built for human beings
ii python3-rpi.gpio 0.7.1
a4-1+b4 arm64 Module to control Raspberry Pi GPIO channels (Python 3)
ii python3-setuptools 66.1.1-1 all Python3 Distutils Enhancements
ii python3-setuptools-whl 66.1.1-1 all Python Distutils Enhancements (wheel package)
ii python3-six 1.16.0-4 all Python 2 and 3 compatibility library
ii python3-smbus2 0.4.2-1 arm64 another pure Python implementation of the python-smbus package
ii python3-spidev 20200602~200721-1+bookworm arm64 Bindings for Linux SPI access through spidev (Python 3)
ii python3-tk:arm64 3.11.2-3 arm64 Tkinter - Writing Tk applications with Python 3.x
ii python3-toml 0.10.2-1 all library for Tom's Obvious, Minimal Language - Python 3.x
ii python3-urllib3 1.26.12-1 all HTTP library with thread-safe connection pooling for Python3
ii python3-venv 3.11.2-1+b1 arm64 venv module for python3 (default python3 version)
ii python3-virtualenv 20.17.1+ds-1 all Python virtual environment creator
ii python3-wheel 0.38.4-2 all built-package format for Python
ii python3-wheel-whl 0.38.4-2 all built-package format for Python (wheel wheel)
ii python3-yaml 6.0-3+b2 arm64 YAML parser and emitter for Python3
ii python3.11 3.11.2-6 arm64 Interactive high-level object-oriented language (version 3.11)
ii python3.11-dev 3.11.2-6 arm64 Header files and a static library for Python (v3.11)
ii python3.11-minimal 3.11.2-6 arm64 Minimal subset of the Python language (version 3.11)
ii python3.11-venv 3.11.2-6 arm64 Interactive high-level object-oriented language (pyvenv binary, version 3 .11)

Detected indi-allsky virtualenv
virtualenv python: Python 3.11.2
virtualenv PATH: /home/zaph/indi-allsky/virtualenv/indi-allsky/bin:/usr/local/bi n:/usr/bin:/bin
virtualenv python modules
alembic==1.13.0
argon2-cffi==23.1.0
argon2-cffi-bindings==21.2.0
asciitree==0.3.3
astroalign==2.5.1
astropy==6.0.0
astropy-healpix==1.0.2
astropy-iers-data==0.2023.12.11.0.31.11
astroscrappy==1.1.0
bcrypt==4.1.2
blinker==1.7.0
Bottleneck==1.3.7
ccdproc==2.4.1
certifi==2023.11.17
cffi==1.16.0
charset-normalizer==3.3.2
click==8.1.7
cloudpickle==3.0.0
cryptography==41.0.7
Cython==3.0.6
dask==2023.12.1
dbus-python==1.3.2
ephem==4.1.5
fasteners==0.19
Flask==3.0.0
Flask-Login==0.6.3
Flask-Migrate==4.0.5
Flask-SQLAlchemy==3.1.1
Flask-WTF==1.2.1
fsspec==2023.12.2
greenlet==3.0.2
gunicorn==21.2.0
idna==3.6
imageio==2.33.1
imageio-ffmpeg==0.4.9
importlib-metadata==7.0.0
inotify==0.2.10
is-safe-url==1.0
itsdangerous==2.1.2
Jinja2==3.1.2
lazy_loader==0.3
locket==1.0.0
lxml==4.9.3
Mako==1.3.0
MarkupSafe==2.1.3
networkx==3.2.1
nose==1.3.7
numcodecs==0.12.1
numpy==1.26.2
opencv-python-headless==4.8.1.78
packaging==23.2
paho-mqtt==1.6.1
paramiko==3.3.1
partd==1.4.1
passlib==1.7.4
piexif==1.1.3
Pillow==10.1.0
prettytable==3.9.0
psutil==5.9.6
pycparser==2.21
pycurl==7.45.2
pyerfa==2.0.1.1
pygifsicle==1.0.7
pyindi-client @ git+https://github.com/indilib/pyindi-client.git@6f8fa8042f60f7b 3079f6d66a0b8ee720af09d64
PyNaCl==1.5.0
python-dateutil==2.8.2
PyYAML==6.0.1
rawpy==0.19.0
reproject==0.13.0
requests==2.31.0
requests-toolbelt==1.0.0
scikit-image==0.22.0
scipy==1.11.4
semantic-version==2.10.0
sep==1.2.1
setuptools-rust==1.8.1
shapely==2.0.2
six==1.16.0
SQLAlchemy==2.0.23
support-developer==1.0.5
tifffile==2023.12.9
toolz==0.12.0
typing_extensions==4.9.0
urllib3==2.1.0
wcwidth==0.2.12
Werkzeug==3.0.1
WTForms==3.1.1
zarr==2.16.1
zipp==3.17.0

#################################

end support info

#################################`

from indi-allsky.

zaphus avatar zaphus commented on June 16, 2024

That is a horrible slab of text, sorry!
I should add that the System page issue still remains, but I've got some images showing up now

from indi-allsky.

aaronwmorris avatar aaronwmorris commented on June 16, 2024

I suppose there is the mystery about the GPS messages. I have never seen those before, even in cases where I have used GPS.

As for the name change, is it possible you switched between the indi_asi_ccd and indi_asi_single_ccd? From what I remember, that does result in a different camera name.

from indi-allsky.

zaphus avatar zaphus commented on June 16, 2024

As for the name change, is it possible you switched between the indi_asi_ccd and indi_asi_single_ccd? From what I remember, that does result in a different camera name.

Yes, I did that (after failing to get it to work - just in case that was the driver I was meant to be using.

from indi-allsky.

evripidis avatar evripidis commented on June 16, 2024

Email sent "aaron [at] aarmor.net"

from indi-allsky.

aaronwmorris avatar aaronwmorris commented on June 16, 2024

Opened bug report indilib/indi-3rdparty#867

from indi-allsky.

evripidis avatar evripidis commented on June 16, 2024

Thank you very vey much for your time and efforts!

from indi-allsky.

bsbachert avatar bsbachert commented on June 16, 2024

This also effects the ASI385MC. I reverted back to 7.7, and it's now working normally.

from indi-allsky.

aaronwmorris avatar aaronwmorris commented on June 16, 2024

There should be no reason to downgrade indi-allsky. Downgrading INDI to 2.0.3 should be sufficient.

from indi-allsky.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.