1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00
Commit graph

22 commits

Author SHA1 Message Date
Markus Grigull
26809ecb3e Fix datafilecontrol save 2015-10-28 06:36:42 -04:00
Markus Grigull
60abbd9b8b Final version 2015-10-28 05:53:20 -04:00
Markus Grigull
1ece7f3558 Fix components on single value 2015-10-26 11:22:06 -04:00
Markus Grigull
7c681592a0 Add some small changes to the layout 2015-10-26 11:22:06 -04:00
Markus Grigull
c9b2b5778d Add control of data flow through context broker 2015-10-26 11:22:06 -04:00
Markus Grigull
b88aa07458 Fix properties timestamp and add gauge value 2015-10-26 11:22:06 -04: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
f52d77912b Fix data time scale and logo file name 2015-10-14 13:05:14 +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
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
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
7fdd3e9259 Fix property timestamp fetch 2015-10-07 16:09:07 +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
Markus Grigull
bfb2e155b4 Fix receiving entities with no attributes 2015-10-06 21:43:07 +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
b82e92a5be Add content to properties table
Entity's properties are now displayed. The entity id is shown in
the properties route. The serializer's normalize functions are
cleaned up.
2015-10-01 14:34:07 +02:00
Markus Grigull
64d1c6e479 Add context broker backend
The context broker is connected via the custom adapter and
serializer. At the moment only the entity IDs are shown
but the property table is empty.

Mirage is disabled.
2015-10-01 14:09:27 +02:00