You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
am new to this soo i got all the data from my htu22 sensor in a sqlite3 db with temperature,humidity and unixtime, but how do i feed it into the graph?
You'll need to turn your data into a series of arrays. Pandas and the read_frame method might be useful for querying your database and converting it to datatypes that can be read by these charts.
I'll look into these requests you mention / offline functionality and verify is these requests are coming from this lib.
Confirming that this library makes external requests to a CDN. We might add a feature to have local assets that do not require making an HTTP requests, I'll see if I have time to get to this later.
am new to this soo i got all the data from my htu22 sensor in a sqlite3 db with temperature,humidity and unixtime, but how do i feed it into the graph?
you can read my current code here
https://github.com/nwgat/zerosensor2/blob/master/zerosensor-nvd3.py
is there a way to run it locally without internet? it seems the rendered output call javascript from the internetz
The text was updated successfully, but these errors were encountered: