Temperature Script for cameras #560
-
The camera I am using (Altair 178C) does not have a temperature sensor that is read by the Indi driver. I am therefore looking at writing a script to record the temperature of the camera on the images. My question is, how does the script need to report its temperature to allsky? I don't think I've seen any documentation for this anywhere. I wrote a very simple script (it just says 'echo "20"') and set it up in the config but I get the result 'Temperature script failed to execute' from the config utility as I try to enter it ( (the script has the execution bit set). Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
My documentation is not extensive, but I have some example scripts documented at: If you have the exact exception that includes the line number, I might be able to tell you what the problem is. If you could also run |
Beta Was this translation helpful? Give feedback.
-
Hi,
But it doesn't work of course.. |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks a lot for your help and congratulation for your program! |
Beta Was this translation helpful? Give feedback.
-
Hi, thank you very much for your help |
Beta Was this translation helpful? Give feedback.
-
It's working with the web interface with full path! |
Beta Was this translation helpful? Give feedback.
My documentation is not extensive, but I have some example scripts documented at:
https://github.com/aaronwmorris/indi-allsky/wiki/External-Temperature-Sensor
If you have the exact exception that includes the line number, I might be able to tell you what the problem is. If you could also run
ls -l script.sh
(or whatever the name is) to show what the file permissions actually are.