Weather Station
Is it raining?
AAG CloudSensor
The AAG CloudSensor requires power and a serial-to-usb connection to the control box.
Configuration
The weather sensor has two types of configuration, there first is by changing the internal parameters of the AAG itself and the second is to change what is considered "safe" by the system.
Internal
Ideally you shouldn't need to change the internal parameters. If you are having any issues, see the website and user manual for your specific product.
Thresholds
The thresholds for the system are how POCS determines whether or not the system is "safe". You can view the current settings for these values with:
These values are set in the configuration file (i.e. ~/conf_files/pocs_local.yaml
):
Readings
You can get the current weather readings by using:
The readings for the weather station are stored in the database, which by default is just a json file in the ~/json_store/panoptes
folder. You should be able to find a current_weather.json
file if the service is working correctly. You can watch this file change by entering the following in a terminal, which should show the same thing as the above command:
Log files
Log files for the weather service are located in ~/logs/weather-reader.log
.
Last updated