]>
scm.dxcluster.org Git - dweather.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Dirk Koopman [Tue, 10 Oct 2017 11:56:16 +0000 (12:56 +0100)]
Send wind even if it hasn't changed
Always send wind even if it hasn't changed in order to update the wind rose.
Dirk Koopman [Thu, 29 Sep 2016 23:03:38 +0000 (00:03 +0100)]
fix max wind
Dirk Koopman [Tue, 19 Jan 2016 17:49:10 +0000 (17:49 +0000)]
max windchill active only in winds > 1.2m/s
Dirk Koopman [Sun, 17 Jan 2016 19:56:12 +0000 (19:56 +0000)]
fix type in temperature continuous output
Dirk Koopman [Sun, 17 Jan 2016 19:52:04 +0000 (19:52 +0000)]
add 2 day forecast, blue -(ve) temperature
Add the yr.no 2 day forecast to the top of the page.
Make any temperature zero or below dark blue. This actually involves
have two series running in parallel - with some tricky corners to make
them join up.
Dirk Koopman [Wed, 9 Dec 2015 23:44:13 +0000 (23:44 +0000)]
display speeds in mph rather than m/s
Dirk Koopman [Wed, 9 Dec 2015 22:27:54 +0000 (22:27 +0000)]
add maxwind, pressure to .1, improve ui
Added facility to record the maximum wind gust and time per day.
Change the accuracy of the barometer from int to one dec pl.
Fix the size of the columns in the UI to stop the constant changing of widths
with data changes
Dirk Koopman [Thu, 6 Aug 2015 20:45:23 +0000 (21:45 +0100)]
try to improve error/close/timeout restarting
Dirk Koopman [Fri, 24 Jul 2015 13:44:36 +0000 (14:44 +0100)]
fix humidity updating
Dirk Koopman [Fri, 3 Jul 2015 22:08:27 +0000 (23:08 +0100)]
add humidity scale
Dirk Koopman [Sun, 10 May 2015 20:53:06 +0000 (21:53 +0100)]
change temp colour to red
Dirk Koopman [Mon, 4 May 2015 13:33:45 +0000 (14:33 +0100)]
fix windrose and other tarting
Dirk Koopman [Sat, 18 Apr 2015 21:26:19 +0000 (22:26 +0100)]
fix main graph history slurping
Remove buttons from widgets.
Fully parameterise the amount of slurping.
Dirk Koopman [Sat, 18 Apr 2015 19:17:37 +0000 (20:17 +0100)]
speed up load by embedding initial graphs values
Rather than sending them via websocket. Which seems incredibly slow.
Which is a worry...
Dirk Koopman [Sat, 18 Apr 2015 15:07:43 +0000 (16:07 +0100)]
add three wind dials
remove the debugging displays
make the js and css local
modernise logf
Dirk Koopman [Sat, 18 Apr 2015 00:15:51 +0000 (01:15 +0100)]
Now with a graph!!
Dirk Koopman [Tue, 27 Jan 2015 22:28:19 +0000 (22:28 +0000)]
start to add state ready for graphs
Dirk Koopman [Tue, 27 Jan 2015 11:49:21 +0000 (11:49 +0000)]
restore data saving
Dirk Koopman [Mon, 26 Jan 2015 15:48:58 +0000 (15:48 +0000)]
add time of min and max temp
Dirk Koopman [Sun, 25 Jan 2015 22:02:30 +0000 (22:02 +0000)]
show when ws not connected
Dirk Koopman [Sat, 24 Jan 2015 21:01:38 +0000 (21:01 +0000)]
add some Bootstrap goodness
Dirk Koopman [Sat, 24 Jan 2015 00:14:18 +0000 (00:14 +0000)]
saner loop_data opening/closing
Dirk Koopman [Sat, 24 Jan 2015 00:04:26 +0000 (00:04 +0000)]
prefer rename over copy for loop_data shuffle
Dirk Koopman [Fri, 23 Jan 2015 23:50:03 +0000 (23:50 +0000)]
add extra per (half) hour stuff
Dirk Koopman [Fri, 23 Jan 2015 23:25:57 +0000 (23:25 +0000)]
a WORKING WEBSERVER!!!
Dirk Koopman [Tue, 20 Jan 2015 20:24:49 +0000 (20:24 +0000)]
add some range checking...
Dirk Koopman [Sat, 17 Jan 2015 19:56:10 +0000 (19:56 +0000)]
add min/max outside temperature
Dirk Koopman [Tue, 30 Dec 2014 13:32:17 +0000 (13:32 +0000)]
add manuals to git
Dirk Koopman [Sun, 28 Dec 2014 23:26:32 +0000 (23:26 +0000)]
syntax errors removed, wip
Dirk Koopman [Sun, 28 Dec 2014 21:04:15 +0000 (21:04 +0000)]
start a real(ish) dweather webapp
Dirk Koopman [Sun, 28 Dec 2014 19:57:23 +0000 (19:57 +0000)]
get to a nearly working basic webapp
Dirk Koopman [Sun, 28 Dec 2014 19:57:00 +0000 (19:57 +0000)]
fix day changing logic
Dirk Koopman [Wed, 29 Oct 2014 17:49:53 +0000 (17:49 +0000)]
add decoded time to record
So I can understand it better when looking at the logs. I must be
getting like Tubby! Having said that, the time_t timestamp may go
and, if necessary be regenerated.
Dirk Koopman [Fri, 18 Jul 2014 21:51:54 +0000 (22:51 +0100)]
update DWeather::Debug, Logger, Serial
Dirk Koopman [Wed, 16 Jul 2014 14:20:16 +0000 (15:20 +0100)]
add WLinkExpVar.pdf
This has all the various calculations that are used in the Vantage
PRO2 but could be used in other software/hardware
Dirk Koopman [Wed, 16 Jul 2014 13:30:23 +0000 (14:30 +0100)]
add weatherlink file decode docs
Dirk Koopman [Mon, 14 Jul 2014 17:31:05 +0000 (18:31 +0100)]
rename some vars to make more sense
Dirk Koopman [Mon, 14 Jul 2014 16:33:50 +0000 (17:33 +0100)]
Fix rain, move things about in hour/min recs
Add a series of rain deltas: rain, rain_1m, rain_1h (per loop,
per minute, per hour).
Moved the state machine debugging into isdbg 'state'.
Dirk Koopman [Mon, 14 Jul 2014 11:26:33 +0000 (12:26 +0100)]
fix multiple \ns, use JSON
Make sure that existing timers are removed before replacement timers
are activated.
Replace Mojo::JSON with JSON(::XS) to allow sorting of keys in the output
JSON sentences
Dirk Koopman [Sun, 13 Jul 2014 21:53:21 +0000 (22:53 +0100)]
add logf routine from smg
Dirk Koopman [Sun, 13 Jul 2014 21:50:22 +0000 (22:50 +0100)]
add auto reopen and general tidy up
Add mS to debug times
Open Log files as a+ rather than r as default
Dirk Koopman [Sun, 13 Jul 2014 12:41:23 +0000 (13:41 +0100)]
start hardening the looping
Try to restart the serial port after it closes.
Dirk Koopman [Sat, 12 Jul 2014 22:51:48 +0000 (23:51 +0100)]
Add logging modules and improve logger
Add some prototype support for LOOP2 records, but whether it is actually
worth it is a cause of some speculation as stuff gets erased from memory
too easily.
Dirk Koopman [Sat, 12 Jul 2014 16:36:36 +0000 (17:36 +0100)]
working and producing basic json records
Dirk Koopman [Fri, 11 Jul 2014 22:41:37 +0000 (23:41 +0100)]
successfully decoding loop pkts with Mojo
Dirk Koopman [Fri, 19 Jul 2013 13:50:55 +0000 (14:50 +0100)]
add (working) dirk.pl + other bits
Dirk Koopman [Thu, 10 May 2012 15:18:21 +0000 (16:18 +0100)]
wip
Dirk Koopman [Thu, 12 Apr 2012 16:57:58 +0000 (17:57 +0100)]
add basic skeleton to git