chrisu/seepark.git
2018-06-14 gregor herrmannreplace 1 chart+buttons with 4 charts
2018-06-13 gregor herrmannowm.py: import sys
2018-06-13 gregor herrmannseepark_web.js: print temperature in y axis with 1...
2018-06-13 gregor herrmannseepark_web.js: use our new sensors API instead of...
2018-06-13 gregor herrmannadd format argument to sensors API
2018-06-13 gregor herrmannfix indentation. or actually logic: mode handling after...
2018-06-13 gregor herrmannwrap csv filenames in os.path.expanduser()
2018-06-12 gregor herrmannsensor API: rename '/api/<version>/sensor/<sensor_id>'
2018-06-12 gregor herrmannadd mode=<full|consolidated> request argument to sensor...
2018-06-12 gregor herrmannadd more needed python3 modules to README
2018-06-11 Philipp SpitzerUpdate .gitignore.
2018-06-11 Philipp SpitzerAdd begin and end parameters to sensor endpoint.
2018-06-11 Philipp SpitzerAdd /api/<version>/sensor/<sensor_id>.
2018-06-11 Philipp SpitzerAdd API to view sensors.
2018-06-11 Philipp SpitzerImplement writing CSV.
2018-06-11 Philipp SpitzerScript takes config file from command line now.
2018-06-11 Philipp SpitzerMake use of dict consistent.
2018-06-10 gregor herrmannMerge branch 'web' into owm
2018-06-10 gregor herrmannmaybe we want different shades of blue for the water...
2018-06-09 gregor herrmannowm.py: add rain/precipitation data
2018-06-08 gregor herrmannowm.py: handle missing wind degrees/direction
2018-06-08 gregor herrmannadd an openweathermap widget to the webpage
2018-06-08 gregor herrmannadd owm.py: get weather data from openweathermap
2018-06-04 gregor herrmanntooltip: 2 decimal places are enough
2018-06-04 gregor herrmannnext attempt with the reload-on-zoom function. not...
2018-06-04 gregor herrmannadd buttons for day/week/month/year, + css and a js...
2018-06-04 gregor herrmannadd prototype for data loading function in zoom change
2018-06-04 gregor herrmanntemplate: add mobile friendly meta directive
2018-06-04 gregor herrmannpass timespan (in days) to our /data route via GET
2018-06-04 gregor herrmannfinally use random data but change granularity in depen...
2018-06-04 gregor herrmannrename hello() to index()
2018-06-03 gregor herrmanngenerate random data. commented out as it kills every...
2018-06-03 gregor herrmannupdate regions
2018-06-02 gregor herrmannadd temperature regions with colour coding
2018-06-02 gregor herrmannshow y grid
2018-06-02 gregor herrmannturn off transitions
2018-06-02 gregor herrmannshow more ° signs (in tooltip values and y axis)
2018-06-02 gregor herrmannx-ticks: don't show seconds, and rotate labels (multili...
2018-06-02 gregor herrmannx-ticks: turn off magic optimization
2018-06-02 gregor herrmannformat tooltip texts
2018-06-02 gregor herrmannuse realistic datetime values (i.e. '%Y-%m-%d %H:%M...
2018-06-01 gregor herrmannuse sensor_id and sensor_name from database
2018-05-30 gregor herrmannvalid HTML5 and some text changes
2018-05-30 gregor herrmannadd minimal README
2018-05-30 gregor herrmannadd title to chart
2018-05-30 Philipp SpitzerIgnore .pyc files.
2018-05-30 Philipp SpitzerEnable zoom.
2018-05-30 Philipp SpitzerAdd more test data.
2018-05-30 Philipp SpitzerAdd y label.
2018-05-30 Philipp SpitzerUse user-friendly names for labels.
2018-05-30 Philipp SpitzerIgnore vim .swp files.
2018-05-30 Philipp SpitzerThe chart now shows the test data.
2018-05-30 Philipp SpitzerThe flask app now provides test data.
2018-05-30 Philipp SpitzerSwitch to D3 version 5.4.0.
2018-05-30 Philipp SpitzerUse example .js code from http://c3js.org.
2018-05-30 Philipp SpitzerHello world flask project.
2018-05-30 Philipp SpitzerCopied .js und .css files from C3 project (https:/...
2018-05-30 Philipp SpitzerD3 library version 4.12.0 downloaded from github.com.
2018-05-10 Chrisu JähnlLeserlicher Name in die csv geschrieben
2018-05-10 Chrisu JähnlAnpassungen für mysql Datenbankfelder
2018-05-10 Chrisu JähnlSchreiben in die Datenbank, Anpassung der Werte. Auf...
2018-05-10 gregor herrmannguard (debug) output with if 0/1
2018-05-10 gregor herrmannhandle encoding. maybe.
2018-05-10 gregor herrmannadd wetter.at.pl
2018-05-10 Chrisu Jähnladd .gitignore
2017-05-27 Chrisu JähnlAlle 5 Sensoren
2017-05-27 Chrisu JähnlFunktion geschaffen
2017-05-27 Chrisu JähnlAusgabe in csv datei
2017-05-27 Chrisu JähnlAbfrage yesno
2017-05-27 Chrisu JähnlParsen mit Regex: YES|NO und Temperatur
2017-05-27 Chrisu Jähnl1. Proof of concept