Currently, I am using a TSL2561 sensor controlled with ESPHome. This sensor gives me the value in lux. I convert this value to SQM with Node-RED, which also publishes it in TCP, converting the data as if it were a Unihedron SQM (Sky Quality Meter) reader. The indi_sqm driver connects via TCP to Node-RED, retrieving the value.
The GPS (neo6m) is connected to an ESP32 using the sketch provided by this site: www.forward.com.au/pfod/CheapWifiShield/...fiShield/NMEAbridge/ . Essentially, the ESP32 provides a UDP/TCP server with NMEA data that IndiLib can read with the indi_gpsnmea driver. So far, everything is working... I was wondering if AllSky could also connect (always with the Indi drivers) to these two "services" directly. What should I do to try to connect to the GPS with indi_gpsnmea?

Read More...