Skip to content

Commit 7b8c0fa

Browse files
committed
Update docmentation
1 parent b9e385f commit 7b8c0fa

2 files changed

Lines changed: 35 additions & 34 deletions

File tree

README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ Grafana 環境変数は、Grafana の[ドキュメント](https://grafana.com/do
326326
これを行うことができます。
327327

328328
農場周辺のさまざまな建物の詳細は、チュートリアル・アプリケーションにあります。
329-
`http://localhost:3000/app/farm/urn:ngsi-ld:Building:farm001` を開いて、関連する充填センサ (filling sensor) と
329+
`http://localhost:3000/app/building/urn:ngsi-ld:Building:farm001` を開いて、関連する充填センサ (filling sensor) と
330330
サーモスタット (thermostat) を備えた建物を表示します。
331331

332332
![](https://fiware.github.io/tutorials.Subscriptions/img/fmis.png)

README.md

Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,63 +1138,64 @@ values:
11381138

11391139
Click on the Save and test button and make sure it says _Database Connection OK_.
11401140

1141+
### Configuring a Dashboard
1142+
1143+
11411144
### Configuring a Dashboard
11421145

11431146
To display a new dashboard, you can either click the **+** button and select **Dashboard** or go directly to
1144-
`http://localhost:3003/dashboard/new?orgId=1`. Thereafter click **Add Query**.
1147+
`http://localhost:3003/dashboard/new?orgId=1`. Thereafter, click **Add Query**.
11451148

11461149
The following values in **bold text** need to be placed in the graphing wizard:
11471150

1148-
- Queries to **CrateDB** (the previously created Data Source)
1149-
- FROM **etFillingLevelSensor**
1150-
- Time column **time_index**
1151-
- Metric column **entity_id**
1152-
- Select value **column:filling**
1151+
- Queries to **CrateDB** (the previously created Data Source).
1152+
- FROM **etFillingLevelSensor**.
1153+
- Time column **time_index**.
1154+
- Metric column **entity_id**.
1155+
- Select value **column:filling**.
11531156

11541157
![](https://fiware.github.io/tutorials.Time-Series-Data/img/grafana-lamp-graph.png)
11551158

11561159
Then click on `ESC` on your keyboard and you will see a dashboard including the graph you created.
11571160

1158-
The click on the `Add Panel` button and select `Choose Visualisation` and pick `Map panel`.
1161+
The click on the `Add Panel` button and select `Choose Visualisation` and pick `Orchestra Cities Map`.
11591162

1160-
In the map layout options set the following values:
1163+
In the **map view** options set the following values:
11611164

1162-
- Center: **custom**
1163-
- Latitude: **52.5031**
1164-
- Longitude: **13.4447**
1165-
- Initial Zoom: **12**
1165+
- View: **coordinates**.
1166+
- Latitude: **52.5012**.
1167+
- Longitude: **13.3682**.
1168+
- Initial Zoom: **12**.
11661169

1167-
![](https://fiware.github.io/tutorials.Time-Series-Data/img/grafana-lamp-map-config-1.png)
1170+
![](https://fiware.github.io/tutorials.Time-Series-Data/img/grafana-filling-map-view.png)
1171+
1172+
In the **base layer** options set the following values:
1173+
1174+
- Layer: **Open Street Map**.
11681175

11691176
Click on `Queries` tab on the left and set as follows:
11701177

1171-
- Format as: **Table**
1172-
- FROM **etFillingLevelSensor**
1173-
- Time column **time_index**
1174-
- Metric column **entity_id**
1175-
- Select value
1176-
- **column:filling** **alias:value**
1177-
- **column:location** **alias:geojson**
1178-
- **column:entity_type** **alias:type**
1178+
- Format as: **Table**.
1179+
- FROM **etFillingLevelSensor**.
1180+
- Time column **time_index**.
1181+
- Metric column **entity_id**.
1182+
- Select value:
1183+
- **column:filling** **alias:value**.
1184+
- **column:location** **alias:geojson**.
1185+
- **column:entity_type** **alias:type**.
11791186

1180-
![](https://fiware.github.io/tutorials.Time-Series-Data/img/grafana-lamp-map-config-2.png)
1187+
![](https://fiware.github.io/tutorials.Time-Series-Data/img/grafana-filling-query.png)
11811188

1182-
Click on `Visualisation` tab on the left and set as follows:
1189+
Within the `Orchestra Cities Map` Click on `Data Layer` tab on the left and set as follows:
11831190

1184-
- Map Layers:
1185-
- FillingLevelSensor:
1186-
- Icon: **lightbulb-o**
1187-
- ClusterType: **average**
1188-
- ColorType: **fix**
1189-
- Column for value: **value**
1190-
- Maker color: **red**
1191+
- Markers
1192+
- Name: Feedstock Level
1193+
- Query: A
11911194

1192-
![](https://fiware.github.io/tutorials.Time-Series-Data/img/grafana-lamp-map-config-3.png)
1195+
![](https://fiware.github.io/tutorials.Time-Series-Data/img/grafana-filling-data-layer.png)
11931196

11941197
The final result can be seen below:
11951198

1196-
![](https://fiware.github.io/tutorials.Time-Series-Data/img/grafana-result.png)
1197-
11981199
# Next Steps
11991200

12001201
Want to learn how to add more complexity to your application by adding advanced features? You can find out by reading

0 commit comments

Comments
 (0)