Markus Grigull
df63a68b4b
Update offline data
2016-07-27 18:08:31 +02:00
Markus Grigull
16fef1ae47
Change absolute layout into scrollable
...
Replaced last svg-image with png
Removed unnecessary css
2016-06-23 14:19:08 +02:00
Markus Grigull
e163c9e245
Fix logo class
2016-05-23 21:44:34 +02:00
Markus Grigull
eb1c3448fa
Add docker-compose-dev.yml for easy start to dev.
...
Convert SVG images to PNG for easier handle.
Fix ElectricalGrid queue entity for new data.
2016-05-23 21:05:27 +02:00
Markus Grigull
63998ffb1e
Add small changes
2015-11-27 07:21:41 -05:00
Markus Grigull
fe82212fdd
Add changes to extended layout
2015-10-28 09:47:12 -04:00
Markus Grigull
2989ece4b1
Fix release v0.1
2015-10-27 07:41:46 -04:00
Markus Grigull
fbe0392e3d
Fix layout
2015-10-16 09:21:45 +02:00
Markus Grigull
1564733615
Add static chart
...
Tried to fix layout problems but could not complete
2015-10-16 00:36:02 +02:00
Markus Grigull
e9c8459216
Add height and useLabel parameter to line-chart
...
Add chart of fixed property to consumer page
2015-10-15 17:09:02 +02:00
Markus Grigull
18ffeaccee
Add small changes to layout
2015-10-15 15:00:40 +02:00
Markus Grigull
42e68262bb
Make small changes to layout
2015-10-15 14:48:59 +02:00
Markus Grigull
665617d19d
Change layout to fixed unscrollable single page
...
Still images and text and charts are work in progress
2015-10-15 14:37:16 +02:00
Markus Grigull
912ff7a570
Change image in grid
2015-10-15 12:30:36 +02:00
Markus Grigull
b7f7bd1ec7
Change image and change grid size
2015-10-15 11:03:21 +02:00
Markus Grigull
77db5ec1f1
Add min and max value to plot via property metadata
2015-10-14 15:50:59 +02:00
Markus Grigull
9fdeeb2719
Add highlight of current plotted attribute
...
Change chart line color to blue.
2015-10-14 15:10:10 +02:00
Markus Grigull
eb3a47a622
Add attribute source
2015-10-14 14:09:43 +02:00
Markus Grigull
cedb884ab6
Add normalize.css
2015-10-14 13:57:43 +02:00
Markus Grigull
4180e37bcc
Fix detect available entities
2015-10-14 13:50:27 +02:00
Markus Grigull
c3a4e2d120
Add message for entites without attributes
2015-10-14 13:12:51 +02:00
Markus Grigull
f52d77912b
Fix data time scale and logo file name
2015-10-14 13:05:14 +02:00
Markus Grigull
ae9e68beb6
Add logos to header
2015-10-14 12:25:10 +02:00
Markus Grigull
76e4a6eb5d
Fix chart scaling
2015-10-14 11:45:47 +02:00
Markus Grigull
29b1da6ca1
Add entity-chart component
...
The component combines the property-table and line-chart to
manage and display the properties of one entity. Thus it is
reusable for multiple entities at the same time.
2015-10-14 11:05:11 +02:00
Markus Grigull
b716b67bbc
Add new grid layout with four subviews
2015-10-14 10:45:41 +02:00
Markus Grigull
bb470e940a
Prepare for new layout
2015-10-14 09:55:04 +02:00
Markus Grigull
8ecc8ba95d
Improved grid layout
...
S1's properties are clickable and drawn in the plot.
2015-10-13 16:02:28 +02:00
Markus Grigull
806de033d4
Start 2x2 grid layout
2015-10-13 14:12:34 +02:00
Markus Grigull
b7c8a47611
Add time scaled data
...
Data is send in arrays with timestamp for each value. The X-Axis
on the chart now displays the real time of the data.
2015-10-12 17:36:34 +02:00
Markus Grigull
f382dc9e8b
Use time stamps on X axis
2015-10-12 12:25:14 +02:00
Markus Grigull
2fd9aee6aa
Changed entity layout
2015-10-09 13:31:45 +02:00
Markus Grigull
453638477e
Add fixed axis length to charts
...
Fix now really switching entities when chart was shown
2015-10-09 13:13:44 +02:00
Markus Grigull
14e29f91cc
Fix live update while switching entities
2015-10-09 12:31:42 +02:00
Markus Grigull
5a84de89c0
Charts are live updated
...
The chart draw method is called every 500ms.
2015-10-09 12:29:32 +02:00
Markus Grigull
acebff7c0c
Move charts to pure flotcharts.js and redraw on data change
2015-10-09 11:35:31 +02:00
Markus Grigull
1b576d543c
Add static charts for properties
2015-10-09 09:22:35 +02:00
Markus Grigull
fefac58125
Moved on with layout
2015-10-08 16:04:06 +02:00
Markus Grigull
3fd510e926
Changed layout to nav-tabs based
...
Layout is work in progress
2015-10-08 13:35:18 +02:00
Markus Grigull
58bef235e1
Fix polling system
2015-10-08 11:33:31 +02:00
Markus Grigull
7fdd3e9259
Fix property timestamp fetch
2015-10-07 16:09:07 +02:00
Markus Grigull
35e63c34fc
Add conditionals for empty entity or properties
2015-10-07 15:27:23 +02:00
Markus Grigull
403351d12b
Added property route
...
The list of properties of an entity is clickable and redirects
to the detailed view of the property (not programmed yet).
The routes have changed (renamed lab-mashup to entities).
The layout has changed and is work in progress.
The data model has changed. Properties have an own model and
are connected via relationships to the entity model.
2015-10-07 15:09:26 +02:00
root
5dc261c4a1
Add environment api host
...
Static IP is needed by production to access server from client.
2015-10-07 06:39:45 -04:00
Markus Grigull
05b404404d
Add context broker mockup with mirage
...
Mirage mockup is used in development environment. Adapter's host port
need to be changed for production environment.
2015-10-07 11:31:02 +02:00
Markus Grigull
bfb2e155b4
Fix receiving entities with no attributes
2015-10-06 21:43:07 +02:00
Markus Grigull
833c61a303
Add polling data every second
2015-10-02 02:08:35 +02:00
Markus Grigull
1284de9b72
Fix context broker url
2015-10-02 01:49:24 +02:00
Markus Grigull
0357a8dc77
Add property timestamp
...
Start adding periodic polling. Timestamp is displayed in properties
tables.
2015-10-02 01:37:55 +02:00
Markus Grigull
9496e8023e
Changed layout to two columns based
...
The left column displays all entities found and the right column
displays the properties of one entity. An entity can be selected
by clicking on it in the left table.
Last updated label is visible but not used yet.
2015-10-01 16:36:37 +02:00