I can't wait to have this feature available it is going to be a game changer for my micro observatory.
Read More...
The tabbed feature does not work on 3.5.2 on OSx, it is a feature like other users I guess would like to see.
Read More...
is the webserver running on the remote raspberry?
The wr_config.py should be, I believe
# INDI server delivering weather data
INDISERVER="localhost"
INDIPORT="7624"
Read More...
I also had quite some issues when I started using the Weather Radio, have a look at this large thread if might help you www.indilib.org/forum/ekos/7287-weather-...-t-want-connect.html
Read More...
While testing the scheduler, I've noticed the following in the scheduler, under "Aborted Job Management":
What's the output of:
cat /etc/fstab
Read More...
I tend to do the same, approve one and delete many...
We certainly should have a plugin to stop newly registered members the ability to post again and again until approval.
Read More...
Can you give us the output of :
lsusb
fdisk -l
Read More...
the missing .h files are in the nightly build and not in the stable. Not sure why pyindi-client requires them.
Read More...
I believe that the following package is incomplete
ii libindi-dev 1.8.9~202103011149~ubuntu20.04.1 arm64
it does not have all the libs available from github.com/indilib/indi/tree/master/libs
Read More...
root@heidenrod-obs:/home# dpkg -L libindi-dev | grep indiproperty*
/usr/include/libindi/indiproperty.h
/usr/include/libindi/indipropertyview.h
root@heidenrod-obs:/home#
Read More...
I've downloaded the github.com/geehalel/pyindi-client for debugging only, and tried to install it.
I'm getting the following
root@heidenrod-obs:/home/GitHubstuff/pyindi-client# python setup.py install
/usr/lib/python3/dist-packages/setuptools/dist.py:473: UserWarning: Normalizing '0.2.7b' to '0.2.7b0'
warnings.warn(
running install
running build_ext
building '_PyIndi' extension
swigging indiclientpython.i to indiclientpython_wrap.cpp
swig -python -v -Wall -c++ -threads -I/usr/include -I/usr/include/libindi -I/usr/local/include/libindi -o indiclientpython_wrap.cpp indiclientpython.i
Language subdirectory: python
Search paths:
./
/usr/include/
/usr/include/libindi/
/usr/local/include/libindi/
./swig_lib/python/
/usr/share/swig4.0/python/
./swig_lib/
/usr/share/swig4.0/
Preprocessing...
indiclientpython.i:83: Error: Unable to find 'indipropertybasic.h'
indiclientpython.i:101: Error: Unable to find 'indipropertytext.h'
indiclientpython.i:102: Error: Unable to find 'indipropertynumber.h'
indiclientpython.i:103: Error: Unable to find 'indipropertyswitch.h'
indiclientpython.i:104: Error: Unable to find 'indipropertylight.h'
indiclientpython.i:105: Error: Unable to find 'indipropertyblob.h'
error: command 'swig' failed with exit status 1
root@heidenrod-obs:/
I have the libindi-dev package installed
root@heidenrod-obs:/usr/include/libindi# dpkg -l | grep libindi-dev
ii libindi-dev 1.8.9~202103011149~ubuntu20.04.1 arm64 Instrument-Neutral Device Interface library -- development files
root@heidenrod-obs:/usr/include/libindi#
and the content of the lib folder is
root@heidenrod-obs:/usr/include/libindi# ls
alignment dsp.h indiccdchip.h indidriver.h indiguiderinterface.h indirotatorinterface.h indiversion.h mounts
base64.h eventloop.h indicom.h indidustcapinterface.h indilightboxinterface.h indisensorinterface.h indiweather.h pid.h
baseclient.h hidapi.h indicontroller.h indifilterinterface.h indilogger.h indispectrograph.h indiweatherinterface.h stream
basedevice.h indiapi.h indicorrelator.h indifilterwheel.h indimacros.h indistandardproperty.h indiwidgettraits.h v4l2_builtin_decoder.h
connectionplugins indibase.h indidetector.h indifocuser.h indiproperty.h inditelescope.h indiwidgetview.h v4l2_colorspace.h
defaultdevice.h indibasetypes.h indidevapi.h indifocuserinterface.h indipropertyview.h indiusbdevice.h libastro.h v4l2_decode.h
dsp indiccd.h indidome.h indigps.h indirotator.h indiutility.h lilxml.h
root@heidenrod-obs:/usr/include/libindi#
Read More...