Skip to content

This project keeps an Easymeter electricity meter in extended mode which enables detailed data records like current power on the INFO-DSS (e.g. for the Tibber Pulse).

mroeckl/easymeter-session-extender

Repository files navigation

Session Extender for Easymeter electricity meter

In normal mode an Easymeter Q3A electricity meter merely provides a reduced set and less detailed measurements via the INFO-DSS IR interface. The extended mode can be enabled by entering the PIN code which you can get from the meter operator. Unfortunately, the meter falls back to normal mode after 120s of inactivity. To keep it in extended mode, this project simply lets an IR LED blink towards the IR button every few seconds.

Modded Easymeter Electricity Meter

Hardware:

  • 1 Wemos D1 Mini V3.0.0
  • IR LED (removed from an old TCRT5000)
  • 220 Ω Resistor
  • 2 2x5mm screws (I used 2x10mm cut in half)

Then solder the LED and Resistor like that:

D1 <--> LED <--> Resistor <--> GND

The LED has to be exactly above D1 to point directly on the IR button of the Easymeter.

3D Print

Print STL file with your 3D printer (no support structures needed) and fix the Wemos D1 Mini with the screws. More details on my Thingiverse project.

3D Print with Wemos D1 Mini

More technical details

The INFO-DSS IR interface sends data encoded in SML, the Smart Message Language, standardized by BSI TR-03109-1. A message starts with 1b 1b 1b 1b 01 01 01 01 and ends with 1b 1b 1b 1b 1a. In the value list within the message body the actual data records are identified by IEC62056 OBIS, e.g. OBIS 1-0:1.8.0 for the positive active energy, i.e. the total obtained energy. In normal mode an exemplary value for this data record has no decimal fraction, e.g. 8864 kWh. In extended mode the meter returns 8864.2906391 kWh which has 7 decimal places - a much higher accuracy. Furthermore, in extended mode additional data records like OBIS 1-0:16.7.0, which is the sum active instantaneous power, i.e. the current power, are returned.

Easymeter Electricity Meter

More details can be found in this article (German).

FAQ

  1. Why have I used a Wemos D1 Mini - isn't it too powerful for this simple task? Absolutely but I had this hardware at home and I did not want to order new hardware.

  2. Why didn't I simply enable the extended mode in the menu long term? This is not supported by the configuration of my electricity meter.

  3. Why havn't I simply used the MSB-DSS IR interface on the top? It is sealed by my meter operator and I am not allowed to remove it.

  4. Where can I find this nice mount for the Tibber Pulse IR which is shown on the photo? Here you go: Tibber Pulse Fixation for Easymeter.

Disclaimer

This is a personal project. Usage of the provided information is on your own risk.

About

This project keeps an Easymeter electricity meter in extended mode which enables detailed data records like current power on the INFO-DSS (e.g. for the Tibber Pulse).

Topics

Resources

Stars

Watchers

Forks

Languages