Charlie Martin
Charlie Martin
I encountered the same error on MacOS Monterey. Was able to get the server to run by using python3.7.
It looks like it is used for the config page database export/import function (profiles_controller.rb: ```export_influxdb and import_influxdb```. I think this may be available via http; but perhaps we should just...
Need to remind me how the bulk influxdb import/export works. It would require a parallel dump/restore of mysql, right? What was the use case for this? We now have the...
No explicit idea. I think the highest priorities are the dependabot gem updates (done) and fixing the highcharts problem. This are two high priority items on the Release 1.1 project....
This is a high priority. Most users do not follow the routine of downloading data periodically, and so when they want a large span of data, they have to tediously...
Is kapacitor even a going concern still?
This is adding a new endpoint that delivers JSON: _/api/v1/instruments/{id}.json_. Very similar to _api/v1/sites/{id}.json_.
Further clarification from @mdye: The culprit seems to be the downsampling being performed when the timeseries points are fetched from influxdb. See app/models/instrument.rb, https://github.com/earthcubeprojects-chords/chords/blob/46d066369f1b9eea76107fbafb40368e201e31da/app/models/instrument.rb#L52 and app/models/var.rb https://github.com/earthcubeprojects-chords/chords/blob/46d066369f1b9eea76107fbafb40368e201e31da/app/models/var.rb#L63 https://github.com/earthcubeprojects-chords/chords/blob/46d066369f1b9eea76107fbafb40368e201e31da/app/models/var.rb#L73
[Here](https://pdfs.semanticscholar.org/dcd3/92d790801918612019a323e4ec719f124873.pdf) is an article that discusses some approaches and testing of database approaches for gridded data. It is oriented towards agricultural data, but the concepts are the same. Erik Johnson...
I also ran across this article about setting up a reverse proxy with nginx, uses self-signed certificates, and provides authentication: https://community.openhab.org/t/using-nginx-reverse-proxy-authentication-and-https/14542/4