jctk
jctk
Could it be that INDI 1.9.9 is about to be released? Should I hurry to fix this issue?
Okay, I'll give it a try. Please wait for me.
I set out to fix it and found that this is not a bug. The SVBONY CCD INDI driver uses INDI's software binning. In other words, it is not limited...
more information: I tried to request following REST API for indi web manager. ```http get http://smdev.local:8624/api/drivers ``` I found following two definition of "Astroberry System" in response body. ```json {...
There is only one indi_astroberry_system.xml in /usr/share/indi. And no difinition about 'astroberry system' in drivers.xml. Please see after the screenshot in the link below. https://github.com/knro/indiwebmanager/issues/53#issue-1393305210 There are directory listing, driver.xml...
I found the cause of this issue. "Astroberry System" is registered in the following two places and is shown in the driver list of indi web manager. - /usr/share/indi/indi_astroberry_system.xml -...
Hi @knro KStars 3.6.1 registers custom driver information in table customdrivers in `~/.local/share/kstars/userdb.sqlite`. However, indiwebmanager retrieves custom driver information from table custom in `~/.indi/profiles.db`. Therefore, custom drivers registered with old...
I have read a little indiwebmanager code. Am I correct in understanding that when `INDI Web Manager` in KStars Profile Editor is checked, the Custom Driver used in the profile...
It probably works according to the indiwebmanager specification. I believe that the following is the reality of this issue, which I did when I did not know much about Custom...
Hi @knro You may close it as it behaves as specified. I would be happy if you could improve the specifications to make it easier to use the custom driver...