Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboards/mqtt demo #21027

Open
wants to merge 72 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
72 commits
Select commit Hold shift + click to select a range
ae39295
Basic MQTT connection, based on example from customer.
jomar-honsi Mar 14, 2024
86513db
Added basic Dashboard.
jomar-honsi Mar 15, 2024
a4a789b
Deleting and adding rows to data table.
jomar-honsi Mar 15, 2024
080d90a
Fixed table update and connection logic.
jomar-honsi Mar 18, 2024
f23526c
Fixed issues with time series on x-axis.
jomar-honsi Mar 18, 2024
da86017
Added history to chart at start-up.
jomar-honsi Mar 18, 2024
bee1403
Correct time interval, UI improvements.
jomar-honsi Mar 19, 2024
f620867
Before reshuffling layout
jomar-honsi Mar 19, 2024
25597f2
Changed layout (grouping aggregat).
jomar-honsi Mar 19, 2024
042e0be
Fixed flex issues.
jomar-honsi Mar 19, 2024
1433de6
Dynamic creation of connectors and components.
jomar-honsi Mar 19, 2024
f904a49
Scaleable number of power generators.
jomar-honsi Mar 20, 2024
6c30d3c
Passing power plant data to configuration step.
jomar-honsi Mar 20, 2024
e542325
Cleaned up connect/status bar.
jomar-honsi Mar 20, 2024
59d95ac
Increased to max. 4 power generators.
jomar-honsi Mar 21, 2024
8a6cd02
Merge branch 'master' into dashboards/mqtt-demo
jomar-honsi Mar 21, 2024
bb81721
Made data reception scaleable
jomar-honsi Mar 21, 2024
c643b53
Scaleability implemented.
jomar-honsi Mar 21, 2024
9b36724
Merge branch 'master' into dashboards/mqtt-demo
jomar-honsi Mar 21, 2024
2f2f273
Implemented dynamic updating of dashboard
jomar-honsi Mar 21, 2024
97131d1
Tested with alternative locations.
jomar-honsi Mar 21, 2024
0566096
Merge branch 'master' into dashboards/mqtt-demo
jomar-honsi Mar 22, 2024
bc9974f
Improved modularity.
jomar-honsi Mar 22, 2024
c79ee51
Merge branch 'master' into dashboards/mqtt-demo
jomar-honsi Mar 25, 2024
dc0a988
Merge branch 'master' into dashboards/mqtt-demo
jomar-honsi Mar 25, 2024
9139a98
Merge branch 'master' into dashboards/mqtt-demo
jomar-honsi Mar 26, 2024
5ea96d6
Clean-up
jomar-honsi Mar 27, 2024
6a8d63f
Added dropdown for selecting power station.
jomar-honsi Mar 27, 2024
eda710a
Cosmetics, description, function for resetting dashboard.
jomar-honsi Mar 28, 2024
33e732d
UI enhancements.
jomar-honsi Apr 2, 2024
e6bf58b
CSS refinements.
jomar-honsi Apr 2, 2024
314f76c
Added basic map and HTML component.
jomar-honsi Apr 2, 2024
5c113f2
Merge branch 'master' into dashboards/mqtt-demo
jomar-honsi Apr 2, 2024
faa095d
Map with dynamic centre point.
jomar-honsi Apr 2, 2024
24c6b5d
Added content to info component.
jomar-honsi Apr 3, 2024
020e369
UI improvements
jomar-honsi Apr 3, 2024
280da84
Added support for multiple languages.
jomar-honsi Apr 4, 2024
760a103
Added details to info board and moved KPI row to the top.
jomar-honsi Apr 4, 2024
f6fc009
Rearranged components after meeting Sognekraft.
jomar-honsi Apr 4, 2024
10e70d0
CSS cleanup + map tooltip
jomar-honsi Apr 5, 2024
b1957ff
Added more tooltip info
jomar-honsi Apr 5, 2024
05c937f
Added description.
jomar-honsi Apr 8, 2024
06caa59
Improved visual aspects for info component.
jomar-honsi Apr 8, 2024
a61330d
Made the application more configurable.
jomar-honsi Apr 10, 2024
afbb07b
Fixed lint issues.
jomar-honsi Apr 11, 2024
e8fde31
Fixed styling issues.
jomar-honsi Apr 11, 2024
bd43208
Simplifications.
jomar-honsi Apr 11, 2024
7704b0d
Fixed map update issue.
jomar-honsi Apr 12, 2024
4f70a2a
Merge branch 'master' into dashboards/mqtt-demo
jomar-honsi Apr 12, 2024
952e368
Removed reversion of data.
jomar-honsi Apr 12, 2024
2251ba3
Removed chart/grid sync.
jomar-honsi Apr 12, 2024
ef56d3b
Addressed responsive issues.
jomar-honsi Apr 15, 2024
2f194ca
Improved CSS.
jomar-honsi Apr 15, 2024
07518d1
Style improvements.
jomar-honsi Apr 15, 2024
9899f42
Rounded component corners etc.
jomar-honsi Apr 15, 2024
d88a56c
Minor change in CSS.
jomar-honsi Apr 16, 2024
81b5d6a
Added authentication dialog.
jomar-honsi Apr 16, 2024
a8fe1c0
Merge branch 'master' into dashboards/mqtt-demo
jomar-honsi Apr 16, 2024
1ce1616
Improved language support.
jomar-honsi Apr 16, 2024
ed939ee
Fixed sticky tooltip issue + cosmetics.
jomar-honsi Apr 17, 2024
1a0a010
Removed file that was accidentally added.
jomar-honsi Apr 17, 2024
bfd771c
Added all generators to map tooltip.
jomar-honsi Apr 17, 2024
9d100da
Comments and symbol renaming.
jomar-honsi Apr 17, 2024
6e6b94b
Cosmetics, default language English (for review purposes).
jomar-honsi Apr 18, 2024
5781e13
Merge branch 'master' into dashboards/mqtt-demo
jomar-honsi May 16, 2024
b65bf77
Removed internal Sognekraft information and authentication dialogue.
jomar-honsi May 16, 2024
1c6d92f
Re-introduced sync
jomar-honsi May 17, 2024
97cf4b3
Selection of power stations dynamic, based on incoming data.
jomar-honsi May 17, 2024
9c39e27
Code clean-up.
jomar-honsi May 17, 2024
c702c5d
Added power station table and reduced code size.
jomar-honsi May 20, 2024
83757f7
Code size reduction
jomar-honsi May 20, 2024
da9a698
Tidied up.
jomar-honsi May 20, 2024
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
Loading
Loading