Hello Jasem,

In focus.cpp, method Focus::setAutoFocusResult, I always get a null pointer when trying to access the Temperature property (although the logs show the temperature, and it is displayed in the INDI control panel):

INDI::Property * np = currentFocuser->getProperty("TemperatureNP");

Meanwhile, I noticed I could get temperature value updates in Focus::processFocusNumber.
This is even better.
I will perform some tests and will soon propose my code for the feature.

Clear skies

Read More...