JamesKDouglas / WelyApp

App for monitoring and sharing data from the Wely wireless lysimeter.
https://wely-app.vercel.app
0 stars 0 forks source link

Localize data into MongoDB #1

Open JamesKDouglas opened 2 years ago

JamesKDouglas commented 2 years ago

Right now data is stored on a Thingspeak server.

I would like to store the data from the Wely device in the MongoDB database. That means changing the code on the device, potentially to just send data to both locations. It likely also means setting up an MQTT server. However, it may be possible for the device to directly connect to the MondoDB database. That would represent a better, simpler, system.