OtagoPolytechnic / Cloudy-with-a-Chance-of-LoRa

2024 S2 Studio 5/6 Weather Station Team
0 stars 0 forks source link

Get data sending to database #20

Closed SamanthaCra closed 2 months ago

SamanthaCra commented 2 months ago

Ge tthe sensor data from IoT sending to the database successfully.

SamanthaCra commented 2 months ago

Similar to Transmit Data LORA #13

SamanthaCra commented 2 months ago

https://www.thethingsindustries.com/docs/api/

SamanthaCra commented 2 months ago

It is possible to get HTTP sending but if we are already developing an API then this is the best solution. We will need to build a web hook in order for the api to take data and post it to the database.

fuzzyers commented 2 months ago

Backend Wiki

I have assembled a basic backend capable of ingesting data for temperature and humidity as a prototype.

Aswell as a very simplistic Webhook although it's only been setup to a local PostgreSQL database.