mirror of
https://github.com/netfun2000/hipudding-teslamate.git
synced 2026-02-27 09:44:28 +08:00
Translate Grafana dashboards to Chinese
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
"type": "grafana-postgresql-datasource",
|
||||
"uid": "TeslaMate"
|
||||
},
|
||||
"description": "**Usable (now)** is the estimated current battery capacity. It is average of the estimated capacity reported by the last 10 charging sessions to have a better estimation.\n\nIf you see just '1.0 kWh' here, it means that you need at least a long charge session.\n\n**Usable (new)** is the estimated Battery Capacity since you begun to use Teslamate. That's why, the more data you have logged from your brand new car the better. For those who have not used Teslamate since they got their new car, or for those who have bought it second hand, it's possible to set the max range to 100% and the battery capacity of the car battery when it was new in order to get a better and accurate estimation.",
|
||||
"description": "**电池容量(新车)**是自您开始使用Teslamate以来估算的电池容量。这就是为什么,您从全新汽车中记录的数据越多越好。\n\n**电池容量(现在)**是估算的当前电池容量。为了更好的进行估算,它是过去10次充电报告容量的平均值。如果您在这里只看到“1kWh”,这意味着您还需要一个长时间的充电过程;\n\n对于自购买新车以来没有使用过Teslamate的人,或者购买二手车的人来说,可以将最大续航里程设置为100%,并将新车电池的电池容量设置为新的,以便获得更好、更准确的估算。",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"color": {
|
||||
@@ -124,7 +124,44 @@
|
||||
},
|
||||
"unit": "kwatth"
|
||||
},
|
||||
"overrides": []
|
||||
"overrides": [
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Usable (new)"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "电池容量(新车)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Usable (now)"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "电池容量(现在)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Difference"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "容量损失"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 6,
|
||||
@@ -184,7 +221,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Battery Capacity",
|
||||
"title": "容量衰减",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -243,7 +280,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Max range (new)"
|
||||
"value": "最大里程(新车)"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -255,7 +292,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Max range (now)"
|
||||
"value": "最大里程(现在)"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -267,7 +304,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Range lost"
|
||||
"value": "里程损失"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -331,7 +368,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Ranges",
|
||||
"title": "里程范围",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -339,7 +376,7 @@
|
||||
"type": "grafana-postgresql-datasource",
|
||||
"uid": "TeslaMate"
|
||||
},
|
||||
"description": "\"Logged\" is the distance traveled that is saved on Teslamate database.\n\n\"Mileage\" is the distance the car has traveled since using Teslamate.\n\nSo, if there is a difference between both values, it is the distance that for some reason a drive hasn't been fully recorded, for example due to a bug or an unexpected restart and that Teslamate has not been able to record, either due to lack of connection, areas without signal, or that it has been out of service.",
|
||||
"description": "“系统记录里程”是指保存在Teslamate数据库中的行驶距离。“车辆行驶里程”是指自使用Teslamate以来汽车行驶的距离。因此,如果两个值之间存在差异,则是由于某种原因导致行驶距离未被正确记录,例如由于错误或意外重启、错误连接、没有信号以及可能因为它已停止服务,导致Teslamate无法记录。",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"color": {
|
||||
@@ -356,7 +393,44 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"overrides": []
|
||||
"overrides": [
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Logged"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "系统记录里程"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Mileage"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "车辆行驶里程"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Odometer"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "里程表"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 6,
|
||||
@@ -515,7 +589,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Trips",
|
||||
"title": "行程",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -661,7 +735,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Summary AC/DC Energy Used",
|
||||
"title": "交流/直流充电占比",
|
||||
"type": "piechart"
|
||||
},
|
||||
{
|
||||
@@ -669,7 +743,7 @@
|
||||
"type": "grafana-postgresql-datasource",
|
||||
"uid": "TeslaMate"
|
||||
},
|
||||
"description": "This dashboard is meant to have a look of the Battery health based on the data logged in Teslamate. So, the more data you have logged from your brand new car the better.\n\n**Degradation** is just an estimated value to have a reference, measured on **usable battery level** of every charging session with enough kWh added (in order to avoid dirty data from the sample), calculated according to the rated efficiency of the car.",
|
||||
"description": "此仪表板旨在根据Teslamate中记录的数据查看电池健康状况。因此,您从全新汽车记录的数据越多越好。**衰减**只是一个参考的估计值,在每个添加了足够充电电量会话的**可用电池电量**上进行测量并根据汽车的额定效率计算(需要避免样本中的脏数据)。",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"color": {
|
||||
@@ -759,7 +833,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Estimated Degradation",
|
||||
"title": "预计衰减",
|
||||
"type": "gauge"
|
||||
},
|
||||
{
|
||||
@@ -858,7 +932,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Battery Health",
|
||||
"title": "电池健康",
|
||||
"type": "bargauge"
|
||||
},
|
||||
{
|
||||
@@ -866,7 +940,7 @@
|
||||
"type": "grafana-postgresql-datasource",
|
||||
"uid": "TeslaMate"
|
||||
},
|
||||
"description": "\"Charging cycles\" are estimations based on the whole energy added to the battery.\n\n\"Charge Efficiency\" is estimated on the difference between energy used from the charger and energy added to the battery.",
|
||||
"description": "“充电周期”是基于充到电池的全部电量进行估算的。“充电效率”是根据充电器使用的电量和添加到电池的电量之间的差异估算的。",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"mappings": [],
|
||||
@@ -890,6 +964,10 @@
|
||||
{
|
||||
"id": "unit",
|
||||
"value": "kwatth"
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "总充电量"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -902,6 +980,10 @@
|
||||
{
|
||||
"id": "unit",
|
||||
"value": "kwatth"
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "总消耗量"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -914,6 +996,34 @@
|
||||
{
|
||||
"id": "unit",
|
||||
"value": "percent"
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "充电效率"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Total charges"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "充电次数"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Charging cycles"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "充电周期"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1139,7 +1249,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Battery Stats",
|
||||
"title": "充电统计",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -1277,7 +1387,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Current SOC",
|
||||
"title": "当前SOC值",
|
||||
"transformations": [
|
||||
{
|
||||
"id": "configFromData",
|
||||
@@ -1321,7 +1431,7 @@
|
||||
"type": "grafana-postgresql-datasource",
|
||||
"uid": "TeslaMate"
|
||||
},
|
||||
"description": "This is the Derived Rated Efficiency that TeslaMate calculates based on battery charges. \nThis information can be seen in more detail on the \"Efficiency\" dashboard.",
|
||||
"description": "这是TeslaMate根据电池电量计算衍生的额定效率。这些信息可以在“效率”仪表板上更详细地看到。",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"color": {
|
||||
@@ -1421,7 +1531,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Efficiency",
|
||||
"title": "平均能效",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -1560,7 +1670,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Current Capacity",
|
||||
"title": "当前电量",
|
||||
"type": "bargauge"
|
||||
},
|
||||
{
|
||||
@@ -1623,6 +1733,54 @@
|
||||
"value": "lines"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "odometer"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "里程表(KM)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "kWh"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "电池容量(KWh)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "id"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "充电顺序"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "title"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "日期"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1775,7 +1933,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Battery Capacity by Mileage",
|
||||
"title": "电池容量(里程别)",
|
||||
"type": "xychart"
|
||||
}
|
||||
],
|
||||
@@ -1946,7 +2104,7 @@
|
||||
"hidden": true
|
||||
},
|
||||
"timezone": "browser",
|
||||
"title": "Battery Health",
|
||||
"title": "电池健康",
|
||||
"uid": "jchmRiqUfXgTM",
|
||||
"version": 6,
|
||||
"weekStart": ""
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
"axisBorderShow": false,
|
||||
"axisCenteredZero": false,
|
||||
"axisColorMode": "text",
|
||||
"axisLabel": "Charge Level",
|
||||
"axisLabel": "电池电量[%]",
|
||||
"axisPlacement": "auto",
|
||||
"barAlignment": 0,
|
||||
"drawStyle": "line",
|
||||
@@ -137,7 +137,32 @@
|
||||
},
|
||||
"unit": "percent"
|
||||
},
|
||||
"overrides": []
|
||||
"overrides": [
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Battery Level"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "电池电量"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Usable Battery Level"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "可用电量"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 21,
|
||||
@@ -227,7 +252,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Charge Level",
|
||||
"title": "电量曲线图",
|
||||
"transformations": [
|
||||
{
|
||||
"id": "configFromData",
|
||||
@@ -349,7 +374,7 @@
|
||||
]
|
||||
},
|
||||
"timezone": "",
|
||||
"title": "Charge Level",
|
||||
"title": "电量曲线图",
|
||||
"uid": "WopVO_mgz",
|
||||
"version": 2,
|
||||
"weekStart": ""
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Date"
|
||||
"value": "日期"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -162,7 +162,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Added"
|
||||
"value": "充电量"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -189,7 +189,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "% Start"
|
||||
"value": "开始%"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -216,7 +216,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "% End"
|
||||
"value": "结束%"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -243,7 +243,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Duration"
|
||||
"value": "充电用时"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -270,7 +270,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Temp"
|
||||
"value": "车外温度"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -323,7 +323,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Cost"
|
||||
"value": "费用"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -410,7 +410,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Location"
|
||||
"value": "地点"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -474,7 +474,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "kW"
|
||||
"value": "功率"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -684,7 +684,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Used"
|
||||
"value": "消耗量"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -711,7 +711,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Efficiency"
|
||||
"value": "能效"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -784,7 +784,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Cost/kWh"
|
||||
"value": "单价"
|
||||
},
|
||||
{
|
||||
"id": "custom.width",
|
||||
@@ -812,7 +812,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Odometer"
|
||||
"value": "里程表"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -869,7 +869,7 @@
|
||||
"sortBy": [
|
||||
{
|
||||
"desc": true,
|
||||
"displayName": "Date"
|
||||
"displayName": "日期"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -924,7 +924,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Charges",
|
||||
"title": "充电记录",
|
||||
"transformations": [
|
||||
{
|
||||
"id": "merge",
|
||||
@@ -1456,7 +1456,7 @@
|
||||
]
|
||||
},
|
||||
"timezone": "",
|
||||
"title": "Charges",
|
||||
"title": "充电记录",
|
||||
"uid": "TSmNYvRRk",
|
||||
"version": 3,
|
||||
"weekStart": ""
|
||||
|
||||
@@ -201,7 +201,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Number of Charges",
|
||||
"title": "充电次数",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -227,8 +227,8 @@
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 3,
|
||||
"w": 5,
|
||||
"x": 5,
|
||||
"w": 4,
|
||||
"x": 4,
|
||||
"y": 1
|
||||
},
|
||||
"id": 10,
|
||||
@@ -289,7 +289,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Charged in total",
|
||||
"title": "总充电量",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -317,7 +317,7 @@
|
||||
"gridPos": {
|
||||
"h": 3,
|
||||
"w": 3,
|
||||
"x": 10,
|
||||
"x": 8,
|
||||
"y": 1
|
||||
},
|
||||
"id": 14,
|
||||
@@ -405,8 +405,8 @@
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 3,
|
||||
"w": 3,
|
||||
"x": 13,
|
||||
"w": 4,
|
||||
"x": 11,
|
||||
"y": 1
|
||||
},
|
||||
"id": 27,
|
||||
@@ -467,7 +467,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Total Charging Cost",
|
||||
"title": "总费用",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -494,8 +494,8 @@
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 3,
|
||||
"w": 2,
|
||||
"x": 16,
|
||||
"w": 3,
|
||||
"x": 15,
|
||||
"y": 1
|
||||
},
|
||||
"id": 26,
|
||||
@@ -550,7 +550,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Cost per 100 $length_unit",
|
||||
"title": "每 100 $length_unit费用",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -625,7 +625,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Average Cost per kWh",
|
||||
"title": "平均电价",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -718,7 +718,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "DC Avg Cost per kWh",
|
||||
"title": "平均电价[DC]",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -811,7 +811,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "AC Avg Cost per kWh",
|
||||
"title": "平均电价[AC]",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -940,7 +940,7 @@
|
||||
}
|
||||
],
|
||||
"timeFrom": "6M",
|
||||
"title": "Charge Heatmap",
|
||||
"title": "充电热图",
|
||||
"tooltip": {
|
||||
"show": true,
|
||||
"showHistogram": false
|
||||
@@ -1028,6 +1028,10 @@
|
||||
{
|
||||
"id": "custom.fillBelowTo",
|
||||
"value": "End SOC"
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "开始SOC值"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1051,6 +1055,10 @@
|
||||
{
|
||||
"id": "custom.lineWidth",
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "结束SOC值"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1141,7 +1149,7 @@
|
||||
}
|
||||
],
|
||||
"timeFrom": "6M",
|
||||
"title": "Charge Delta",
|
||||
"title": "充电起止",
|
||||
"transformations": [
|
||||
{
|
||||
"id": "configFromData",
|
||||
@@ -1210,6 +1218,10 @@
|
||||
"fixedColor": "#73BF69",
|
||||
"mode": "fixed"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "交流"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1225,6 +1237,10 @@
|
||||
"fixedColor": "#FADE2A",
|
||||
"mode": "fixed"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "直流"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1300,7 +1316,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "AC/DC - kWh",
|
||||
"title": "直流/交流充电量",
|
||||
"type": "piechart"
|
||||
},
|
||||
{
|
||||
@@ -1499,7 +1515,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Charging heat map by kWh",
|
||||
"title": "充电热图[kWh]",
|
||||
"type": "geomap"
|
||||
},
|
||||
{
|
||||
@@ -1536,6 +1552,10 @@
|
||||
"fixedColor": "#73BF69",
|
||||
"mode": "fixed"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "交流"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1551,6 +1571,10 @@
|
||||
"fixedColor": "#FADE2A",
|
||||
"mode": "fixed"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "直流"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1626,7 +1650,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "AC/DC - Duration",
|
||||
"title": "直流/交流累计充电用时",
|
||||
"type": "piechart"
|
||||
},
|
||||
{
|
||||
@@ -1692,6 +1716,66 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Power [kW]"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "功率[kW]"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "charging_process_id"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "充电顺序"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "start_date"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "开始时间"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "end_date"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "结束时间"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Charge"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "充电地点"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1829,7 +1913,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "DC Charging Curve",
|
||||
"title": "直流充电曲线",
|
||||
"type": "xychart"
|
||||
},
|
||||
{
|
||||
@@ -1892,7 +1976,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "# of Charges"
|
||||
"value": "完成次数"
|
||||
},
|
||||
{
|
||||
"id": "custom.cellOptions",
|
||||
@@ -1913,8 +1997,8 @@
|
||||
]
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 18,
|
||||
"w": 3,
|
||||
"h": 15,
|
||||
"w": 4,
|
||||
"x": 0,
|
||||
"y": 39
|
||||
},
|
||||
@@ -1994,7 +2078,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Charge Stats",
|
||||
"title": "充电完成统计",
|
||||
"transformations": [
|
||||
{
|
||||
"id": "configFromData",
|
||||
@@ -2108,7 +2192,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "# of Discharges"
|
||||
"value": "开始次数"
|
||||
},
|
||||
{
|
||||
"id": "custom.cellOptions",
|
||||
@@ -2126,9 +2210,9 @@
|
||||
]
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 18,
|
||||
"w": 3,
|
||||
"x": 3,
|
||||
"h": 15,
|
||||
"w": 4,
|
||||
"x": 4,
|
||||
"y": 39
|
||||
},
|
||||
"id": 13,
|
||||
@@ -2178,7 +2262,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Discharge Stats",
|
||||
"title": "充电开始次数",
|
||||
"type": "table"
|
||||
},
|
||||
{
|
||||
@@ -2219,7 +2303,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Location"
|
||||
"value": "地点"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -2231,7 +2315,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Charged"
|
||||
"value": "充电量"
|
||||
},
|
||||
{
|
||||
"id": "custom.width",
|
||||
@@ -2242,13 +2326,37 @@
|
||||
"value": "left"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "地点"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 372
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "充电量"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 105
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 18,
|
||||
"w": 9,
|
||||
"x": 6,
|
||||
"h": 15,
|
||||
"w": 8,
|
||||
"x": 8,
|
||||
"y": 39
|
||||
},
|
||||
"id": 4,
|
||||
@@ -2297,7 +2405,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Top Charging Stations (Charged)",
|
||||
"title": "充电站排名[充电量]",
|
||||
"type": "table"
|
||||
},
|
||||
{
|
||||
@@ -2338,7 +2446,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Location"
|
||||
"value": "地点"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -2350,7 +2458,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Cost"
|
||||
"value": "费用"
|
||||
},
|
||||
{
|
||||
"id": "custom.width",
|
||||
@@ -2365,13 +2473,25 @@
|
||||
"value": "left"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "地点"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 368
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 18,
|
||||
"w": 9,
|
||||
"x": 15,
|
||||
"h": 15,
|
||||
"w": 8,
|
||||
"x": 16,
|
||||
"y": 39
|
||||
},
|
||||
"id": 6,
|
||||
@@ -2422,7 +2542,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Top Charging Stations (Cost)",
|
||||
"title": "充电站排名[费用]",
|
||||
"type": "table"
|
||||
}
|
||||
],
|
||||
@@ -2535,7 +2655,7 @@
|
||||
]
|
||||
},
|
||||
"timezone": "",
|
||||
"title": "Charging Stats",
|
||||
"title": "充电统计(汇总)",
|
||||
"uid": "-pkIkhmRz",
|
||||
"version": 5,
|
||||
"weekStart": ""
|
||||
|
||||
@@ -179,7 +179,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Number of drives",
|
||||
"title": "驾驶次数",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -292,7 +292,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "$length_unit driven",
|
||||
"title": "行驶里程$length_unit",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -380,7 +380,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "kWh used",
|
||||
"title": "总消耗量",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -503,7 +503,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Average distance of a drive",
|
||||
"title": "平均每次行驶里程",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -616,7 +616,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Average distance driven per day",
|
||||
"title": "平均每天行驶里程",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -704,7 +704,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Average kWh used per day",
|
||||
"title": "平均每天能耗",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -817,7 +817,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Extrapolated monthly mileage",
|
||||
"title": "预估月行驶",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -930,7 +930,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Extrapolated annual mileage",
|
||||
"title": "预估年行驶",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -1024,7 +1024,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Top Destinations",
|
||||
"title": "热门目的地",
|
||||
"type": "bargauge"
|
||||
}
|
||||
],
|
||||
@@ -1182,7 +1182,7 @@
|
||||
]
|
||||
},
|
||||
"timezone": "",
|
||||
"title": "Drive Stats",
|
||||
"title": "行程统计(汇总)",
|
||||
"uid": "_7WkNSyWk",
|
||||
"version": 3,
|
||||
"weekStart": ""
|
||||
|
||||
+154
-14
@@ -120,7 +120,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Date"
|
||||
"value": "日期"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -153,7 +153,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Consumption"
|
||||
"value": "平均能效"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -199,7 +199,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "km"
|
||||
"value": "行驶里程"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -226,7 +226,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "kWh"
|
||||
"value": "消耗量"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -253,7 +253,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Start"
|
||||
"value": "出发地"
|
||||
},
|
||||
{
|
||||
"id": "links",
|
||||
@@ -282,7 +282,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Destination"
|
||||
"value": "目的地"
|
||||
},
|
||||
{
|
||||
"id": "links",
|
||||
@@ -311,7 +311,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Temp"
|
||||
"value": "车外温度"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -338,7 +338,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Duration"
|
||||
"value": "行驶时长"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -371,7 +371,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Efficiency"
|
||||
"value": "效率"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -447,7 +447,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Speed"
|
||||
"value": "平均车速"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -659,6 +659,10 @@
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 65
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "开始%"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -682,6 +686,10 @@
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 65
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "结束%"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -733,7 +741,7 @@
|
||||
"id": "links",
|
||||
"value": [
|
||||
{
|
||||
"title": "In cold weather, the estimated consumption may be incorrect and is therefore sometimes hidden.",
|
||||
"title": "在低温天气时,预估的消耗量可能不准确,因此有时会被隐藏。",
|
||||
"url": ""
|
||||
}
|
||||
]
|
||||
@@ -771,7 +779,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "max Power"
|
||||
"value": "最大功率"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -785,6 +793,138 @@
|
||||
"value": 90
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "日期"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 181
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "出发地"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 265
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "目的地"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 266
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "行驶时长"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 81
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "行驶里程"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 85
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "车外温度"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 73
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "平均车速"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 79
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "最大功率"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 78
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "❄"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 34
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "平均能效"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 114
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "效率"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 58
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -841,7 +981,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Drive",
|
||||
"title": "驾驶明细",
|
||||
"transformations": [
|
||||
{
|
||||
"id": "merge",
|
||||
@@ -1037,7 +1177,7 @@
|
||||
]
|
||||
},
|
||||
"timezone": "",
|
||||
"title": "Drives",
|
||||
"title": "行程报表",
|
||||
"uid": "Y8upc6ZRk",
|
||||
"version": 1,
|
||||
"weekStart": ""
|
||||
|
||||
@@ -214,7 +214,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Consumption (net)",
|
||||
"title": "净平均能效",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -328,7 +328,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Consumption (gross) ",
|
||||
"title": "总平均能效",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -442,7 +442,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Logged Distance",
|
||||
"title": "记录里程",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -481,7 +481,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Temperature"
|
||||
"value": "温度"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -521,7 +521,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Efficiency"
|
||||
"value": "能效"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -572,7 +572,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Consumption"
|
||||
"value": "消耗量"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -612,7 +612,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "$length_unit"
|
||||
"value": "行驶里程"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -652,7 +652,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Speed"
|
||||
"value": "平均车速"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -746,7 +746,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Temperature – Efficiency",
|
||||
"title": "温度 – 能效",
|
||||
"type": "table"
|
||||
},
|
||||
{
|
||||
@@ -860,7 +860,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Current $preferred_range efficiency",
|
||||
"title": "当前能效",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -877,6 +877,7 @@
|
||||
"filterable": false,
|
||||
"inspect": false
|
||||
},
|
||||
"displayName": "次数",
|
||||
"mappings": [],
|
||||
"thresholds": {
|
||||
"mode": "absolute",
|
||||
@@ -897,7 +898,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Efficiency"
|
||||
"value": "能效"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -920,6 +921,18 @@
|
||||
"value": "Wh/mi"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "能效"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 341
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -977,7 +990,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Derived ideal efficiencies",
|
||||
"title": "理想能效统计",
|
||||
"type": "table"
|
||||
},
|
||||
{
|
||||
@@ -994,6 +1007,7 @@
|
||||
"filterable": false,
|
||||
"inspect": false
|
||||
},
|
||||
"displayName": "次数",
|
||||
"mappings": [],
|
||||
"thresholds": {
|
||||
"mode": "absolute",
|
||||
@@ -1018,7 +1032,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Efficiency"
|
||||
"value": "能效"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1094,7 +1108,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Derived rated efficiencies",
|
||||
"title": "额定能效统计",
|
||||
"type": "table"
|
||||
}
|
||||
],
|
||||
@@ -1295,7 +1309,7 @@
|
||||
]
|
||||
},
|
||||
"timezone": "",
|
||||
"title": "Efficiency",
|
||||
"title": "能效",
|
||||
"uid": "fu4SiQgWz",
|
||||
"version": 2,
|
||||
"weekStart": ""
|
||||
|
||||
@@ -165,6 +165,10 @@
|
||||
{
|
||||
"id": "custom.axisPlacement",
|
||||
"value": "hidden"
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "电压"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -201,6 +205,10 @@
|
||||
{
|
||||
"id": "custom.axisPlacement",
|
||||
"value": "hidden"
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "功率"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -221,6 +229,10 @@
|
||||
{
|
||||
"id": "custom.axisPlacement",
|
||||
"value": "hidden"
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "电池加热"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -265,6 +277,10 @@
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Range"
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "里程"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -285,6 +301,10 @@
|
||||
{
|
||||
"id": "custom.axisPlacement",
|
||||
"value": "hidden"
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "电流"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -296,7 +316,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Current (pilot)"
|
||||
"value": "电流(试验)"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -349,6 +369,10 @@
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Outdoor Temperature"
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "车外温度"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -365,6 +389,10 @@
|
||||
{
|
||||
"id": "custom.axisPlacement",
|
||||
"value": "hidden"
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "相位"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -427,7 +455,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Charge Details",
|
||||
"title": "充电详情",
|
||||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
@@ -551,7 +579,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Cost",
|
||||
"title": "费用",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -836,7 +864,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Charge Energy",
|
||||
"title": "充入电量",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -1181,7 +1209,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Battery Level",
|
||||
"title": "电池电量",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -1285,7 +1313,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Average Power",
|
||||
"title": "平均功率",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -1413,7 +1441,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Average Outdoor Temperature",
|
||||
"title": "车外平均温度",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -1775,6 +1803,18 @@
|
||||
"value": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Power [kW]"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "功率(kWh)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1898,7 +1938,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Charging curve",
|
||||
"title": "充电曲线",
|
||||
"type": "xychart"
|
||||
}
|
||||
],
|
||||
@@ -2071,7 +2111,7 @@
|
||||
]
|
||||
},
|
||||
"timezone": "",
|
||||
"title": "Charge Details",
|
||||
"title": "充电详情",
|
||||
"uid": "BHhxFeZRz",
|
||||
"version": 3,
|
||||
"weekStart": ""
|
||||
|
||||
@@ -237,7 +237,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Speed"
|
||||
"value": "速度"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -257,7 +257,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Power"
|
||||
"value": "功率"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -269,7 +269,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Battery Heater"
|
||||
"value": "电池加热"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -289,7 +289,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Range (ideal)"
|
||||
"value": "里程(预估)"
|
||||
},
|
||||
{
|
||||
"id": "min",
|
||||
@@ -305,7 +305,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Range (rated)"
|
||||
"value": "里程(额定)"
|
||||
},
|
||||
{
|
||||
"id": "min",
|
||||
@@ -341,7 +341,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Usable SOC"
|
||||
"value": "可用 SOC"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -361,7 +361,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Range (est.)"
|
||||
"value": "里程(预估)"
|
||||
},
|
||||
{
|
||||
"id": "custom.axisPlacement",
|
||||
@@ -572,7 +572,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Drive",
|
||||
"title": "行驶",
|
||||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
@@ -876,7 +876,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Elevation"
|
||||
"value": "海拔"
|
||||
},
|
||||
{
|
||||
"id": "color",
|
||||
@@ -942,7 +942,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Elevation",
|
||||
"title": "海拔",
|
||||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
@@ -1074,7 +1074,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Outside Temperature"
|
||||
"value": "车外温度"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1093,7 +1093,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Inside Temperature"
|
||||
"value": "车内温度"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1105,7 +1105,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Driver Temperature"
|
||||
"value": "主驾温度"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1117,7 +1117,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Passenger Temperature"
|
||||
"value": "副驾温度"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1137,7 +1137,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Climate"
|
||||
"value": "空调开关"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1149,7 +1149,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Fan status"
|
||||
"value": "空调档位"
|
||||
},
|
||||
{
|
||||
"id": "custom.axisPlacement",
|
||||
@@ -1212,7 +1212,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Temperatures",
|
||||
"title": "温度",
|
||||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
@@ -1290,7 +1290,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Front Left"
|
||||
"value": "左前"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1306,7 +1306,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Front Right"
|
||||
"value": "右前"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1322,7 +1322,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Rear Left"
|
||||
"value": "左后"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1338,7 +1338,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Rear Right"
|
||||
"value": "右后"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1466,7 +1466,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Tire Pressure",
|
||||
"title": "胎压",
|
||||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
@@ -1685,7 +1685,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Drive Duration",
|
||||
"title": "行驶时长",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -1767,7 +1767,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Selected Duration",
|
||||
"title": "选定的时长",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -1917,7 +1917,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Speed Histogram ($speed_unit)",
|
||||
"title": "速度情况 ($speed_unit)",
|
||||
"transformations": [
|
||||
{
|
||||
"id": "filterFieldsByName",
|
||||
@@ -2052,7 +2052,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Distance",
|
||||
"title": "距离",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -2075,7 +2075,32 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"overrides": []
|
||||
"overrides": [
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "UP"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "上升"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "DOWN"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "下降"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 3,
|
||||
@@ -2205,7 +2230,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Elevation Summary",
|
||||
"title": "海拔情况",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -2298,7 +2323,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Energy Used",
|
||||
"title": "消耗量",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -2434,7 +2459,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Consumption",
|
||||
"title": "消耗里程",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -2563,7 +2588,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Avg. Speed",
|
||||
"title": "平均车速",
|
||||
"type": "stat"
|
||||
}
|
||||
],
|
||||
@@ -2769,7 +2794,7 @@
|
||||
"time_options": []
|
||||
},
|
||||
"timezone": "",
|
||||
"title": "Drive Details",
|
||||
"title": "行程详情",
|
||||
"uid": "zm7wN6Zgz",
|
||||
"version": 5,
|
||||
"weekStart": ""
|
||||
|
||||
@@ -161,7 +161,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Total addresses",
|
||||
"title": "目的地数量",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -249,7 +249,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Cities",
|
||||
"title": "城市数量",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -337,7 +337,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "States",
|
||||
"title": "省份数量",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -425,7 +425,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Countries",
|
||||
"title": "国家数量",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -515,7 +515,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Cities",
|
||||
"title": "城市",
|
||||
"type": "bargauge"
|
||||
},
|
||||
{
|
||||
@@ -607,7 +607,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "States",
|
||||
"title": "省份",
|
||||
"type": "bargauge"
|
||||
},
|
||||
{
|
||||
@@ -660,6 +660,10 @@
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 180
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "日期"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -671,6 +675,22 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width"
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "城市"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Address"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "目的地"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -697,7 +717,7 @@
|
||||
"sortBy": [
|
||||
{
|
||||
"desc": true,
|
||||
"displayName": "Date"
|
||||
"displayName": "日期"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -736,7 +756,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Last visited",
|
||||
"title": "足迹",
|
||||
"transformations": [
|
||||
{
|
||||
"id": "organize",
|
||||
@@ -814,7 +834,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Name"
|
||||
"value": "地点"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -847,7 +867,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Neighbourhood"
|
||||
"value": "社区街道"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -870,7 +890,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "City"
|
||||
"value": "城市"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -893,7 +913,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "State"
|
||||
"value": "省份"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -916,7 +936,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Country"
|
||||
"value": "国家"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -1002,7 +1022,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Addresses",
|
||||
"title": "目的地",
|
||||
"transformations": [
|
||||
{
|
||||
"id": "merge",
|
||||
@@ -1076,7 +1096,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Name"
|
||||
"value": "地点"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -1170,7 +1190,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Geo-fences",
|
||||
"title": "收藏点",
|
||||
"transformations": [
|
||||
{
|
||||
"id": "merge",
|
||||
@@ -1288,7 +1308,7 @@
|
||||
]
|
||||
},
|
||||
"timezone": "",
|
||||
"title": "Locations",
|
||||
"title": "访问过地点",
|
||||
"uid": "ZzhF-aRWz",
|
||||
"version": 2,
|
||||
"weekStart": ""
|
||||
|
||||
@@ -171,7 +171,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Mileage"
|
||||
"value": "里程数"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -235,7 +235,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Mileage",
|
||||
"title": "里程",
|
||||
"type": "timeseries"
|
||||
}
|
||||
],
|
||||
@@ -348,7 +348,7 @@
|
||||
]
|
||||
},
|
||||
"timezone": "",
|
||||
"title": "Mileage",
|
||||
"title": "里程曲线",
|
||||
"uid": "NjtMTFggz",
|
||||
"version": 1,
|
||||
"weekStart": ""
|
||||
|
||||
@@ -206,7 +206,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Battery Level",
|
||||
"title": "电池电量",
|
||||
"transformations": [
|
||||
{
|
||||
"id": "configFromData",
|
||||
@@ -347,7 +347,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Charging Voltage",
|
||||
"title": "充电电压",
|
||||
"type": "gauge"
|
||||
},
|
||||
{
|
||||
@@ -463,7 +463,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Charging kW",
|
||||
"title": "充电功率",
|
||||
"transformations": [
|
||||
{
|
||||
"id": "configFromData",
|
||||
@@ -607,7 +607,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Charge Level",
|
||||
"title": "电量曲线",
|
||||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
@@ -729,7 +729,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Range",
|
||||
"title": "表显里程",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -835,7 +835,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Net",
|
||||
"title": "净能效",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -941,7 +941,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Gross",
|
||||
"title": "总能效",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -1049,7 +1049,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Firmware",
|
||||
"title": "固件版本",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -1168,7 +1168,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Odometer",
|
||||
"title": "里程表",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -1243,6 +1243,10 @@
|
||||
{
|
||||
"id": "max",
|
||||
"value": 250
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "充电电压"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1254,7 +1258,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Power"
|
||||
"value": "充电功率"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -1274,7 +1278,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Battery heater"
|
||||
"value": "电池加热"
|
||||
},
|
||||
{
|
||||
"id": "custom.axisPlacement",
|
||||
@@ -1294,7 +1298,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Current"
|
||||
"value": "充电电流"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -1314,7 +1318,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Energy added"
|
||||
"value": "充电量"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -1422,7 +1426,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Charging Details",
|
||||
"title": "充电概览",
|
||||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
@@ -1509,7 +1513,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Driver Temp",
|
||||
"title": "空调温度",
|
||||
"type": "gauge"
|
||||
},
|
||||
{
|
||||
@@ -1596,7 +1600,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Outside Temp",
|
||||
"title": "车外温度",
|
||||
"type": "gauge"
|
||||
},
|
||||
{
|
||||
@@ -1683,7 +1687,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Inside Temp",
|
||||
"title": "车内温度",
|
||||
"type": "gauge"
|
||||
},
|
||||
{
|
||||
@@ -1707,47 +1711,48 @@
|
||||
"lineWidth": 0,
|
||||
"spanNulls": false
|
||||
},
|
||||
"displayName": "状态",
|
||||
"mappings": [
|
||||
{
|
||||
"options": {
|
||||
"0": {
|
||||
"color": "#6ED0E0",
|
||||
"index": 0,
|
||||
"text": "online"
|
||||
"text": "在线"
|
||||
},
|
||||
"1": {
|
||||
"color": "#8F3BB8",
|
||||
"index": 1,
|
||||
"text": "driving"
|
||||
"text": "行驶"
|
||||
},
|
||||
"2": {
|
||||
"color": "#F2CC0C",
|
||||
"index": 2,
|
||||
"text": "charging"
|
||||
"text": "充电"
|
||||
},
|
||||
"3": {
|
||||
"color": "#FFB357",
|
||||
"index": 3,
|
||||
"text": "offline"
|
||||
"text": "离线"
|
||||
},
|
||||
"4": {
|
||||
"color": "#56A64B",
|
||||
"index": 4,
|
||||
"text": "asleep"
|
||||
"text": "休眠"
|
||||
},
|
||||
"5": {
|
||||
"color": "#6ED0E0",
|
||||
"index": 5,
|
||||
"text": "online"
|
||||
"text": "在线"
|
||||
},
|
||||
"6": {
|
||||
"color": "#E02F44",
|
||||
"index": 6,
|
||||
"text": "updating"
|
||||
"text": "更新"
|
||||
},
|
||||
"null": {
|
||||
"index": 7,
|
||||
"text": "N/A"
|
||||
"text": "未知"
|
||||
}
|
||||
},
|
||||
"type": "value"
|
||||
@@ -1833,7 +1838,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "States",
|
||||
"title": "状态",
|
||||
"type": "state-timeline"
|
||||
}
|
||||
],
|
||||
@@ -1991,7 +1996,7 @@
|
||||
]
|
||||
},
|
||||
"timezone": "",
|
||||
"title": "Overview",
|
||||
"title": "概览",
|
||||
"uid": "kOuP_Fggz",
|
||||
"version": 4,
|
||||
"weekStart": ""
|
||||
|
||||
@@ -108,7 +108,7 @@
|
||||
"axisBorderShow": false,
|
||||
"axisCenteredZero": false,
|
||||
"axisColorMode": "text",
|
||||
"axisLabel": "Projected Range",
|
||||
"axisLabel": "预估范围",
|
||||
"axisPlacement": "auto",
|
||||
"barAlignment": 0,
|
||||
"drawStyle": "line",
|
||||
@@ -172,6 +172,22 @@
|
||||
},
|
||||
{
|
||||
"id": "min"
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "里程表"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Projected rated range [km]"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "额定可续航里程"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -268,7 +284,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Projected Range - Mileage",
|
||||
"title": "预估范围 - 里程",
|
||||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
@@ -285,7 +301,7 @@
|
||||
"axisBorderShow": false,
|
||||
"axisCenteredZero": false,
|
||||
"axisColorMode": "text",
|
||||
"axisLabel": "Projected Range",
|
||||
"axisLabel": "预计范围",
|
||||
"axisPlacement": "auto",
|
||||
"barAlignment": 0,
|
||||
"drawStyle": "line",
|
||||
@@ -349,7 +365,55 @@
|
||||
},
|
||||
{
|
||||
"id": "custom.axisLabel",
|
||||
"value": "Battery Level"
|
||||
"value": "电池电量Km"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Projected Range (using usable_battery_level) [km]"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "预计续航里程(可用电池电量)[km]"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Projected Range (using battery_level)[km]"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "预计续航里程(电池电量)[km]"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Battery Level [%]"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "电池电量%"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Usable Battery Level [%]"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "可用电池电量%"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -464,7 +528,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Projected Range - Battery Level",
|
||||
"title": "预估范围 - 电池电量",
|
||||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
@@ -481,7 +545,7 @@
|
||||
"axisBorderShow": false,
|
||||
"axisCenteredZero": false,
|
||||
"axisColorMode": "text",
|
||||
"axisLabel": "Projected Range",
|
||||
"axisLabel": "预估范围",
|
||||
"axisPlacement": "auto",
|
||||
"barAlignment": 0,
|
||||
"drawStyle": "line",
|
||||
@@ -544,6 +608,10 @@
|
||||
},
|
||||
{
|
||||
"id": "min"
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "温度"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -559,6 +627,10 @@
|
||||
"fixedColor": "#56A64B",
|
||||
"mode": "fixed"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "预计续航里程(可用电池电量)[km]"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -574,6 +646,10 @@
|
||||
"fixedColor": "#C8F2C2",
|
||||
"mode": "fixed"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "预计续航里程(电池电量)[km]"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -687,7 +763,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Projected Range - Outdoor Temp",
|
||||
"title": "预估范围 - 车外温度",
|
||||
"type": "timeseries"
|
||||
}
|
||||
],
|
||||
@@ -894,7 +970,7 @@
|
||||
]
|
||||
},
|
||||
"timezone": "",
|
||||
"title": "Projected Range",
|
||||
"title": "续航曲线",
|
||||
"uid": "riqUfXgRz",
|
||||
"version": 2,
|
||||
"weekStart": ""
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "ID"
|
||||
"value": "驾驶序号"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -151,7 +151,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Start Time"
|
||||
"value": "开始时间"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -167,7 +167,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Start Odometer"
|
||||
"value": "开始里程"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -183,7 +183,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "End Odometer"
|
||||
"value": "结束里程"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -195,7 +195,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "End Time"
|
||||
"value": "结束时间"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -222,7 +222,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Duration"
|
||||
"value": "行驶时长"
|
||||
},
|
||||
{
|
||||
"id": "custom.width",
|
||||
@@ -242,7 +242,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "km"
|
||||
"value": "距离"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -270,7 +270,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Start Address"
|
||||
"value": "开始地点"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -282,7 +282,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "End Address"
|
||||
"value": "结束地点"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -343,7 +343,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Drive",
|
||||
"title": "行驶报表",
|
||||
"type": "table"
|
||||
}
|
||||
],
|
||||
@@ -503,7 +503,7 @@
|
||||
"time_options": ["5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d"]
|
||||
},
|
||||
"timezone": "",
|
||||
"title": "Drives - Dutch tax",
|
||||
"title": "行程报告",
|
||||
"uid": "lBIoQIggk",
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
"type": "grafana-postgresql-datasource",
|
||||
"uid": "TeslaMate"
|
||||
},
|
||||
"description": "Only distinguishes between online, offline and asleep.",
|
||||
"description": "只区分在线、离线和休眠。",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"mappings": [],
|
||||
@@ -171,7 +171,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Last state change",
|
||||
"title": "上次状态更改",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -179,10 +179,28 @@
|
||||
"type": "grafana-postgresql-datasource",
|
||||
"uid": "TeslaMate"
|
||||
},
|
||||
"description": "Only distinguishes between online, offline and asleep.",
|
||||
"description": "只区分在线、离线和休眠。",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"mappings": [],
|
||||
"mappings": [
|
||||
{
|
||||
"options": {
|
||||
"asleep": {
|
||||
"index": 2,
|
||||
"text": "休眠"
|
||||
},
|
||||
"offline": {
|
||||
"index": 1,
|
||||
"text": "离线"
|
||||
},
|
||||
"online": {
|
||||
"index": 0,
|
||||
"text": "在线"
|
||||
}
|
||||
},
|
||||
"type": "value"
|
||||
}
|
||||
],
|
||||
"thresholds": {
|
||||
"mode": "absolute",
|
||||
"steps": [
|
||||
@@ -268,7 +286,7 @@
|
||||
"type": "grafana-postgresql-datasource",
|
||||
"uid": "TeslaMate"
|
||||
},
|
||||
"description": "based on any data ever recorded.",
|
||||
"description": "基于任何记录的数据。",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"mappings": [
|
||||
@@ -361,7 +379,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "parked (%)",
|
||||
"title": "停车时间占比 (%)",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -385,47 +403,48 @@
|
||||
"lineWidth": 0,
|
||||
"spanNulls": false
|
||||
},
|
||||
"displayName": "状态",
|
||||
"mappings": [
|
||||
{
|
||||
"options": {
|
||||
"0": {
|
||||
"color": "#6ED0E0",
|
||||
"index": 0,
|
||||
"text": "online"
|
||||
"text": "在线"
|
||||
},
|
||||
"1": {
|
||||
"color": "#8F3BB8",
|
||||
"index": 1,
|
||||
"text": "driving"
|
||||
"text": "行驶"
|
||||
},
|
||||
"2": {
|
||||
"color": "#F2CC0C",
|
||||
"index": 2,
|
||||
"text": "charging"
|
||||
"text": "充电"
|
||||
},
|
||||
"3": {
|
||||
"color": "#FFB357",
|
||||
"index": 3,
|
||||
"text": "offline"
|
||||
"text": "离线"
|
||||
},
|
||||
"4": {
|
||||
"color": "#56A64B",
|
||||
"index": 4,
|
||||
"text": "asleep"
|
||||
"text": "休眠"
|
||||
},
|
||||
"5": {
|
||||
"color": "#6ED0E0",
|
||||
"index": 5,
|
||||
"text": "online"
|
||||
"text": "在线"
|
||||
},
|
||||
"6": {
|
||||
"color": "#E02F44",
|
||||
"index": 6,
|
||||
"text": "updating"
|
||||
"text": "更新"
|
||||
},
|
||||
"null": {
|
||||
"index": 7,
|
||||
"text": "N/A"
|
||||
"text": "未知"
|
||||
}
|
||||
},
|
||||
"type": "value"
|
||||
@@ -501,7 +520,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "States",
|
||||
"title": "状态",
|
||||
"type": "state-timeline"
|
||||
}
|
||||
],
|
||||
@@ -591,7 +610,7 @@
|
||||
]
|
||||
},
|
||||
"timezone": "",
|
||||
"title": "States",
|
||||
"title": "状态",
|
||||
"uid": "xo4BNRkZz",
|
||||
"version": 1,
|
||||
"weekStart": ""
|
||||
|
||||
@@ -129,6 +129,10 @@
|
||||
{
|
||||
"id": "decimals",
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "已驾驶时间"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -147,10 +151,14 @@
|
||||
"value": [
|
||||
{
|
||||
"targetBlank": true,
|
||||
"title": "Trip",
|
||||
"title": "行程",
|
||||
"url": "d/FkUpJpQZk/trip?from=${__data.fields.date_from}&to=${__data.fields.date_to}&var-car_id=$car_id"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "时间段"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -213,6 +221,10 @@
|
||||
{
|
||||
"id": "unit",
|
||||
"value": "kwatth"
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "总充电量"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -229,6 +241,10 @@
|
||||
{
|
||||
"id": "decimals",
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "平均每次充电"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -241,6 +257,10 @@
|
||||
{
|
||||
"id": "decimals",
|
||||
"value": 2
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "费用"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -259,6 +279,10 @@
|
||||
"url": "d/TSmNYvRRk/charges?from=${__data.fields.date_from}&to=${__data.fields.date_to}&var-car_id=$car_id"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "充电次数"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -277,6 +301,10 @@
|
||||
"url": "d/Y8upc6ZRk/drives?from=${__data.fields.date_from}&to=${__data.fields.date_to}&var-car_id=$car_id"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "行驶次数"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -292,7 +320,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Distance"
|
||||
"value": "距离"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -308,7 +336,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Temperature"
|
||||
"value": "温度"
|
||||
},
|
||||
{
|
||||
"id": "thresholds",
|
||||
@@ -340,7 +368,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Distance"
|
||||
"value": "距离"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -356,7 +384,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Avg consumption (drives)"
|
||||
"value": "行驶能耗"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -375,7 +403,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Avg consumption (charges)"
|
||||
"value": "综合能耗"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -398,6 +426,10 @@
|
||||
},
|
||||
{
|
||||
"id": "custom.width"
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "起始时间"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -409,7 +441,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Avg consumption (drives)"
|
||||
"value": "行驶能耗"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -428,7 +460,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Avg consumption (charges)"
|
||||
"value": "综合能耗"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -447,7 +479,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Temperature"
|
||||
"value": "温度"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -542,7 +574,7 @@
|
||||
"sortBy": [
|
||||
{
|
||||
"desc": true,
|
||||
"displayName": "Starting at"
|
||||
"displayName": "起始时间"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -909,7 +941,7 @@
|
||||
{
|
||||
"current": {
|
||||
"selected": false,
|
||||
"text": "month",
|
||||
"text": "月",
|
||||
"value": "month"
|
||||
},
|
||||
"hide": 0,
|
||||
@@ -920,22 +952,22 @@
|
||||
"options": [
|
||||
{
|
||||
"selected": false,
|
||||
"text": "day",
|
||||
"text": "日",
|
||||
"value": "day"
|
||||
},
|
||||
{
|
||||
"selected": false,
|
||||
"text": "week",
|
||||
"text": "周",
|
||||
"value": "week"
|
||||
},
|
||||
{
|
||||
"selected": true,
|
||||
"text": "month",
|
||||
"text": "月",
|
||||
"value": "month"
|
||||
},
|
||||
{
|
||||
"selected": false,
|
||||
"text": "year",
|
||||
"text": "年",
|
||||
"value": "year"
|
||||
}
|
||||
],
|
||||
@@ -1010,7 +1042,7 @@
|
||||
]
|
||||
},
|
||||
"timezone": "browser",
|
||||
"title": "Statistics",
|
||||
"title": "行程统计(年/月/日)",
|
||||
"uid": "1EZnXszMk",
|
||||
"version": 1,
|
||||
"weekStart": ""
|
||||
|
||||
@@ -175,6 +175,10 @@
|
||||
{
|
||||
"id": "unit",
|
||||
"value": "percent"
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "SOC变化"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -235,6 +239,10 @@
|
||||
{
|
||||
"id": "decimals",
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "消耗量"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -267,6 +275,10 @@
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 100
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "持续时长"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -293,6 +305,10 @@
|
||||
{
|
||||
"id": "custom.minWidth",
|
||||
"value": 200
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "开始地点"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -319,6 +335,10 @@
|
||||
{
|
||||
"id": "custom.minWidth",
|
||||
"value": 200
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "结束地点"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -414,7 +434,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Odometer"
|
||||
"value": "里程表"
|
||||
},
|
||||
{
|
||||
"id": "custom.width",
|
||||
@@ -430,7 +450,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Distance"
|
||||
"value": "距离"
|
||||
},
|
||||
{
|
||||
"id": "custom.width",
|
||||
@@ -450,7 +470,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Range Diff"
|
||||
"value": "里程变化"
|
||||
},
|
||||
{
|
||||
"id": "custom.width",
|
||||
@@ -470,7 +490,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Temperature"
|
||||
"value": "平均温度"
|
||||
},
|
||||
{
|
||||
"id": "custom.width",
|
||||
@@ -490,7 +510,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Range"
|
||||
"value": "续航里程"
|
||||
},
|
||||
{
|
||||
"id": "custom.width",
|
||||
@@ -525,6 +545,10 @@
|
||||
"url": "${__data.fields.slotlink:raw}"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "状态"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -539,6 +563,18 @@
|
||||
"value": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "状态"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 95
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -620,7 +656,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Timeline",
|
||||
"title": "时间线",
|
||||
"transformations": [
|
||||
{
|
||||
"id": "organize",
|
||||
@@ -750,27 +786,27 @@
|
||||
},
|
||||
{
|
||||
"selected": false,
|
||||
"text": "🚗 Driving",
|
||||
"text": "🚗 行驶",
|
||||
"value": "🚗 Driving"
|
||||
},
|
||||
{
|
||||
"selected": false,
|
||||
"text": "🔋 Charging",
|
||||
"text": "🔋 充电",
|
||||
"value": "🔋 Charging"
|
||||
},
|
||||
{
|
||||
"selected": false,
|
||||
"text": "🅿️ Parking",
|
||||
"text": "🅿️ 停车",
|
||||
"value": "🅿️ Parking"
|
||||
},
|
||||
{
|
||||
"selected": false,
|
||||
"text": "❓ Missing",
|
||||
"text": "❓ 未知",
|
||||
"value": "❓ Missing"
|
||||
},
|
||||
{
|
||||
"selected": false,
|
||||
"text": "💾 Updating",
|
||||
"text": "💾 更新",
|
||||
"value": "💾 Updating"
|
||||
}
|
||||
],
|
||||
@@ -876,7 +912,7 @@
|
||||
"timeRangeUpdatedDuringEditOrView": false,
|
||||
"timepicker": {},
|
||||
"timezone": "",
|
||||
"title": "Timeline",
|
||||
"title": "时间线",
|
||||
"uid": "SUBgwtigz",
|
||||
"version": 3,
|
||||
"weekStart": ""
|
||||
|
||||
@@ -318,7 +318,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Distance"
|
||||
"value": "距离"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -440,6 +440,10 @@
|
||||
"fixedColor": "#73BF69",
|
||||
"mode": "fixed"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "充电[交流]"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -455,6 +459,10 @@
|
||||
"fixedColor": "#FADE2A",
|
||||
"mode": "fixed"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "充电[直流]"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -470,6 +478,10 @@
|
||||
"fixedColor": "#5794F2",
|
||||
"mode": "fixed"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "行驶"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -622,7 +634,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "excl. breaks"
|
||||
"value": "平均速度(不含休息时间)"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -742,7 +754,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "incl. DC charging"
|
||||
"value": "平均速度(包含快充时间)"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -864,7 +876,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "net"
|
||||
"value": "净能效"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -987,7 +999,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "gross"
|
||||
"value": "总能效"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1083,7 +1095,7 @@
|
||||
"description": "",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"displayName": "Cost",
|
||||
"displayName": "费用",
|
||||
"mappings": [
|
||||
{
|
||||
"options": {
|
||||
@@ -1184,7 +1196,25 @@
|
||||
"decimals": 1,
|
||||
"displayName": "${__cell_0}",
|
||||
"links": [],
|
||||
"mappings": [],
|
||||
"mappings": [
|
||||
{
|
||||
"options": {
|
||||
"added (AC)": {
|
||||
"index": 2,
|
||||
"text": "充电量[交流]"
|
||||
},
|
||||
"added (DC)": {
|
||||
"index": 1,
|
||||
"text": "充电量[直流]"
|
||||
},
|
||||
"used": {
|
||||
"index": 0,
|
||||
"text": "消耗量"
|
||||
}
|
||||
},
|
||||
"type": "value"
|
||||
}
|
||||
],
|
||||
"min": 0,
|
||||
"thresholds": {
|
||||
"mode": "absolute",
|
||||
@@ -1324,47 +1354,48 @@
|
||||
"lineWidth": 0,
|
||||
"spanNulls": false
|
||||
},
|
||||
"displayName": "状态",
|
||||
"mappings": [
|
||||
{
|
||||
"options": {
|
||||
"0": {
|
||||
"color": "#6ED0E0",
|
||||
"index": 0,
|
||||
"text": "online"
|
||||
"text": "在线"
|
||||
},
|
||||
"1": {
|
||||
"color": "#8F3BB8",
|
||||
"index": 1,
|
||||
"text": "driving"
|
||||
"text": "行驶"
|
||||
},
|
||||
"2": {
|
||||
"color": "#F2CC0C",
|
||||
"index": 2,
|
||||
"text": "charging"
|
||||
"text": "充电"
|
||||
},
|
||||
"3": {
|
||||
"color": "#FFB357",
|
||||
"index": 3,
|
||||
"text": "offline"
|
||||
"text": "离线"
|
||||
},
|
||||
"4": {
|
||||
"color": "#56A64B",
|
||||
"index": 4,
|
||||
"text": "asleep"
|
||||
"text": "休眠"
|
||||
},
|
||||
"5": {
|
||||
"color": "#6ED0E0",
|
||||
"index": 5,
|
||||
"text": "online"
|
||||
"text": "在线"
|
||||
},
|
||||
"6": {
|
||||
"color": "#E02F44",
|
||||
"index": 6,
|
||||
"text": "updating"
|
||||
"text": "更新"
|
||||
},
|
||||
"null": {
|
||||
"index": 7,
|
||||
"text": "N/A"
|
||||
"text": "未知"
|
||||
}
|
||||
},
|
||||
"type": "value"
|
||||
@@ -1486,7 +1517,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Date"
|
||||
"value": "日期"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -1516,7 +1547,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Consumption"
|
||||
"value": "平均能效"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -1564,7 +1595,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "km"
|
||||
"value": "距离"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -1588,7 +1619,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Start"
|
||||
"value": "起点"
|
||||
},
|
||||
{
|
||||
"id": "links",
|
||||
@@ -1614,7 +1645,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Destination"
|
||||
"value": "终点"
|
||||
},
|
||||
{
|
||||
"id": "links",
|
||||
@@ -1640,7 +1671,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Duration"
|
||||
"value": "行驶时间"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -1721,6 +1752,10 @@
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 65
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "开始%"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1744,6 +1779,10 @@
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 65
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "结束%"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1820,7 +1859,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Drives",
|
||||
"title": "行驶明细",
|
||||
"type": "table"
|
||||
},
|
||||
{
|
||||
@@ -1866,7 +1905,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Date"
|
||||
"value": "日期"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -1899,7 +1938,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Added"
|
||||
"value": "充电量"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -1926,7 +1965,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "% Start"
|
||||
"value": "开始%"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -1953,7 +1992,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "% End"
|
||||
"value": "结束%"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -1980,7 +2019,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Duration"
|
||||
"value": "充电时长"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -2007,7 +2046,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Cost"
|
||||
"value": "费用"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -2082,7 +2121,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Location"
|
||||
"value": "地点"
|
||||
},
|
||||
{
|
||||
"id": "links",
|
||||
@@ -2111,7 +2150,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Driven"
|
||||
"value": "行驶里程"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -2138,7 +2177,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "kW"
|
||||
"value": "充电功率"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -2228,7 +2267,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Used"
|
||||
"value": "消耗量"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -2320,7 +2359,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Charges",
|
||||
"title": "充电明细",
|
||||
"transformations": [
|
||||
{
|
||||
"id": "merge",
|
||||
@@ -2874,7 +2913,7 @@
|
||||
]
|
||||
},
|
||||
"timezone": "",
|
||||
"title": "Trip",
|
||||
"title": "旅程",
|
||||
"uid": "FkUpJpQZk",
|
||||
"version": 2,
|
||||
"weekStart": ""
|
||||
|
||||
@@ -163,7 +163,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Updates",
|
||||
"title": "更新次数",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -246,7 +246,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "Median time between updates",
|
||||
"title": "更新间隔周期",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
@@ -292,7 +292,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Date"
|
||||
"value": "日期"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -312,7 +312,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Duration"
|
||||
"value": "持续时长"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -332,7 +332,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Since Previous Update"
|
||||
"value": "自上次更新以来"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -348,7 +348,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Installed Version"
|
||||
"value": "安装版本"
|
||||
},
|
||||
{
|
||||
"id": "custom.align",
|
||||
@@ -386,7 +386,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "# of Charges"
|
||||
"value": "充电次数"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -434,7 +434,7 @@
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Avg rated range"
|
||||
"value": "平均额定里程"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -783,7 +783,7 @@
|
||||
]
|
||||
},
|
||||
"timezone": "",
|
||||
"title": "Updates",
|
||||
"title": "更新情况",
|
||||
"uid": "IiC07mgWz",
|
||||
"version": 1,
|
||||
"weekStart": ""
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Start"
|
||||
"value": "开始时间"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -153,7 +153,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "End"
|
||||
"value": "结束时间"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -176,7 +176,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "TR Loss"
|
||||
"value": "里程消耗"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -203,7 +203,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Period"
|
||||
"value": "时长"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -252,7 +252,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "TR Loss / h"
|
||||
"value": "每小时消耗里程"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -302,7 +302,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Standby"
|
||||
"value": "休眠比"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -355,7 +355,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "kWh"
|
||||
"value": "电量消耗"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -382,7 +382,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Ø-Power"
|
||||
"value": "平均功率"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
@@ -486,7 +486,7 @@
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": " "
|
||||
"value": "❄"
|
||||
},
|
||||
{
|
||||
"id": "custom.align",
|
||||
@@ -516,7 +516,7 @@
|
||||
"id": "links",
|
||||
"value": [
|
||||
{
|
||||
"title": "In cold weather, the estimated range loss cannot be estimated correctly and is therefore hidden.",
|
||||
"title": "在低温天气下,预估里程消耗可能不准确,因此会被隐藏起来。",
|
||||
"url": ""
|
||||
}
|
||||
]
|
||||
@@ -526,6 +526,126 @@
|
||||
"value": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "时长"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 642
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "每小时消耗里程"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 135
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "开始时间"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 229
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "结束时间"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 223
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "休眠比"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 103
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "SOC"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 86
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "❄"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 76
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "里程消耗"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 121
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "电量消耗"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 124
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "平均功率"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 107
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -582,7 +702,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"title": "Vampire Drain",
|
||||
"title": "停车消耗",
|
||||
"transformations": [
|
||||
{
|
||||
"id": "merge",
|
||||
@@ -776,7 +896,7 @@
|
||||
]
|
||||
},
|
||||
"timezone": "",
|
||||
"title": "Vampire Drain",
|
||||
"title": "停车消耗",
|
||||
"uid": "zhHx2Fggk",
|
||||
"version": 1,
|
||||
"weekStart": ""
|
||||
|
||||
@@ -246,6 +246,7 @@
|
||||
"color": {
|
||||
"mode": "thresholds"
|
||||
},
|
||||
"displayName": "行驶里程",
|
||||
"mappings": [],
|
||||
"thresholds": {
|
||||
"mode": "absolute",
|
||||
@@ -263,7 +264,7 @@
|
||||
"h": 2,
|
||||
"w": 5,
|
||||
"x": 0,
|
||||
"y": 22
|
||||
"y": 19
|
||||
},
|
||||
"id": 5,
|
||||
"options": {
|
||||
@@ -370,6 +371,10 @@
|
||||
{
|
||||
"id": "unit",
|
||||
"value": "kwatth"
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "充电量"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -382,6 +387,10 @@
|
||||
{
|
||||
"id": "unit",
|
||||
"value": "kwatth"
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "消耗量"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -394,6 +403,10 @@
|
||||
{
|
||||
"id": "unit",
|
||||
"value": "percent"
|
||||
},
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "充电效率"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -403,7 +416,7 @@
|
||||
"h": 2,
|
||||
"w": 14,
|
||||
"x": 5,
|
||||
"y": 22
|
||||
"y": 19
|
||||
},
|
||||
"id": 6,
|
||||
"maxDataPoints": 100,
|
||||
@@ -550,7 +563,7 @@
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"decimals": 2,
|
||||
"displayName": "Cost",
|
||||
"displayName": "费用",
|
||||
"mappings": [
|
||||
{
|
||||
"options": {
|
||||
@@ -579,7 +592,7 @@
|
||||
"h": 2,
|
||||
"w": 5,
|
||||
"x": 19,
|
||||
"y": 22
|
||||
"y": 19
|
||||
},
|
||||
"id": 7,
|
||||
"maxDataPoints": 100,
|
||||
@@ -765,7 +778,7 @@
|
||||
]
|
||||
},
|
||||
"timezone": "",
|
||||
"title": "Visited",
|
||||
"title": "足迹地图",
|
||||
"uid": "RG_DxSmgk",
|
||||
"version": 3,
|
||||
"weekStart": ""
|
||||
|
||||
Reference in New Issue
Block a user