Hallo zusammen,
ich hoffe jemand nutzt hier noch die Sankry Karte.
Seit dem Update habe ich meine "Unbekannten" einträge verloren, es gibt dazu auch eine "Anleitung" sitze jetzt aber seit 4 Std rum und probiere es erfolglos, evtl. kann mir jemand sagen wie ich es fixen/umbenennen muss.
Ich poste mal alle Infos welche ich so habe... evtl. kann mir ja jemand weiterhelfen
Anbei ein Bild, vor dem Update der Karte wurde mir hier in blau dargestellt, der unbekannte Verbrauch angezeigt.
Genau hier gab es eine änderung
Link zum Github: https://github.com/MindFreeze/ha-sankey-chart
Anbei meine cfg:
Code: Alles auswählen
height: 250
unit_prefix: k
round: 1
convert_units_to: ''
co2_intensity_entity: sensor.co2_signal_co2_intensity
gas_co2_intensity: 2351.6459999999997
min_box_height: 2
min_box_distance: 10
layout: horizontal
show_states: true
show_units: false
sections:
- entities:
- type: entity
children:
- sensor.em3_all
entity_id: sensor.shelly_em3_channel_a_energy
color: '#31536F'
name: L1
- type: entity
children:
- sensor.em3_all
entity_id: sensor.shelly_em3_channel_b_energy
name: L2
color: '#0D3D56'
- type: entity
children:
- sensor.em3_all
entity_id: sensor.shelly_em3_channel_c_energy
color: '#0D283F'
name: L3
- entities:
- type: remaining_parent_state
children:
- sensor.verbrauch_plugs
entity_id: sensor.em3_all
color: purple
name: ' '
- entities:
- type: remaining_child_state
children:
- sensor.verbrauch_plugs
entity_id: sensor.em3_all
color: gray
name: '=?'
- entities:
- type: remaining_child_state
entity_id: sensor.verbrauch_plugs
children:
- sensor.pc_z2m_energy
- sensor.i3_z2m_energy
- sensor.tv_z2m_energy
- sensor.vyper_z2m_energy
- sensor.firetv_z2m_energy
- sensor.drucker_z2m_energy
- sensor.hue_links_z2m_energy
- sensor.hue_rechts_z2m_energy
- sensor.waschmaschine_energy_total
- sensor.spulmaschine_energy_total
- sensor.trockner_energy_total
name: '->'
color: purple
- entities:
- type: entity
children: []
entity_id: sensor.i3_z2m_energy
name: i3
color: pink
- type: entity
children: []
entity_id: sensor.pc_z2m_energy
color: green
name: PC
- type: entity
children: []
entity_id: sensor.tv_z2m_energy
color: red
name: TV
- type: entity
children: []
entity_id: sensor.vyper_z2m_energy
color: cyan
name: vyper
- type: entity
children: []
entity_id: sensor.firetv_z2m_energy
name: FireTV
- type: entity
children: []
entity_id: sensor.drucker_z2m_energy
name: Drucker
- type: entity
children: []
entity_id: sensor.hue_links_z2m_energy
color: blue
name: Hue l.
- type: entity
children: []
entity_id: sensor.hue_rechts_z2m_energy
name: Hue r.
color: blue
- type: entity
children: []
entity_id: sensor.waschmaschine_energy_total
name: Waschen
color: pink
- type: entity
children: []
name: Geschirr
color: white
entity_id: sensor.spulmaschine_energy_total
- type: entity
children: []
name: Trockner
color: white
entity_id: sensor.trockner_energy_total
sort_by: state
sort_dir: asc
type: custom:sankey-chart
wide: true
throttle: 0
energy_date_selection: true
min_state: 0
show_names: true
show_icons: false
static_scale: 2