elewin/pi-weather-station

Incorporating Local Data

Closed this issue · 3 comments

Any interest in making it possible to incorporate data from backyard sensors--whether by replacing or simply by supplementing the temp / humidity / wind data from ClimaCell? Having the radar, the sunrise/sunset times, and the beautiful layout are super. It'd be even better to be able to incorporate local data as well. So far, my own efforts to that end have proven fruitless.

Where would the data be coming from? In what format would it come in, and how would it be accessed?

It sounds like that would take a pretty significant re-write to do. Basically the node server would need to connect to your database directly, and then make queries against it that are accessible to the webpage (the app you see running) through some local rest endpoints, and then you'd have to have the app shape the data it gets back to match what its normally expecting from ClimaCell