Це відео не доступне.
Перепрошуємо.

Energy monitoring system with Home Assistant

Поділитися
Вставка
  • Опубліковано 19 вер 2022
  • Monitoring the energy consumption of our home with Shelly devices (1PM and 3EM). The goal of this monitoring system is reducing/optimizing the energy consumption of our home.
    The sensor data is gathered and pre-processed by Home Assistant (HASS). Dashboards and visualizations with measured entities were created on the HASS platform.
    The Shelly devices can be used as a connected relay switch to automate certain tasks. I used an automation to switch a relay, based on when there was electricity being exported to the grid or not.
    Energy monitoring , home assistant , energy cost reduction , shelly 1pm , shelly 3em , google home hub gen 2 , hass , home assistant

КОМЕНТАРІ • 13

  • @BartVanLandschoot
    @BartVanLandschoot Рік тому

    Your "solar only" outlet is a brilliant idea. I also use the Shelly 3EM in the main switchboard and some Silvercrest smart plugs with energy monitoring (11 € from Lidl). These plugs are connected via Zigbee.
    To charge the car, I made 3 options:
    - direct start (uses sun + grid) + I can set a minimum kW at which it continues to charge (eg. 1,5 kW), even when there is not enough injection. When more sun power is available, the charger increases the charging power (sometimes even 8 kW)
    - sun only: will only charge when there is an excess / injection. It will stop charging when there is not enough injection.
    - timer based (typically to charge at night and to obtain the desired SOC by 6 AM)

    • @NathanNaerts
      @NathanNaerts  Рік тому

      Nice! and which car charger do you use? I assume it's a connected charger since you can control the charging Amp's.

    • @BartVanLandschoot
      @BartVanLandschoot Рік тому

      @@NathanNaerts An Alfen Eve Single Pro-line. I connected it via a LAN cable and manage it from Home Assistant via the Modbus protocol.

  • @captaindcc
    @captaindcc Рік тому

    Geweldige video Nathan, dit is mijn goal in mijn huis. Ik ben nu een maandje of 2 bezig met HA en research doen. Mijn HA also runs in a docker container.
    De enigste hardware die je hebt laten zien is Shelly hardware en de solar outlet maar hoe heb je dan precies per apparaat het verbruik in HA? Ik heb nu 3 TuYa smart sockets tussen de outlets zitten van mijn kantoor PC, PC van mijn vrouw en wasmachine en die krijg ik ook te zien in mijn standaard energy dashboard. Heb jij ook smart sockets of alleen de Shelly devices? Zo Ja wat raad je aan?
    Ik weet nog niet hoe ik de dashboard kan aanpassen en editen daar moet ik nog naar kijken, maar wat jij nu hebt is mijn goal. Laatste vraag, heb jij nog iets speciaals gebruikt om je dashboard te maken of is dat allemaal met de standaard functionaliteiten van HA?

  • @TTompi
    @TTompi Рік тому +3

    Nice Dashboards Nathan ! Are you using apex-charts (like for the 'Electriciteitsbelasting van huis op het net' graph) ? Would you be able to share the code you used for that graph ? Thanks !

    • @TTompi
      @TTompi Рік тому

      and are you using some kind of dynamic retrieval of your electricity prices or do you set a static value ?

    • @NathanNaerts
      @NathanNaerts  Рік тому

      @@TTompi No, I was not able to find a good API to get dynamic electricity prices. So I created an 'input number' where I can input my current energy price. I use this variable in my cost calculations.
      This is the code for the price valriable, just add it in the 'configuration.yaml' . There are also charts for this input number, so it's easy to change the value from the dashboard:
      input_number:
      box_dagtarief:
      initial: 0.57
      min: 0.2
      max: 1
      step: 0.01
      mode: box
      icon: mdi:currency-eur
      unit_of_measurement: 'EUR/kWh'
      name: Energie prijs (dag tarief)
      box_nachttarief:
      initial: 0.57
      min: 0.2
      max: 1
      step: 0.01
      mode: box
      icon: mdi:currency-eur
      unit_of_measurement: 'EUR/kWh'
      name: Energie prijs (nacht tarief)

    • @NathanNaerts
      @NathanNaerts  Рік тому +3

      Yes indeed, Iam using Apex-charts. This is the code:
      type: custom:apexcharts-card
      update_delay: 3s
      update_interval: 1min
      graph_span: 24h
      hours_12: false
      header:
      show: true
      title: Elektriciteitsbelasting van huis op net
      show_states: false
      colorize_states: true
      yaxis:
      - id: first
      decimals: 0
      apex_config:
      tickAmount: 4
      apex_config:
      annotations:
      position: front
      yaxis:
      - 'y': 0
      strokeDashArray: 15
      borderColor: '#2647de'
      borderWidth: 2
      all_series_config:
      stroke_width: 2
      float_precision: 0
      curve: smooth
      type: area
      unit: W
      group_by:
      duration: 30min
      func: last
      experimental:
      color_threshold: true
      series:
      - entity: sensor.totaal_verbruik_3fase_power
      name: Belasting huis
      color_threshold:
      - value: 4000
      color: rgb(225,6,0)
      opacity: 0.8
      - value: 2000
      color: rgb(225,122,0)
      opacity: 0.8
      - value: 0
      color: green
      opacity: 0.6
      - value: -2000
      color: blue
      opacity: 0.8

  • @wimnoppe7899
    @wimnoppe7899 Рік тому +1

    Hallo Nathan zelf zou ik ook graag zo een energie dash bord bouwen maar weet niet hoe ik hier aan moet beginnen. Heb jij tips?

    • @NathanNaerts
      @NathanNaerts  Рік тому

      Je kan simpel beginnen met bijvoorbeeld je digitale meter uit te lezen? Daarvoor zijn er gele en goedkope producten

  • @Nizno
    @Nizno Рік тому +1

    Geweldige video! Helaas lukt het mij nog niet om kWh om te zetten in euro 😟 zie ik iets simpels over het hoofd of is dit nog wel ingewikkeld?

    • @NathanNaerts
      @NathanNaerts  Рік тому +1

      Je moet eerst een 'utility meter' creeëren die het uur/dag/week/.... verbruik bijhoudt in een nieuwe entiteit. Ik heb dit nog eens opgesplitst in dag/nacht tarief.
      Deze nieuwe 'virtuele' sensoren kan je dan gebruiken om te vermenigvuldigen met euro/kWh. Dan bekom je de energiekost voor een bepaalde periode.
      Het beste is om dit allemaal toe te voegen in de 'configuration.yaml' file.

  • @garretthensley875
    @garretthensley875 Рік тому

    👍 pքɾօʍօʂʍ