Qortora · Search · Indexed page

forum.hacf.frFetched 2026-08-13T18:23:29Z

Vos dashboard zlinky - Général - Home Assistant Communauté Francophone

Salut à tous , Je sais si je suis dans la bonne catégorie. Je souhaite créer ce post afin de voir vos réalisations Dashboard autour de linky. Il y a tellement de données que je sais pas Comment rendre la chose agréab…

Open original source · Full cached text

Vos dashboard zlinky - Général - Home Assistant Communauté Francophone Vos dashboard zlinky Home Assistant - Tutoriels & Partages Général linky M4sis Décembre 31, 2022, 8:34 1 Salut à tous , Je sais si je suis dans la bonne catégorie. Je souhaite créer ce post afin de voir vos réalisations Dashboard autour de linky. Il y a tellement de données que je sais pas Comment rendre la chose agréable. Guims34 Janvier 1, 2023, 1:05 2 Je suis n’ayant pas les connaissances et d’imagination … AlexHass Janvier 1, 2023, 1:11 3 Salut, rien d’extravagant, juste les valeurs actuelles. C’est ma page électricité & chauffage image818×1150 210 KB Le yaml de ma pile verticale de gauche: - badges: [] cards: - cards: - show_state: false show_name: true camera_view: auto aspect_ratio: 50% entity: device_tracker.raspberry_domo image: /local/UI_Pics/elec.jpg name: Compteur Electrique type: picture-entity - cards: - entities: - entity: sensor.compteur_heures_pleines name: Heures Pleines - entity: sensor.compteur_heures_creuses name: Heures Creuses type: glance show_icon: false show_state: true show_name: true type: horizontal-stack - type: horizontal-stack cards: - type: gauge entity: sensor.compteur_puissance_nette name: Conso Instantanée needle: true severity: green: 12 yellow: 7000 red: 10000 min: 0 max: 18000 - type: gauge entity: sensor.envoy_122230074642_current_power_production name: Prod Instantanée needle: true min: 0 max: 4000 severity: green: 10 yellow: 0 red: 0 - entities: - entity: sensor.compteur_puissance_nette name: Conso Totale Maison - entity: sensor.envoy_122230074642_current_power_production name: Production Solaire hours_to_show: 24 refresh_interval: 0 title: Conso / Prod 24h type: history-graph - type: history-graph entities: - entity: sensor.compteur_intensite_phase_1 name: P1 - entity: sensor.compteur_intensite_phase_2 name: P2 - entity: sensor.compteur_intensite_phase_3 name: P3 hours_to_show: 24 refresh_interval: 0 title: Intensité par phase 24h - type: glance entities: - entity: sensor.compteur_intensite_phase_1 name: P1 - entity: sensor.compteur_intensite_phase_2 name: P2 - entity: sensor.compteur_intensite_phase_3 name: P3 - entity: sensor.compteur_imax_phase_1 name: P1 Max - entity: sensor.compteur_imax_phase_2 name: P2 Max - entity: sensor.compteur_imax_phase_3 name: P3 Max title: Intensité par phase show_icon: false show_state: true columns: 3 - type: markdown content: "Phases + Enphase\nL1 = P3\nL2 = P2\nL3 = P1\n\n**Triphasé**\nChauffe-Eau \t\t\t4A/Phase\nPAC\t \t\t\t5A/Phase\n\t\n**Phase 1** \nPlaque \nLave Linge \nClim\nVoiture\t\t\t\t13A\nPompe Circu Spa 3A\n\n**Phase 2** \nFour\t\t\t\t11A \nLave Vaisselle\t\t9A\n\n**Phase 3** \nSeche Linge \nBBQ\t\t\t\t10A\nChauffage Spa 12A" type: vertical-stack icon: mdi:flash path: energie title: Energie WarC0zes Janvier 1, 2023, 1:18 4 Bonjour, voici ma carte pour le linky. Linky carte501×742 30.9 KB Guims34 Janvier 1, 2023, 7:49 5 Bonsoir possible d’avoir votre code svp, pas en yaml si c’est faisable Merci d’avancd Pulpy-Luke Janvier 1, 2023, 7:50 6 Salut, pas en yaml ça va être compliqué… C’est justement le moyen universel de créer les cartes et de les échanger WarC0zes Janvier 2, 2023, 2:57 7 Bonjour @Guims34, le code pas en yaml Linky carte501×742 30.9 KB Le code en yaml : type: custom:vertical-stack-in-card cards: - type: entities card_mod: style: | .card-content div { margin-top: 0px !important; margin-bottom: 0px !important; } entities: - entity: sensor.lixee_zlinky_tic_apparent_power type: custom:multiple-entity-row name: Conso show_state: false entities: - entity: sensor.lixee_current_summation_derived_v1 name: WATT - entity: sensor.lixee_zlinky_tic_apparent_power name: PUISSANCE - entity: sensor.lixee_zlinky_tic_rms_current name: INTENSITÉ style: | :host { --mdc-icon-size: 29px; } - entity: sensor.lixee_zlinky_tic_metering_hc_hp_sum type: custom:multiple-entity-row name: Index icon: mdi:transmission-tower show_state: false secondary_info: last-updated entities: - entity: input_text.tarif_heures name: TARIF - entity: sensor.lixee_zlinky_tic_metering_hp name: HP format: kilo unit: Kwh - entity: sensor.lixee_zlinky_tic_metering_hc name: HC format: kilo unit: Kwh style: | :host { --mdc-icon-size: 30px; } - type: horizontal-stack cards: - type: custom:button-card entity: sensor.ecowatt_level_now name: Maintenant icon: > [[[ if (entity.state == "Situation normale") return 'mdi:transmission-tower'; else return 'mdi:transmission-tower-off'; ]]] aspect_ratio: 1.5/1 show_state: true show_icon: true size: 30% styles: card: - '--mdc-ripple-color': rgb(68, 115, 158) - '--mdc-ripple-press-opacity': 0.5 name: - font-size: 0.8em state: - font-size: 0.7em icon: - color: > [[[ if (entity.attributes.level_code == "1") return 'green'; if (entity.attributes.level_code == "2") return 'orange'; else return 'red'; ]]] style: | ha-card { box-shadow: none; top: -10px !important; } - type: custom:button-card entity: sensor.ecowatt_level_today name: Aujourdhui icon: > [[[ if (entity.state == "Situation normale") return 'mdi:transmission-tower'; else return 'mdi:transmission-tower-off'; ]]] aspect_ratio: 1.5/1 show_state: true show_icon: true size: 30% styles: card: - '--mdc-ripple-color': rgb(68, 115, 158) - '--mdc-ripple-press-opacity': 0.5 name: - font-size: 0.8em state: - font-size: 0.7em icon: - color: > [[[ if (entity.attributes.level_code == "1") return 'green'; if (entity.attributes.level_code == "2") return 'orange'; else return 'red'; ]]] style: | ha-card { box-shadow: none; top: -10px !important; } - type: custom:button-card entity: sensor.ecowatt_level_tomorrow name: Demain icon: > [[[ if (entity.state == "Situation normale") return 'mdi:transmission-tower'; else return 'mdi:transmission-tower-off'; ]]] aspect_ratio: 1.5/1 show_state: true show_icon: true size: 30% styles: card: - '--mdc-ripple-color': rgb(68, 115, 158) - '--mdc-ripple-press-opacity': 0.5 name: - font-size: 0.8em state: - font-size: 0.7em icon: - color: > [[[ if (entity.attributes.level_code == "1") return 'green'; if (entity.attributes.level_code == "2") return 'orange'; else return 'red'; ]]] style: | ha-card { box-shadow: none; top: -10px !important; } - type: custom:button-card entity: calendar.ecowatt_downgraded_level name: Prochaine coup. icon: | [[[ if (entity.state == "off") return 'mdi:transmission-tower'; else return 'mdi:transmission-tower-off'; ]]] aspect_ratio: 1.5/1 show_state: true show_icon: true size: 30% styles: card: - '--mdc-ripple-color': rgb(68, 115, 158) - '--mdc-ripple-press-opacity': 0.5 name: - font-size: 0.8em state: - font-size: 0.7em icon: - color: > [[[ if (entity.state == "off") return 'green'; if (entity.attributes.level_code == "1") return 'green'; if (entity.attributes.level_code == "2") return 'orange'; else return 'red'; ]]] style: | ha-card { box-shadow: none; top: -10px !important; } - type: custom:mod-card style: .: | ha-card { margin: -4px 10px 0 0px; } card: type: energy-date-selection - type: energy-usage-graph style: | ha-card { --divider-color: #44739e; top: -10px; } - type: energy-sources-table style: | ha-card { box-shadow: none; top: -30px; height: 195px !important; } djal Janvier 4, 2023, 7:49 8 image1920×1375 222 KB Coût de la carte énergie BBE Janvier 5, 2023, 8:47 9 Dis nous en un peu plus sur ton cas d’utilisation. Perso mon dashboard Elec est très orienté tarif tempo et n’a donc pas vraiment d’intérêt pour un tarif plus classique par exemple… type: vertical-stack cards: - square: false columns: 3 type: grid cards: - type: custom:mushroom-template-card primary: 'Tarif TEMPO:' secondary: >- {% if is_state('sensor.0x00158d0005007002_active_register_tier_delivered', 'HPJB') %} Bleu (heures pleines) {% elif is_state('sensor.0x00158d0005007002_active_register_tier_delivered', 'HCJB') %} Bleu (heures creuses) {% elif is_state('sensor.0x00158d0005007002_active_register_tier_delivered', 'HPJW') %} Blanc (heures pleines) {% elif is_state('sensor.0x00158d0005007002_active_register_tier_delivered', 'HCJW') %} Blanc (heures creuses) {% elif is_state('sensor.0x00158d0005007002_active_register_tier_delivered', 'HPJR') %} Rouge (heures pleines) {% elif is_state('sensor.0x00158d0005007002_active_register_tier_delivered', 'HCJR') %} Rouge (heures creuses) {% else %} Inconnu {% endif %} icon: >- {% if is_state('sensor.0x00158d0005007002_active_register_tier_delivered', 'HPJB') %} mdi:flash {% elif is_state('sensor.0x00158d0005007002_active_register_tier_delivered', 'HCJB') %} mdi:flash {% elif is_state('sensor.0x00158d0005007002_active_register_tier_delivered', 'HPJW') %} mdi:flash-outline {% elif is_state('sensor.0x00158d0005007002_active_register_tier_delivered', 'HCJW') %} mdi:flash-outline {% elif is_state('sensor.0x00158d0005007002_active_register_tier_delivered', 'HPJR') %} mdi:flash-alert {% elif is_state('sensor.0x00158d0005007002_active_register_tier_delivered', 'HCJR') %} mdi:flash-alert {% else %} mdi:lightning-bolt {% endif %} icon_color: >- {% if is_state('sensor.0x00158d0005007002_active_register_tier_delivered', 'HPJB') %} light-blue {% elif is_state('sensor.0x00158d0005007002_active_register_tier_delivered', 'HCJB') %} light-blue {% elif is_state('sensor.0x00158d0005007002_active_register_tier_delivered', 'HPJW') %} grey {% elif is_state('sensor.0x00158d0005007002_active_register_tier_delivered', 'HCJW') %} grey {% elif is_state('sensor.0x00158d0005007002_active_register_tier_delivered', 'HPJR') %} red {% elif is_state('sensor.0x00158d0005007002_active_register_tier_delivered', 'HCJR') %} red {% else %} orange {% endif %} badge_icon: mdi:currency-eur badge_color: >- {% if is_state('sensor.0x00158d0005007002_active_register_tier_delivered', 'HCJB') %} green {% elif is_state('sensor.0x00158d0005007002_active_register_tier_delivered', 'HPJB') %} green {% elif is_state('sensor.0x00158d0005007002_active_register_tier_delivered', 'HPJW') %} orange {% elif is_state('sensor.0x00158d0005007002_active_register_tier_delivered', 'HCJW') %} green {% elif is_state('sensor.0x00158d0005007002_active_register_tier_delivered', 'HPJR') %} red {% elif is_state('sensor.0x00158d0005007002_active_register_tier_delivered', 'HCJR') %} green {% else %} orange {% endif %} entity: sensor.0x00158d0005007002_active_register_tier_delivered layout: vertical - type: custom:mushroom-template-card primary: 'Couleur demain:' secondary: '{{ states(''input_text.couleur_demain'')}}' icon: |- {% if is_state('input_text.couleur_demain', 'BLEU') %} mdi:palette {% elif is_state('input_text.couleur_demain', 'BLANC') %} mdi:palette-outline {% elif is_state('input_text.couleur_demain', 'ROUGE') %} mdi:palette {% else %} mdi:chat-question {% endif %} badge_color: |- {% if is_state('input_text.couleur_demain', 'ROUGE') %} red {% elif is_state('input_text.couleur_demain', 'BLANC') %} orange {% else %} green {% endif %} entity: input_text.couleur_demain icon_color: |- {% if is_state('input_text.couleur_demain', 'BLEU') %} light-blue {% elif is_state('input_text.couleur_demain', 'BLANC') %} grey {% elif is_state('input_text.couleur_demain', 'ROUGE') %} red {% else %} orange {% endif %} badge_icon: |- {% if is_state('input_text.couleur_demain', 'ROUGE') %} mdi:currency-eur {% elif is_state('input_text.couleur_demain', 'BLANC') %} mdi:currency-eur {% elif is_state('input_text.couleur_demain', 'BLEU') %} mdi:currency-eur {% else %} {% endif %} layout: vertical - type: custom:mushroom-entity-card entity: sensor.0x00158d0005007002_papp icon: mdi:lightning-bolt layout: vertical name: Puissance totale - square: false columns: 3 type: grid cards: - type: custom:mushroom-entity-card entity: sensor.0x94deb8fffe6e1c3f_power name: Seche linge icon: mdi:tumble-dryer layout: vertical - type: custom:mushroom-entity-card entity: sensor.0x94deb8fffe6e2623_power name: Lave Linge icon: mdi:washing-machine layout: vertical - type: custom:mushroom-entity-card entity: sensor.0x0015bc002f00e77a_power icon: mdi:youtube-tv layo…