Advertisement
artpc

grafana

Jan 27th, 2021
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. {
  2. "aliasColors": {
  3. "Average Livingroom Tempature per day": "orange",
  4. "Średnia temperatura w łazience na dzień": "light-orange"
  5. },
  6. "bars": true,
  7. "dashLength": 10,
  8. "dashes": false,
  9. "datasource": "InfluxDB",
  10. "editable": true,
  11. "error": false,
  12. "fieldConfig": {
  13. "defaults": {
  14. "custom": {}
  15. },
  16. "overrides": []
  17. },
  18. "fill": 1,
  19. "fillGradient": 0,
  20. "grid": {},
  21. "gridPos": {
  22. "h": 7,
  23. "w": 12,
  24. "x": 0,
  25. "y": 88
  26. },
  27. "hiddenSeries": false,
  28. "hideTimeOverride": false,
  29. "id": 23763571993,
  30. "legend": {
  31. "avg": true,
  32. "current": false,
  33. "max": true,
  34. "min": true,
  35. "show": true,
  36. "total": false,
  37. "values": true
  38. },
  39. "lines": false,
  40. "linewidth": 2,
  41. "links": [],
  42. "nullPointMode": "connected",
  43. "options": {
  44. "alertThreshold": true
  45. },
  46. "percentage": false,
  47. "pluginVersion": "7.3.7",
  48. "pointradius": 5,
  49. "points": false,
  50. "renderer": "flot",
  51. "seriesOverrides": [],
  52. "spaceLength": 10,
  53. "stack": false,
  54. "steppedLine": false,
  55. "targets": [
  56. {
  57. "alias": "$tag_entity_id",
  58. "dsType": "influxdb",
  59. "groupBy": [
  60. {
  61. "params": [
  62. "1d"
  63. ],
  64. "type": "time"
  65. },
  66. {
  67. "params": [
  68. "entity_id"
  69. ],
  70. "type": "tag"
  71. }
  72. ],
  73. "measurement": "%",
  74. "orderByTime": "ASC",
  75. "policy": "default",
  76. "refId": "A",
  77. "resultFormat": "time_series",
  78. "select": [
  79. [
  80. {
  81. "params": [
  82. "value"
  83. ],
  84. "type": "field"
  85. },
  86. {
  87. "params": [],
  88. "type": "mean"
  89. }
  90. ]
  91. ],
  92. "tags": [
  93. {
  94. "key": "entity_id",
  95. "operator": "=",
  96. "value": "wilgotnosc_zew"
  97. }
  98. ]
  99. },
  100. {
  101. "alias": "$tag_entity_id",
  102. "dsType": "influxdb",
  103. "groupBy": [
  104. {
  105. "params": [
  106. "1d"
  107. ],
  108. "type": "time"
  109. },
  110. {
  111. "params": [
  112. "entity_id"
  113. ],
  114. "type": "tag"
  115. }
  116. ],
  117. "measurement": "%",
  118. "orderByTime": "ASC",
  119. "policy": "default",
  120. "refId": "B",
  121. "resultFormat": "time_series",
  122. "select": [
  123. [
  124. {
  125. "params": [
  126. "value"
  127. ],
  128. "type": "field"
  129. },
  130. {
  131. "params": [],
  132. "type": "mean"
  133. }
  134. ]
  135. ],
  136. "tags": [
  137. {
  138. "key": "entity_id",
  139. "operator": "=",
  140. "value": "pokoj_wilgotnosc"
  141. }
  142. ]
  143. }
  144. ],
  145. "thresholds": [],
  146. "timeFrom": "1M",
  147. "timeRegions": [],
  148. "timeShift": null,
  149. "title": "średnia wilgotność na dzień",
  150. "tooltip": {
  151. "msResolution": true,
  152. "shared": true,
  153. "sort": 0,
  154. "value_type": "cumulative"
  155. },
  156. "type": "graph",
  157. "xaxis": {
  158. "buckets": null,
  159. "mode": "time",
  160. "name": null,
  161. "show": true,
  162. "values": []
  163. },
  164. "yaxes": [
  165. {
  166. "$$hashKey": "object:3892",
  167. "format": "humidity",
  168. "label": null,
  169. "logBase": 1,
  170. "max": null,
  171. "min": null,
  172. "show": true
  173. },
  174. {
  175. "$$hashKey": "object:3893",
  176. "format": "short",
  177. "label": null,
  178. "logBase": 1,
  179. "max": null,
  180. "min": null,
  181. "show": false
  182. }
  183. ],
  184. "yaxis": {
  185. "align": false,
  186. "alignLevel": null
  187. }
  188. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement