Weather station data with multiple sensors in one channel
Latest activity Reply by Christopher Stapels
on 3 Oct 2022
Hello, I run a weather station that consists of several sensors. Sensor1 supplies external weather data, Sensor2 internal room data and Sensor3 particulate matter values.
Can I display the variables of all sensors in a "Weather Station" channel and display them in charts?
If so, how do I do that with ThingSpeak?
Many Thanks
5 Comments
Time DescendingYou definitely can. Here is our weatherstation, in the parking garage at the MathWorks headquarters in Natick, MA.
If the device controlling your weatherstation is conncted the internet, you can use the Write Data REST API endpoint to write data to ThingSpeak.
You can store up to 8 fields of data in a single update, or message sent to ThingSpeak.
There is also a place to store location and status information. Your channel settngs can provide the channel location, and other meta information about the device.
You can use the MATLAB visualizations app to create custome visualizations of your data, in addition to the automatic field plots. You can write code in the MATLAB analysis app to analyze your data, and then schedule the analysis to run automatically with TimeControl or on a set channel condition with the React app. The built in alerts system can send you email notifications with the criteria you decide.
Sign in to participate