fdbe40f
(HEAD -> main)
Merge branch 'master' of ssh://git.funkthat.com:822/jmg/solardash by
2020-03-05 00:43:29 -0800
fafce08
make sure to handle the first data w/ NaN's.. by
2020-03-05 00:43:06 -0800
f4ed8bd
add arrow which is used by fakedata.py.. by
2020-03-05 00:33:19 -0800
956c7fe
add support for fetching grid data... by
2020-03-05 00:24:58 -0800
e6108fc
add some info to the README.. by
2020-03-05 00:24:29 -0800
57c8348
add some experiemental code wrt stacking... by
2020-03-03 16:31:51 -0800
a723392
enable a legend by
2020-03-03 16:07:05 -0800
1e73a58
use chart.get instead of rolling my own.. by
2020-03-03 15:53:06 -0800
ef8b5c2
reduce number of spaces to save a little space (and I assume parsing time).. by
2020-03-03 15:42:56 -0800
342a7f5
add thousands sep, and add a few missing commas at the end of lines.. by
2020-03-03 15:38:13 -0800
8a06e9c
limit ourselves to ints for W.. don't need sub-nanowatt precision.. by
2020-03-03 15:37:42 -0800
700b61f
make the underlying lines easier to see, when we add proper grid data, this might need adjusting again.. by
2020-03-03 01:52:09 -0800
e904b0d
HighStocks always adds a navigator series that isn't defined, so it messes up the indexes... find the indexes that we want, and store them so that any other crazy things that the library does hopefully won't screw us up.. by
2020-03-03 01:41:56 -0800
73d5c0d
Firefox doesn't handle a 4MB line very well, so indent the json.. by
2020-03-03 01:41:14 -0800
2506993
create fake consumption data, and add it in to the graph.. by
2020-03-03 01:11:43 -0800
508c43c
generate some fake production data.. by
2020-03-03 00:58:30 -0800
f6ac2f1
add in the other data lines, and unstack the graph... by
2020-03-03 00:58:06 -0800
8dd61b9
drop old fake data that isn't used anymore.. by
2020-03-03 00:57:40 -0800
eca6eff
remove end of line white space.. by
2020-03-03 00:35:19 -0800
a92e562
add function to reduce the points, future versions need to calc min/max of deleted points, but that involves date math I don't want to do yet. by
2020-03-03 00:32:52 -0800
10f77e8
the testing is in the jspp file, NOT the js file. oops.. by
2020-03-02 12:38:15 -0800
d4d554c
add link to range series to use.. by
2020-03-02 12:36:16 -0800
3716853
add another useful command.. by
2020-03-02 12:35:53 -0800
38a2e0e
shrink the height a bit... can't use percentage, as it's fixed to 400px. by
2020-03-02 12:35:26 -0800
18b8375
add link to possibly running python code in the browser. Not going to do that for now, as framework to import the python code I want into it might be a bit difficult.. by
2020-03-01 18:44:34 -0800
18fb5f1
ordinal: false ensures that any gaps are properly rendered... by
2020-03-01 12:57:04 -0800
610524a
include a preceeding data point so that lines that are off the graph draw more nicely.. by
2020-03-01 12:56:41 -0800
b3c19f0
ignore the timzeone data.. by
2020-03-01 12:56:17 -0800
317306c
wrap lines, and add text talking about points before/after range by
2020-03-01 12:55:30 -0800
ef486f0
make sure that there's a zero data point... by
2020-03-01 12:53:04 -0800
507d668
this makes timezones work.. why this exact same code didn't work earlier is beyond me... by
2020-03-01 12:38:50 -0800
54548d8
add a script that generates fake data.. definitely needs work... by
2020-03-01 12:34:25 -0800
51ea2e3
don't use cpp, just use cat to combine everything... make design responsive, and add color when net power is good/bad... by
2020-02-23 15:57:33 -0800
7ef0206
more notes on graphs.. now that it looks like there can be multiple data lines on both main and navigation, we can change how things are organized, and here's the current idea for them.. by
2020-02-17 11:37:58 -0800
4231738
we aren't testing this code.. by
2020-01-23 10:53:03 -0800
06e7e1e
properly skip over ZoneInfo lines.. by
2020-01-23 10:36:59 -0800
cb5416e
add my own built-ins for aiter and anext because Python doesn't want to add them.. by
2020-01-23 10:32:56 -0800
eef9b26
add units by
2020-01-23 01:13:21 -0800
cb63ba9
use stick channels to better divorce the back end... Also, properly clean up the app on one of the tests, and do a better job on another... by
2020-01-23 01:11:51 -0800
2fcffa3
add some docs for StickyChannel... by
2020-01-23 00:39:35 -0800
196fc17
Merge branch 'master' of ssh://git.funkthat.com:822/jmg/solardash by
2020-01-23 00:30:02 -0800
6d8d5f6
paramaterize more things... by
2020-01-23 00:29:25 -0800
a018cb9
add a sticky value channel.. it pushes it's value, but the first time it returns a stored value, if any... by
2020-01-22 17:19:52 -0800
939f45b
build the symlink when needed.. by
2020-01-21 14:44:26 -0800
eefd1e0
add license.. by
2020-01-21 14:42:36 -0800
3a6f9c2
get basic functionality working.. by
2020-01-21 14:41:36 -0800
35bc001
ignore coverage data by
2020-01-21 14:03:32 -0800
03d616c
add stub to make the module executeable by
2020-01-21 14:03:08 -0800
2f894ad
add static routing, improve making the test urls.. by
2020-01-21 11:43:15 -0800
fd2766c
add start of daemon to push data to the client by
2020-01-19 23:21:46 -0800
a4d80bd
add quit message and other minor updates by
2020-01-19 23:21:31 -0800
3182b84
bring in the start of the python daemon side of things by
2020-01-12 16:04:14 -0800
0381a07
bring in latest changes, makes the chart more usable.. by
2020-01-12 15:44:40 -0800
35770c3
add in highcharts, expand out to have net grid, and consumption as well by
2020-01-08 19:55:08 -0800
ffc744a
add inital work on this... by
2020-01-08 17:29:21 -0800
955710e
add README.. by
2020-01-08 17:27:06 -0800