Guest User

Untitled

a guest
Nov 14th, 2023
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.44 KB | None | 0 0
  1. - title: Statistics
  2. path: statistics
  3. type: custom:grid-layout
  4. layout:
  5. grid-template-columns: 1fr 1fr 1fr
  6. grid-template-rows: auto auto auto auto
  7. grid-gap: 10px
  8. grid-template-areas: |
  9. "energy energy energy"
  10. "energyett energyett energyett"
  11. "energytva energytva ."
  12. "c4 c4 c4"
  13. badges: []
  14. cards:
  15. - type: horizontal-stack
  16. cards:
  17. - type: custom:mini-graph-card
  18. entities:
  19. - entity: sensor.daily_energy_used
  20. show_state: false
  21. show_graph: true
  22. - entity: sensor.daily_energy_cost
  23. color: blue
  24. show_state: true
  25. show_graph: false
  26. hours_to_show: 24
  27. points_per_hour: 1
  28. animate: true
  29. decimals: 1
  30. hour24: true
  31. show:
  32. icon: false
  33. graph: chart
  34. color_thresholds:
  35. - value: 0
  36. color: '#22ff00'
  37. - value: 20
  38. color: '#ffd500'
  39. - value: 30
  40. color: '#ff3700'
  41. - type: custom:mini-graph-card
  42. label: Weekly
  43. entities:
  44. - entity: sensor.weekly_energy_use
  45. show_state: false
  46. show_graph: true
  47. - entity: sensor.weekly_energy_cost
  48. color: blue
  49. show_state: true
  50. show_graph: false
  51. hours_to_show: 168
  52. points_per_hour: 1
  53. animate: true
  54. decimals: 0
  55. hour24: true
  56. show:
  57. icon: false
  58. graph: chart
  59. color_thresholds:
  60. - value: 0
  61. color: '#22ff00'
  62. - value: 140
  63. color: '#ffd500'
  64. - value: 210
  65. color: '#ff3700'
  66. - type: custom:mini-graph-card
  67. label: Weekly
  68. entities:
  69. - entity: sensor.monthly_energy_use
  70. show_state: false
  71. show_graph: true
  72. - entity: sensor.monthly_energy_cost
  73. color: blue
  74. show_state: true
  75. show_graph: false
  76. hours_to_show: 720
  77. points_per_hour: 1
  78. animate: true
  79. decimals: 0
  80. hour24: true
  81. show:
  82. icon: false
  83. graph: chart
  84. color_thresholds:
  85. - value: 0
  86. color: '#22ff00'
  87. - value: 600
  88. color: '#ffd500'
  89. - value: 900
  90. color: '#ff3700'
  91. view_layout:
  92. grid-area: energy
  93. - type: horizontal-stack
  94. cards:
  95. - type: custom:mini-graph-card
  96. entities:
  97. - entity: sensor.daily_cost_comparison
  98. show_state: true
  99. show_graph: true
  100. name: Daily savings / Current hourly price / Current diff
  101. - entity: sensor.nordpool_kwh_se3_sek_3_10_025
  102. show_state: true
  103. show_graph: false
  104. - entity: sensor.current_energy_tariff_diff
  105. decimals: 3
  106. show_state: true
  107. show_graph: false
  108. hours_to_show: 24
  109. points_per_hour: 1
  110. animate: true
  111. decimals: 2
  112. hour24: true
  113. show:
  114. icon: false
  115. graph: chart
  116. color_thresholds:
  117. - value: -50
  118. color: '#22ff00'
  119. - value: 0
  120. color: '#ffd500'
  121. - value: 50
  122. color: '#ff3700'
  123. - type: custom:mini-graph-card
  124. entities:
  125. - entity: sensor.weekly_cost_comparison
  126. show_state: true
  127. show_graph: true
  128. name: Weekly savings / Current hourly price / Current diff
  129. - entity: sensor.nordpool_kwh_se3_sek_3_10_025
  130. color: blue
  131. show_state: true
  132. show_graph: false
  133. - entity: sensor.current_energy_tariff_diff
  134. show_state: true
  135. show_graph: false
  136. hours_to_show: 168
  137. points_per_hour: 1
  138. animate: true
  139. decimals: 2
  140. hour24: true
  141. show:
  142. icon: false
  143. graph: chart
  144. color_thresholds:
  145. - value: -350
  146. color: '#22ff00'
  147. - value: 0
  148. color: '#ffd500'
  149. - value: 350
  150. color: '#ff3700'
  151. - type: custom:mini-graph-card
  152. entities:
  153. - entity: sensor.monthly_cost_comparison
  154. show_state: true
  155. show_graph: true
  156. name: Monthly savings / Current hourly price / Current diff
  157. - entity: sensor.nordpool_kwh_se3_sek_3_10_025
  158. color: blue
  159. show_state: true
  160. show_graph: false
  161. - entity: sensor.current_energy_tariff_diff
  162. show_state: true
  163. show_graph: false
  164. hours_to_show: 720
  165. points_per_hour: 1
  166. animate: true
  167. decimals: 2
  168. hour24: true
  169. show:
  170. icon: false
  171. graph: chart
  172. color_thresholds:
  173. - value: 300
  174. color: '#22ff00'
  175. - value: 0
  176. color: '#ffd500'
  177. - value: 300
  178. color: '#ff3700'
  179. view_layout:
  180. grid-area: energyett
  181. - type: horizontal-stack
  182. cards:
  183. - type: gauge
  184. entity: sensor.nordpool_kwh_se3_sek_3_10_025
  185. needle: true
  186. severity:
  187. green: 0
  188. yellow: 1
  189. red: 2
  190. min: 0
  191. theme: Soft UI
  192. name: Hourly rate
  193. max: 3
  194. - type: gauge
  195. entity: sensor.current_energy_tariff_diff
  196. needle: true
  197. severity:
  198. green: -10
  199. yellow: 0
  200. red: 0
  201. min: -10
  202. max: 10
  203. theme: Soft UI
  204. name: Rate compared to hourly
  205. view_layout:
  206. grid-area: energytva
Advertisement
Add Comment
Please, Sign In to add comment