caffeinated00

Sankey and Solar card

Apr 17th, 2025
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. type: custom:vertical-stack-in-card
  2. cards:
  3. - layout: auto
  4. height: 250
  5. unit_prefix: k
  6. round: 2
  7. convert_units_to: ""
  8. co2_intensity_entity: sensor.co2_signal_co2_intensity
  9. gas_co2_intensity: 66.6
  10. min_box_size: 3
  11. min_box_distance: 5
  12. show_states: true
  13. show_units: true
  14. sections:
  15. - entities:
  16. - type: entity
  17. children:
  18. - sensor.bathroom_outlets_16_1d
  19. - sensor.dishwasher_11_1d
  20. - sensor.dryer_13_1d
  21. - sensor.fridge_12_1d
  22. - sensor.furnace_1_1d
  23. - sensor.jungle_14_1d
  24. - sensor.kitchen_outlet_fellow_15_1d
  25. - sensor.livingroom_tv_speaker_8_1d
  26. - sensor.microwave_6_1d
  27. - sensor.mudroom_5_1d
  28. - sensor.oven_2_1d
  29. - sensor.tesla_9_1d
  30. - sensor.washer_10_1d
  31. - sensor.water_heater_3_1d
  32. - sensor.ac_7_1d
  33. - sensor.energy_monitor_balance_1d
  34. entity_id: sensor.energy_monitor_123_1d
  35. color: cadetblue
  36. name: Today Usage
  37. - entities:
  38. - type: entity
  39. children: []
  40. entity_id: sensor.bathroom_outlets_16_1d
  41. color: Yellow
  42. name: Bathroom outlets
  43. - type: entity
  44. children: []
  45. entity_id: sensor.dishwasher_11_1d
  46. color: teal
  47. name: Dish Washer
  48. - type: entity
  49. children: []
  50. entity_id: sensor.dryer_13_1d
  51. color: white
  52. name: Dryer
  53. - type: entity
  54. children: []
  55. entity_id: sensor.fridge_12_1d
  56. color: sandybrown
  57. name: Fridge
  58. - type: entity
  59. children: []
  60. entity_id: sensor.furnace_1_1d
  61. color: palevioletred
  62. name: Furnace
  63. - type: entity
  64. children: []
  65. entity_id: sensor.jungle_14_1d
  66. color: yellowgreen
  67. name: Jungle
  68. - type: entity
  69. children: []
  70. entity_id: sensor.kitchen_outlet_fellow_15_1d
  71. color: gold
  72. name: Fellow
  73. - type: entity
  74. children: []
  75. entity_id: sensor.livingroom_tv_speaker_8_1d
  76. color: slateblue
  77. name: TV/Speaker
  78. - type: entity
  79. children: []
  80. entity_id: sensor.microwave_6_1d
  81. color: papayawhip
  82. name: Microwave
  83. - type: entity
  84. children: []
  85. entity_id: sensor.mudroom_5_1d
  86. color: plum
  87. name: Mudroom
  88. - type: entity
  89. children: []
  90. entity_id: sensor.oven_2_1d
  91. color: navajowhite
  92. name: Oven
  93. - type: entity
  94. children: []
  95. entity_id: sensor.tesla_9_1d
  96. color: mediumvioletred
  97. name: Xavier
  98. - type: entity
  99. children: []
  100. entity_id: sensor.washer_10_1d
  101. color: lightsteelblue
  102. name: Washer
  103. - type: entity
  104. children: []
  105. entity_id: sensor.water_heater_3_1d
  106. color: tomato
  107. name: Water Heater
  108. - type: entity
  109. children: []
  110. entity_id: sensor.ac_7_1d
  111. color: Green
  112. name: AC
  113. - type: entity
  114. children: []
  115. entity_id: sensor.energy_monitor_balance_1d
  116. name: Others
  117. color: gainsboro
  118. sort_by: state
  119. sort_dir: desc
  120. sort_group_by_parent: false
  121. min_box_height: 7
  122. energy_date_selection: false
  123. type: custom:sankey-chart
  124. min_state: 0
  125. show_names: true
  126. wide: false
  127. sort_dir: ""
  128. sort_by: ""
  129. grid_options:
  130. columns: 12
  131. rows: 2.5
  132. - type: custom:mini-graph-card
  133. entities:
  134. - entity: input_number.solar_percentage_today
  135. color: "#EDAB73"
  136. icon: mdi:solar-power-variant
  137. name: Daily Solar Consumption (%)
  138. hours_to_show: 168
  139. aggregate_func: last
  140. group_by: date
  141. font_size: 60
  142. line_width: 4
  143. smoothing: false
  144. show:
  145. graph: line
  146. name: true
  147. legend: true
  148. icon: true
  149. labels: true
  150. points: true
  151. icon_adaptive_color: true
  152. grid_options:
  153. columns: 12
  154. rows: 2.8
  155.  
Advertisement
Add Comment
Please, Sign In to add comment