Giter Club home page Giter Club logo

aurum-home-assistant's Introduction

Support for reading power production and consumption values and counters from the AURUM Meetstekker web-page.

Place the files __init__.py and manifest.json in the custom_components/aurum directory and add the following to the configuration.yaml file (example):

aurum2mqtt:
   device: 192.168.0.110                  # ip adress of the meetstekker
   broker: 192.168.0.111                  # ip adress of the MQTT broker
   username: mqtt_user                    # MQTT username
   password: mqtt_password                # MQTT broker password
   select: [6,7,8,15,16,17,18,19,20,22]   # optional, example
   client: MQTT client-id                 # optional, default is 'aurum2mqtt'
   scan_interval: 20                      # reporting interval, optional, default 60 seconds (note: the Dutch Smart Meter refreshes every 10 seoconds)

There are in total 23 sensors available:

- Battery power            #power-flow on the AC-side of the inverter-charger
  unit_of_measurement: "W"
- Consumed from Battery    #total provided AC power from the batteries
  unit_of_measurement: "kWh"
- Stored in Battery `      #total stored AC power into the batteries
  unit_of_measurement: "kWh"
- uCHP power               #power-flow from any electricity-producing device, other than from solar energy
  unit_of_measurement: "W"
- uCHP production          #total uCHP production
  unit_of_measurement: "kWh"
- uCHP consumption         #total uCHP consumption
  unit_of_measurement: "kWh"
- PV power                 #power-flow of the solar-inverterconnection
  unit_of_measurement: "W"
- PV consumption           #total solar-inverter consumption
  unit_of_measurement: "kWh"
- PV production            #total solar-inverter production
  nit_of_measurement: "kWh"
- EV power                 #power-flow of the Electrical Vehicle connection
  unit_of_measurement: "W"
- EV consumption           #total EV consumption
  unit_of_measurement: "kWh"
- EV production            #total EV production
  unit_of_measurement: "kWh"
- Main power               #power-flow of the electrical connection connected to the main meter
  (When there is no Smart Meter with P1-port, a suitable electricity-meter can be read out instead)
  unit_of_measurement: "W"
- Main consumption         #total Electricity consumption
  unit_of_measurement: "kWh"
- Main production          #total Electricity production
  unit_of_measurement: "kWh"
- DSMR timestamp           #When a Smart Meter with P1-port is present, this and the below data is coming from the Smart Meter
- E net consumption        #power-flow of the electrical connection connected to the DSMR meter with p1-port
  unit_of_measurement: "W"
- E low in totals          #total Electricity consumption - low tariff
  unit_of_measurement: "kWh"
- E low out totals         #total Electricity export - low tariff
  unit_of_measurement: "kWh"
- E high in totals         #total Electricity consumption - high tariff
  unit_of_measurement: "kWh"
- E high out totals        #total Electricity export - high tariff
  unit_of_measurement: "kWh"
- Gas rate                 #gas-flow, works only with an analog gas meter, needs a special add on
  unit_of_measurement: "m3/hr"
- Gas totals               #total gas consumption
  unit_of_measurement: "m3"

Not all sensort might be active. Look at http://'ip-address-of-the-Aurum-unit'/measurements/output.xml to find out which sensors show actual values. Then modify the numbers in the config-line select: [6,7,...] to match your installation.

The selected sensors are automatically detected by Home Assistant via MQTT discovery.

Please note: the MQTT messages are transmitted with the retain-function active. This makes these sensors compatible with the home Assistant Utility Meter: https://www.home-assistant.io/components/utility_meter/

aurum-home-assistant's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

aurum-home-assistant's Issues

Using Aurum box provided by Stadverwarming

Not an issue but a question: any idea how I could access the Aurum box my lokal stadverwarming has installed? It is wired to my heat exchanger, but it uses its own cellular data connection and connecting its exiting ethernet port to my network switch takes it completely offline. Very frustrated with this so called smart meter and would love to somehow access it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.