Alex Posted October 26, 2020 Share Posted October 26, 2020 Finally got some time to put this all together. Uses a Raspberry pi 4 and Thomas Jacquin's software. The environment data is captured using an esp32 since it is remote to the pi allowing them to connect over wifi. Data from the remote sensor is processed by the pi, which controls the dew heaters and sends alarms if it clouds over. The data is also recorded so that I can draw pretty graphs ;-) 2 Quote Link to comment Share on other sites More sharing options...
Gina Posted October 27, 2020 Share Posted October 27, 2020 Looks good ? Could we have more details, please? Quote Link to comment Share on other sites More sharing options...
Alex Posted October 27, 2020 Author Share Posted October 27, 2020 GinaOf course :-)The camera is an ASI 178MM in a pretty standard enclosure mounted 15 feet up a pole. The camera housing is mounted to the pole using a custom designed and printed bracket. The camera housing bracket.The camera has two connections, one USB and the other power for the dew eater. Both cables run back to the Pi.Since I did not want the the dew heater to run 24x7 I elected to build a sensor to calculate the dew point and only enable the heater when needed. Again this sensor plugs into the Pi.I had issues running the temperature/humidity sensor over any distance so instead elected to just run power to the sensor from the Pi and use an ESP32. The remote sensors are connected to the ESP32 with software running on it that allows the Pi to poll it over WiFi to get the required data. The data returned is fairly simple.{"tempc":"11.100000","tempf":"51.980000","humidity":"5.000000","dewpoint":"-27.201445","cloudambient":"11.969995","cloudobject":"11.890009"}The remote sensor consist of two sensorsA DHT22 to record the temperature and humidity. The code on the esp32 calculates the dew pointA MLX90614 to record the ambient ans sky temperature, used to work out if there is any cloud cover.Since ths Pi is controlling power to the sensor it can reboot it if it were to lose contact.To prevent the dew heater turning on and off rapidly as the temperate approaches the dew point a moving, averaged, sample window is used over a 5 minute period.There All Sky camera software us running on the PI, I have modified this to allow extra data to be displayed on the camera images. There is also software running that polls the remote sensor for data, writes this to a local influxdb instance and displays a load of useful info on the small oled screen.Daily Keogram and startrail images are generated and uploaded to a remote server. A timelapse vide of the night is also created and uploaded to a remote server.I am running the camera in raw mode so it generates a lot of data, circa 6Gb per night. I keep 10 days of data on the Pi and automatically archive it to an ssd attached to the Pi. The Pi Controller in its enclosure The Pi Controller running The remote sensor - Doesnt show the MLX90614 which is in the top of the case 1 Quote Link to comment Share on other sites More sharing options...
Gina Posted October 27, 2020 Share Posted October 27, 2020 Thank you ? Quote Link to comment Share on other sites More sharing options...
Alex Posted October 27, 2020 Author Share Posted October 27, 2020 Posted by: @Gina Thank you ? Pleasure :-) I am now redesigning the cloud sensor around a Pi Zero and adding a rain sensor and various heaters. I have noticed that when it rains the cloud sensor misreads as the water blocks IR light. Found a neat rain sensor with built in heater to help deal with false positives on Amazon. 1 Quote Link to comment Share on other sites More sharing options...
Gina Posted October 28, 2020 Share Posted October 28, 2020 Morning all. The sun is making a valient effort to break through the cloud. Hmmmm. I keep trying to use this like WA Quote Link to comment Share on other sites More sharing options...
ApophisAstros Posted October 28, 2020 Share Posted October 28, 2020 @gina50/50 sun here,Roger Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.