Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
103 commits
Select commit Hold shift + click to select a range
f59058c
fixed solar battery calculation logic, breaking change! now supports …
trystanlea-maker Mar 13, 2026
0f5825a
minor comments change
trystanlea-maker Mar 14, 2026
e3977d8
fix daily data history
trystanlea-maker Mar 14, 2026
66eb0f7
a few more fixes and clean up
trystanlea-maker Mar 14, 2026
471e452
solarpv battery template app, used for developing and testing key cal…
trystanlea-maker Mar 14, 2026
9be4261
clean up
trystanlea-maker Mar 14, 2026
568099e
fix ms to seconds
trystanlea-maker Mar 14, 2026
9579152
provisional triggering of post-processor from mysolarpvbattery app co…
trystanlea-maker Mar 14, 2026
8e77630
initial implementation of autogen section of app config
trystanlea-maker Mar 14, 2026
4f43683
minor fix
trystanlea-maker Mar 14, 2026
069d473
cleanup post process trigger
trystanlea-maker Mar 14, 2026
0f80780
silence progress dots
trystanlea-maker Mar 14, 2026
a0e142a
use app config object directly
trystanlea-maker Mar 14, 2026
e2ffad3
refactor auto gen create/reset feeds
trystanlea-maker Mar 15, 2026
47bf083
move autogen code to appconf
trystanlea-maker Mar 15, 2026
68451c7
set app config after creating autogen feeds
trystanlea-maker Mar 15, 2026
c6a26e1
move appconf template, stage 1
trystanlea-maker Mar 15, 2026
839586d
first stage of tariff explorer refactor to use solar pv battery post …
trystanlea-maker Mar 15, 2026
05195c4
refactor part 2
trystanlea-maker Mar 15, 2026
715a260
updated tooltip
trystanlea-maker Mar 15, 2026
f1f681e
clean up
trystanlea-maker Mar 15, 2026
b6203ed
calculate total costs for both tariff A and B
trystanlea-maker Mar 15, 2026
484c2d9
overall cost
trystanlea-maker Mar 15, 2026
00ce78e
fixed monthly breakdown
trystanlea-maker Mar 15, 2026
b5b38c7
revert monthly table headings
trystanlea-maker Mar 15, 2026
5301e4b
reduce duplication
trystanlea-maker Mar 15, 2026
52638b9
app list ui
trystanlea-maker Mar 16, 2026
e05f401
option to edit app name and public status from app list ui
trystanlea-maker Mar 16, 2026
2d1239c
split out css and js
trystanlea-maker Mar 16, 2026
6b19c73
attempt 1 of mysolarpvbattery feed modularity
trystanlea-maker Mar 16, 2026
1126a95
clean up
trystanlea-maker Mar 16, 2026
9a3b32d
split out daily export series
trystanlea-maker Mar 16, 2026
a30e0ed
clean up
trystanlea-maker Mar 16, 2026
4dd421d
use async call for bargraph
trystanlea-maker Mar 16, 2026
625fb90
clean up
trystanlea-maker Mar 16, 2026
a9dae36
clean up
trystanlea-maker Mar 16, 2026
52b161e
remove unused variables
trystanlea-maker Mar 16, 2026
7729966
start on new flow calculation derivation control
trystanlea-maker Mar 17, 2026
49b3821
derive flow control
trystanlea-maker Mar 17, 2026
f2cc344
further refactoring
trystanlea-maker Mar 17, 2026
1aa25f7
convert all available and battery_power
trystanlea-maker Mar 17, 2026
e153b3c
more refactoring
trystanlea-maker Mar 17, 2026
deee4b4
minor changes
trystanlea-maker Mar 17, 2026
fa24d1d
fix derive, avoid error if no daily data
trystanlea-maker Mar 17, 2026
6f20b5b
minor fixes
trystanlea-maker Mar 17, 2026
dc50e7b
flexible post process feed selection
trystanlea-maker Mar 17, 2026
6640e3d
fix support for barchart when no all series available
trystanlea-maker Mar 17, 2026
d34c582
fix undefined errors
trystanlea-maker Mar 17, 2026
ab967cc
use same feed selection and auto-generation for tariff explorer app a…
trystanlea-maker Mar 21, 2026
8336287
move appconf
trystanlea-maker Mar 21, 2026
6263c47
move styling
trystanlea-maker Mar 21, 2026
390c970
work towards configurable node name for flow kwh feeds
trystanlea-maker Apr 7, 2026
21c000b
option set set custom node name for autogenerated feeds
trystanlea-maker Apr 7, 2026
61c6b46
octopus app controller
trystanlea-maker Apr 7, 2026
13cf495
fix config
trystanlea-maker Apr 7, 2026
93da04a
update all apps to use new appconf location
trystanlea-maker Apr 7, 2026
31fc74e
update to use new element id
trystanlea-maker Apr 7, 2026
2df1541
update
trystanlea-maker Apr 7, 2026
fd91579
convert ui to vue.js
trystanlea-maker Apr 7, 2026
716f46e
migrate remaining to vue template
trystanlea-maker Apr 7, 2026
55a7c5a
list of main apps for easy access
trystanlea-maker Apr 7, 2026
9eae0ed
custom app name and description for vue implementation
trystanlea-maker Apr 8, 2026
2a6b09f
update to use vue_config
trystanlea-maker Apr 8, 2026
71cfd88
remove duplicate public entries
trystanlea-maker Apr 8, 2026
085b85c
fix current half hour import/export and tariff price
trystanlea-maker Apr 8, 2026
ed464a8
fix tariff app
trystanlea-maker Apr 8, 2026
fb951c1
process in 10s chunks, fix autogen feed allocation
trystanlea-maker Apr 9, 2026
b068cb6
change feedin required feeds
trystanlea-maker Apr 9, 2026
91c7e48
derive config
trystanlea-maker Apr 9, 2026
f5b0e68
Merge remote-tracking branch 'origin/mysolarpvbatteryfix' into mysola…
trystanlea-maker Apr 9, 2026
49f2605
styling and other suggestions from Tim Bones
trystanlea-maker Apr 9, 2026
5a84b0b
only show soc if less than a month
trystanlea-maker Apr 9, 2026
e8ebd7a
toggle visibility of statsbox items
trystanlea-maker Apr 9, 2026
ccf2e35
clean-up conditional styling
trystanlea-maker Apr 9, 2026
b56e864
hide battery section if not enabled
trystanlea-maker Apr 9, 2026
33bdd9f
improve resize
trystanlea-maker Apr 9, 2026
44622bf
rename from octopus to tariff explorer
trystanlea-maker Apr 9, 2026
6a1760b
rename app in new apps list
trystanlea-maker Apr 9, 2026
693eea5
remove tariff_B logic preparation for simple baseline approach
trystanlea-maker Apr 9, 2026
2efcdd2
clean up
trystanlea-maker Apr 9, 2026
115a957
baseline comparison part 1
trystanlea-maker Apr 9, 2026
6dc3cd6
heading and totals
trystanlea-maker Apr 9, 2026
24b7664
complete baseline comparison tool
trystanlea-maker Apr 9, 2026
42d7822
fix styling in battery mode
trystanlea-maker Apr 9, 2026
347c53c
fix tooltip data index and remove zero values
trystanlea-maker Apr 9, 2026
c0c137d
improve mobile responsivness
trystanlea-maker Apr 9, 2026
3a73268
fix autogen config visibility and nodename where feed names are not s…
trystanlea-maker Apr 10, 2026
3707141
Merge branch 'mysolarpvbatteryfix' of github.com:emoncms/app into mys…
trystanlea-maker Apr 10, 2026
c769c24
easier to read tooltip, hide legend on mobile, fixed co2 intensity
trystanlea-maker Apr 10, 2026
516b27c
fix battery soc change
trystanlea-maker Apr 10, 2026
58dd03a
for testing
trystanlea-maker Apr 10, 2026
0a32897
set consistent colors
trystanlea-maker Apr 10, 2026
0ff2d6f
show colors in tooltip
trystanlea-maker Apr 10, 2026
69f831e
force cache reset
trystanlea-maker Apr 10, 2026
aecd9b6
limit solar and use values below 0
trystanlea-maker Apr 10, 2026
008187d
fix auto update moving window
trystanlea-maker Apr 10, 2026
fefab07
start of mysolarpvbattery css refactor
trystanlea-maker Apr 11, 2026
69e189b
line up solar % figures
trystanlea-maker Apr 11, 2026
616a89a
fix chart height
trystanlea-maker Apr 11, 2026
80ad867
fix hours and mins left
trystanlea-maker Apr 11, 2026
6073117
further refinements
trystanlea-maker Apr 11, 2026
d9d47bc
minor refinements
trystanlea-maker Apr 11, 2026
f915287
refinements
trystanlea-maker Apr 11, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
533 changes: 0 additions & 533 deletions Lib/appconf.js

This file was deleted.

38 changes: 38 additions & 0 deletions Views/css/config.css → Lib/appconf/appconf.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,42 @@

/* -------------------------------------------------------------------
Config
--------------------------------------------------------------------*/
.app-config-box {
border: 1px solid #fff;
color: #fff;
}

.app-config-box-main {
border: 1px solid #aaa;
color: #fff;
}

.app-config-description-inner {
padding-right: 20px;
color: #ccc;
}

.app-config select {
background-color: #333;
color: #fff;
}
.app-config select optgroup {
background-color: #666;
}
.app-config input[type=text] {
background-color: #333;
color: #fff;
}
.app-config .icon-app-config {
background-image: url("../../../../Lib/bootstrap/img/glyphicons-halflings-white.png");
margin-top:5px;
}

.app-config .feed-auto {
color: #ccc;
}

.app-config-box {
margin-bottom:8px;
padding: 8px 10px 10px 10px;
Expand Down
Loading