Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- background: var(--background-image)
- title: Thuis
- views:
- - title: Thuis Nieuw
- path: thuis-nieuw
- subview: false
- badges: []
- cards:
- - type: custom:auto-entities
- entities:
- - entity: sensor.gft_dagen_tot_afhaal
- name: GFT
- tap_action:
- action: fire-dom-event
- browser_mod:
- service: browser_mod.popup
- data:
- title: Afvalinzameling
- right_button: Sluiten
- content:
- type: custom:auto-entities
- entities:
- - entity: sensor.gft_dagen_tot_afhaal
- name: GFT
- - entity: sensor.restafval_dagen_tot_afhaal
- name: Restafval
- - entity: sensor.papier_dagen_tot_afhaal
- name: Papier
- - entity: sensor.pbd_dagen_tot_afhaal
- name: Plastic
- sort:
- method: attribute
- attribute: numeric_days
- reverse: false
- numeric: true
- ignore_case: false
- ip: false
- show_empty: false
- card:
- show_name: true
- show_icon: true
- show_state: true
- type: entities
- state_color: false
- columns: 1
- deviceID: this
- - entity: sensor.restafval_dagen_tot_afhaal
- name: Restafval
- tap_action:
- action: fire-dom-event
- browser_mod:
- service: browser_mod.popup
- data:
- title: Afvalinzameling
- right_button: Sluiten
- content:
- type: custom:auto-entities
- entities:
- - entity: sensor.gft_dagen_tot_afhaal
- name: GFT
- - entity: sensor.restafval_dagen_tot_afhaal
- name: Restafval
- - entity: sensor.papier_dagen_tot_afhaal
- name: Papier
- - entity: sensor.pbd_dagen_tot_afhaal
- name: Plastic
- sort:
- method: attribute
- attribute: numeric_days
- reverse: false
- numeric: true
- ignore_case: false
- ip: false
- show_empty: false
- card:
- show_name: true
- show_icon: true
- show_state: true
- type: entities
- state_color: false
- columns: 1
- deviceID: this
- - entity: sensor.papier_dagen_tot_afhaal
- name: Papier
- tap_action:
- action: fire-dom-event
- browser_mod:
- service: browser_mod.popup
- data:
- title: Afvalinzameling
- right_button: Sluiten
- content:
- type: custom:auto-entities
- entities:
- - entity: sensor.gft_dagen_tot_afhaal
- name: GFT
- - entity: sensor.restafval_dagen_tot_afhaal
- name: Restafval
- - entity: sensor.papier_dagen_tot_afhaal
- name: Papier
- - entity: sensor.pbd_dagen_tot_afhaal
- name: Plastic
- sort:
- method: attribute
- attribute: numeric_days
- reverse: false
- numeric: true
- ignore_case: false
- ip: false
- show_empty: false
- card:
- show_name: true
- show_icon: true
- show_state: true
- type: entities
- state_color: false
- columns: 1
- deviceID: this
- - entity: sensor.pbd_dagen_tot_afhaal
- name: Plastic
- tap_action:
- action: fire-dom-event
- browser_mod:
- service: browser_mod.popup
- data:
- title: Afvalinzameling
- right_button: Sluiten
- content:
- type: custom:auto-entities
- entities:
- - entity: sensor.gft_dagen_tot_afhaal
- name: GFT
- - entity: sensor.restafval_dagen_tot_afhaal
- name: Restafval
- - entity: sensor.papier_dagen_tot_afhaal
- name: Papier
- - entity: sensor.pbd_dagen_tot_afhaal
- name: Plastic
- sort:
- method: attribute
- attribute: numeric_days
- reverse: false
- numeric: true
- ignore_case: false
- ip: false
- show_empty: false
- card:
- show_name: true
- show_icon: true
- show_state: true
- type: entities
- state_color: false
- columns: 1
- deviceID: this
- sort:
- method: attribute
- attribute: numeric_days
- reverse: false
- numeric: true
- ignore_case: false
- ip: false
- count: 1
- show_empty: false
- card:
- show_name: true
- show_icon: false
- show_state: true
- type: glance
- state_color: true
- - type: entities
- entities:
- - entity: sensor.electricity_price_adres_42
- name: Huidige energieprijs
- icon: mdi:currency-eur
- tap_action:
- action: fire-dom-event
- browser_mod:
- service: browser_mod.popup
- data:
- title: Prijs details
- right_button: Sluiten
- content:
- type: custom:apexcharts-card
- experimental:
- color_threshold: true
- graph_span: 48h
- header:
- title: Today
- show: true
- show_states: true
- colorize_states: true
- show:
- last_updated: true
- span:
- start: day
- now:
- show: true
- label: Nu
- series:
- - entity: sensor.nordpool_kwh_nl_eur_3_09_0
- name: Actueel
- type: column
- show:
- extremas: true
- float_precision: 3
- data_generator: |
- return (entity.attributes.raw_today.map((item) =>
- {
- return [new Date(item["start"]).getTime() + 1800000, item["value"]];
- })).concat(
- entity.attributes.raw_tomorrow.map((item) => {
- return [new Date(item["start"]).getTime() + 1800000, item["value"]];
- }
- ));
- color_threshold:
- - value: 0
- color: '#04822e'
- - value: 0.16
- color: '#12A141'
- - value: 0.22
- color: '#79B92C'
- - value: 0.28
- color: '#C4D81D'
- - value: 0.34
- color: '#F3DC0C'
- - value: 0.4
- color: '#EFA51E'
- - value: 0.46
- color: '#E76821'
- - value: 0.52
- color: '#DC182F'
- yaxis:
- - id: '1'
- min: ~0
- align_to: 0.1
- decimals: 2
- apex_config:
- title:
- text: €/kWh
- tickAmount: 4
- forceNiceScale: true
- apex_config:
- xaxis:
- type: datetime
- tooltip:
- enabled: false
- chart:
- height: 320px
- tooltip:
- x:
- format: HH:00
- plotOptions:
- bar:
- columnWidth: 80%
- deviceID: this
- - entity: sensor.belasting
- icon: ''
- name: Fases
- tap_action:
- action: fire-dom-event
- browser_mod:
- service: browser_mod.popup
- data:
- title: Energie details
- right_button: Sluiten
- content:
- type: custom:energy-overview-card
- entities:
- - current: sensor.current_l1_adres_42
- power: sensor.power_consumption_phase_l1
- voltage: sensor.voltage_phase_l1
- animation:
- power: 1000
- label_trailing: L1
- - current: sensor.current_l2_adres_42
- power: sensor.power_consumption_phase_l2
- voltage: sensor.voltage_phase_l2
- animation:
- power: 1000
- label_trailing: L2
- - current: sensor.current_l3_adres_42
- power: sensor.power_consumption_phase_l3
- voltage: sensor.voltage_phase_l3
- animation:
- power: 1000
- label_trailing: L3
- service: browser_mod.more_info
- order_by: ''
- deviceID: this
- - entity: sensor.power_consumption
- icon: mdi:transmission-tower-export
- tap_action:
- action: fire-dom-event
- browser_mod:
- service: browser_mod.popup
- data:
- title: Verbruik details
- right_button: Sluiten
- content:
- type: custom:auto-entities
- card:
- type: entities
- title: Energie
- theme: Fluent Blue
- show_header_toggle: false
- filter:
- include:
- - attributes:
- unit_of_measurement: W
- state: '> 0'
- exclude:
- - name: /^.* [Dd]oorloper 42$/
- - name: Ups Nominal Real Power
- - name: Heat yield
- - name: Inverter usage
- - name: Secondary inverter usage
- show_empty: false
- sort:
- method: state
- numeric: true
- reverse: true
- order_by: ''
- deviceID: this
- name: Verbruik
- - type: entities
- entities:
- - entity: person.e_ten_d
- type: custom:multiple-entity-row
- secondary_info: last-changed
- state_header: Locatie
- name: Mr. Toppe
- entities:
- - entity: sensor.reistijd_e
- name: Reistijd
- hide_if: '0'
- - entity: sensor.iphone_14_pro_max_e_battery_level
- name: Batterij
- - entity: binary_sensor.iphone_14_pro_max_e_focus
- name: Focus
- - entity: person.p_ten_d
- type: custom:multiple-entity-row
- secondary_info: last-changed
- state_header: Locatie
- name: Ms. Toppe
- entities:
- - entity: sensor.reistijd_p
- name: Reistijd
- hide_if: '0'
- - entity: sensor.iphone_van_p_battery_level
- name: Batterij
- - entity: binary_sensor.iphone_van_p_focus
- name: Focus
- - type: entities
- entities:
- - entity: climate.altherma
- - entity: climate.midea_ac_42880953518318
- name: Airco
- - entity: sensor.current_mode
- name: Warmtepomp
- tap_action:
- action: fire-dom-event
- browser_mod:
- service: browser_mod.popup
- data:
- title: Warmtepomp
- right_button: Sluiten
- content:
- type: entities
- entities:
- - entity: sensor.espaltherma_last_update
- name: Laatste update
- icon: mdi:clock-outline
- - entity: sensor.current_mode
- name: Warmtepomp modus
- - entity: sensor.watertanktemperature
- name: Watertank temperatuur
- - entity: sensor.flowpump
- name: Flow pomp
- icon: mdi:waves
- - entity: sensor.water_pump_operation
- name: Waterpomp
- icon: mdi:pump
- - entity: sensor.water_pump_level
- name: Waterpomp niveau
- icon: mdi:waves-arrow-up
- - entity: sensor.defrost_operation
- name: Ontdooi functie
- icon: mdi:car-defrost-front
- - entity: sensor.water_leaving_temperature
- name: Water vertrek temperatuur
- icon: mdi:heating-coil
- - entity: sensor.water_inlet_temperature
- name: Water retour temperatuur
- icon: mdi:heating-coil
- - entity: sensor.water_pressure
- name: Waterdruk
- icon: mdi:gauge
- - entity: sensor.working_cop
- name: COP
- - entity: sensor.desinfectie
- name: Laatste desinfectie programma
- icon: mdi:water-thermometer
- deviceID: this
- icon: mdi:heat-pump
- - entity: sensor.ventilatie
- tap_action:
- action: fire-dom-event
- browser_mod:
- service: browser_mod.popup
- data:
- title: Mechanishe Ventilatie
- right_button: Sluiten
- content:
- type: picture-elements
- elements:
- - type: state-label
- entity: sensor.outdoor_temperature_oc
- style:
- top: 20%
- left: 12%
- - type: state-label
- entity: sensor.outdoor_humidity
- style:
- top: 28%
- left: 11%
- - type: state-label
- entity: sensor.supply_temperature_oc
- style:
- top: 77%
- left: 90%
- - type: state-label
- entity: sensor.exhaust_temperature_oc
- style:
- top: 77%
- left: 12%
- - type: state-label
- entity: sensor.indoor_temperature_oc
- style:
- top: 20%
- left: 90%
- - type: state-label
- entity: sensor.indoor_humidity
- style:
- top: 28%
- left: 88%
- - type: state-label
- entity: sensor.supply_flow_m3_h
- suffix: ' m3'
- style:
- top: 40%
- left: 73%
- - type: state-label
- entity: sensor.exhaust_flow_m3_h
- suffix: ' m3'
- style:
- top: 40%
- left: 27%
- - type: state-label
- entity: sensor.wtw_rendement
- suffix: ' Rendement'
- style:
- top: 92%
- left: 50%
- - type: state-label
- entity: automation.mechanische_ventilatie_sturen
- prefix: 'Automatisch sturen '
- style:
- top: 98%
- left: 50%
- image: >-
- https://tweakers.net/i/AU1QbvcIXugsOFWVbG84f1JpLvs=/full-fit-in/4000x4000/filters:no_upscale():fill(white):strip_exif()/f/image/ir305yyQOKF4P1JIhQpFeneb.png?f=user_large
- deviceID: this
- icon: mdi:fan
- - type: entities
- entities:
- - entity: sensor.bh1750_illuminance
- type: custom:multiple-entity-row
- secondary_info: last-changed
- name: Lichtsterkte
- state_header: Carport
- icon: mdi:white-balance-sunny
- entities:
- - entity: sensor.bh1750_illuminance_3
- name: Garage
- - type: divider
- - entity: input_select.avondverlichting
- type: custom:multiple-entity-row
- name: Binnen verlichting
- icon: mdi:view-list
- tap_action:
- action: fire-dom-event
- browser_mod:
- service: browser_mod.popup
- data:
- title: Binnen verlichting instellingen
- right_button: Sluiten
- content:
- type: entities
- entities:
- - entity: >-
- input_number.lichtintensiteit_binnen_verlichting_inschakelen
- name: Inschakel niveau
- - entity: >-
- input_number.lichtintensiteit_binnen_verlichting_uitschakelen
- name: Uitschakel niveau
- - entity: input_select.avondverlichting
- name: Huidig progamma
- deviceID: this
- - entity: input_select.avond_verlichting_buiten
- name: Buiten verlichting
- type: custom:multiple-entity-row
- icon: mdi:view-list
- tap_action:
- action: fire-dom-event
- browser_mod:
- service: browser_mod.popup
- data:
- title: Buiten verlichting instellingen
- right_button: Sluiten
- content:
- type: entities
- entities:
- - entity: >-
- input_number.lichtintensiteit_buiten_verlichting_inschakelen
- name: Inschakel niveau
- - entity: >-
- input_number.lichtintensiteit_buiten_verlichting_uitschakelen
- name: Uitschakel niveau
- - entity: input_select.avond_verlichting_buiten
- name: Huidig progamma
- deviceID: this
- state_color: false
- - type: entities
- entities:
- - entity: sensor.gewicht
- icon: mdi:french-fries
- name: Aardappelen
- - entity: sensor.waterontharder_berekend_zoutniveau
- icon: mdi:arrow-expand-vertical
- name: Zoutniveau ontharder
- - type: entities
- entities:
- - entity: vacuum.ingrid
- - entity: vacuum.dreamebot_l10s_ultra
- type: custom:multiple-entity-row
- secondary_info: last-changed
- name: Wilma
- state_header: Status
- entities:
- - entity: input_boolean.negeer_roomba
- toggle: true
- name: Overslaan
- double_tap_action:
- action: fire-dom-event
- browser_mod:
- service: browser_mod.popup
- data:
- title: Wilma
- right_button: Sluiten
- content:
- type: entities
- entities:
- - entity: sensor.dreamebot_l10s_ultra_detergent_left
- - entity: sensor.dreamebot_l10s_ultra_filter_left
- - entity: sensor.dreamebot_l10s_ultra_filter_time_left
- - entity: sensor.dreamebot_l10s_ultra_main_brush_left
- - entity: sensor.dreamebot_l10s_ultra_mop_pad_left
- - entity: sensor.dreamebot_l10s_ultra_sensor_dirty_left
- - entity: sensor.dreamebot_l10s_ultra_side_brush_left
- - entity: sensor.dreamebot_l10s_ultra_silver_ion_
- - type: entities
- entities:
- - entity: vacuum.rob
- - entity: switch.0x9035eafffeeb8b36
- tap_action:
- action: fire-dom-event
- browser_mod:
- service: browser_mod.popup
- data:
- title: Sproeier
- right_button: Sluiten
- content:
- type: entities
- entities:
- - entity: input_number.bewatering_uitschakeltijd
- name: Uitschakeltijd
- - entity: timer.beregening
- name: Timer
- - type: entities
- entities:
- - entity: sensor.vindstyrka_temperature
- type: custom:multiple-entity-row
- secondary_info: last-changed
- name: m
- state_header: Temperatuur
- icon: mdi:baby
- entities:
- - entity: sensor.vindstyrka_humidity
- name: Luchtvochtigheid
- tap_action:
- action: fire-dom-event
- browser_mod:
- service: browser_mod.popup
- data:
- right_button: Sluiten
- content:
- type: entities
- entities:
- - entity: light.hue_lightstrip_plus_1
- icon: mdi:led-strip-variant
- name: Wolk
- - entity: light.hue_ambiance_candle_1
- icon: mdi:star
- name: Sterren
- - type: divider
- - entity: binary_sensor.raam_frummel_contact
- name: Raam
- - entity: binary_sensor.deur_kinderkamer_contact
- name: Deur
- - entity: cover.0x04cd15fffe80abd6
- name: Rolgordijn
- - type: divider
- - entity: sensor.vindstyrka_temperature
- state_header: Temperatuur
- type: custom:multiple-entity-row
- name: Klimaat
- secondary_info: last-changed
- entities:
- - entity: sensor.vindstyrka_humidity
- name: Luchtvochtigheid
- - entity: sensor.vindstyrka_pm25
- state_header: pm 2.5
- type: custom:multiple-entity-row
- name: Luchtkwaliteit
- secondary_info: last-changed
- entities:
- - entity: sensor.vindstyrka_voc_index
- name: VOC
- deviceID: this
- - entity: sensor.slaapkamer_f_sensor_temperature
- type: custom:multiple-entity-row
- secondary_info: last-changed
- name: f
- tap_action:
- action: fire-dom-event
- browser_mod:
- service: browser_mod.popup
- data:
- right_button: Sluiten
- content:
- type: entities
- entities:
- - entity: light.plafond_strip
- icon: mdi:led-strip-variant
- name: Wolk
- - entity: light.plafond_2
- icon: mdi:star
- name: Sterren
- - entity: automation.f_groen
- type: custom:multiple-entity-row
- toggle: true
- name: Ochtend routine
- state_header: Automatisch
- state_color: true
- entities:
- - entity: >-
- input_boolean.wakker_worden_f_automatisch_uitschakelen
- name: Uitschakelen
- toggle: true
- - type: divider
- - entity: input_datetime.wakker_worden_f
- name: Oranje
- - entity: input_number.wakker_worden_f
- name: Groen na aantal minuten
- - entity: input_button.wakker_worden_f
- toggle: true
- name: Direct groen
- - type: divider
- - entity: binary_sensor.raam_f_contact
- name: Raam
- - entity: binary_sensor.deur_contact_f_contact
- name: Deur
- - type: divider
- - entity: sensor.slaapkamer_f_sensor_temperature
- state_header: Temperatuur
- type: custom:multiple-entity-row
- name: Klimaat
- secondary_info: last-changed
- entities:
- - entity: sensor.slaapkamer_f_sensor_humidity
- name: Luchtvochtigheid
- state_color: true
- deviceID: this
- state_header: Temperatuur
- icon: mdi:human-child
- entities:
- - entity: sensor.slaapkamer_f_sensor_humidity
- name: Luchtvochtigheid
- - entity: sensor.slaapkamer_sensor_temperature
- type: custom:multiple-entity-row
- secondary_info: last-changed
- name: Slaapkamer
- tap_action:
- action: fire-dom-event
- browser_mod:
- service: browser_mod.popup
- data:
- right_button: Sluiten
- content:
- type: entities
- entities:
- - entity: light.plafond
- icon: mdi:ceiling-light
- name: Plafond
- - entity: light.nachtlampje_links
- icon: mdi:wall-sconce
- name: Nachtlamp links
- - entity: light.nachtlampje_rechts
- icon: mdi:wall-sconce
- name: Nachtlamp rechts
- - type: divider
- - entity: binary_sensor.raam_slaapkamer_contact
- name: Raam
- - entity: binary_sensor.raam_kleedkamer_contact
- name: Kleedkamer
- - entity: binary_sensor.deur_contact_slaapkamer_contact
- name: Deur
- - type: divider
- - entity: sensor.slaapkamer_sensor_temperature
- state_header: Temperatuur
- type: custom:multiple-entity-row
- name: Klimaat
- secondary_info: last-changed
- entities:
- - entity: sensor.slaapkamer_sensor_humidity
- name: Luchtvochtigheid
- - type: divider
- - entity: climate.midea_ac_42880953518318
- name: Airco
- state_color: true
- deviceID: this
- state_header: Temperatuur
- icon: mdi:human
- entities:
- - entity: sensor.slaapkamer_sensor_humidity
- name: Luchtvochtigheid
- - entity: sensor.badkamer_sensor_temperature
- type: custom:multiple-entity-row
- secondary_info: last-changed
- name: Badkamer
- state_header: Temperatuur
- icon: mdi:shower-head
- entities:
- - entity: sensor.badkamer_sensor_humidity
- name: Luchtvochtigheid
- - entity: sensor.logeerkamer_sensor_temperature
- type: custom:multiple-entity-row
- secondary_info: last-changed
- name: Logeerkamer
- state_header: Temperatuur
- icon: mdi:bed
- entities:
- - entity: sensor.logeerkamer_sensor_humidity
- name: Luchtvochtigheid
- - type: entities
- entities:
- - entity: weather.tend
- name: Weersverwachting
- - entity: weather.tomorrow_io_tend_nowcast
- type: custom:multiple-entity-row
- attribute: wind_speed
- unit: km/u
- icon: mdi:weather-windy
- name: Wind snelheid
- - entity: sensor.sun_next_dusk
- type: custom:multiple-entity-row
- format: time
- name: Zon
- state_header: Ondergang
- icon: mdi:white-balance-sunny
- entities:
- - entity: sensor.sun_next_rising
- format: time
- name: Opkomst
- - entity: sensor.sun_next_noon
- format: time
- name: Hoogstepunt
- - entity: sensor.moon
- name: Maanstand
- - type: entities
- entities:
- - entity: lock.nuki_garage_deur_lock_2
- type: custom:multiple-entity-row
- secondary_info: last-changed
- name: Deuren
- state_header: Garage
- icon: mdi:lock-open
- entities:
- - entity: lock.voordeur
- name: Voordeur
- - entity: alarm_control_panel.alarmo_2
- name: Alarm
- secondary_info: last-changed
- - type: conditional
- conditions:
- - entity: sensor.012030387085726584_bsh_common_status_operationstate
- state_not: BSH.Common.EnumType.OperationState.Inactive
- card:
- type: entities
- entities:
- - entity: sensor.012030387085726584_bsh_common_setting_powerstate
- icon: mdi:dishwasher
- name: Vaatwasser
- tap_action:
- action: fire-dom-event
- browser_mod:
- service: browser_mod.popup
- data:
- title: Energie details
- right_button: Sluiten
- content:
- type: entities
- entities:
- - entity: sensor.012030387085726584_active_program
- name: Actief programma
- - entity: >-
- sensor.012030387085726584_bsh_common_option_remainingprogramtime
- name: Resterende tijd
- - type: divider
- - entity: button.012030387085726584_stop
- name: Stop
- order_by: ''
- deviceID: this
Advertisement
Add Comment
Please, Sign In to add comment