Skip to content

This is a ZigBee device to collect data from smartmeters using the DLMS/COSEM protocol.

License

Notifications You must be signed in to change notification settings

Tropaion/ZigBee_SmartMeter_Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZigBee_SmartMeter_Reader

This is an open-source ZigBee device based on the new ESP32-C6 to collect data from smartmeters using the DLMS/COSEM protocol.

Ever since I got the smartmeter "Sagemcom T-210D" with the P1 user interface, I wanted to integrate it into my ZigBee network. Since I didn't find any existing solution, I decided to develop my own.

If someone is interested in buying an assembled PCB, pm me. Currently I have one board with external antenna available.

THE PROJECT IS STILL WIP.

Hardware

View the latest PCB Interactive BOM.

You can also view the latest Schematic or Layout.

The same hardware could also be used with WLAN and ESPHome.

For this project, I used the ESP32-C6-MINI-1U. I chose the version with an external antenna, since, in most cases, the devices will be mounted in an isolated meter box. And, since many of them are made of metal (Faraday cage), like in my case, I opted for an external antenna to mount on the outside of the meter box.

To provide easy flashing and debugging the USB-C-Socket is connected to the ESP internal USB-JTAG-Converter. In the case that the converter is not working, the UART0 programming interface is connected to J2 and J3, which will not be assembled.

For production use in the meter box, only the 5V supply terminal (J5) which in my case will be connected to a 5V DIN Power Supply and RJ12 (J1) cable going to the smartmeter is needed.

Since most smartmeters send encrypted data, you probably need to request an decryption key from your provider. This key has to be configured in the software. The current plan for this is to provide a simple configuration terminal which is accessible via the USB-C-Socket.

Software

The software will be separated into three core components/libraries. Each will be individually tested and then combined.

  • human_interface - handles button input and led (working)
  • zigbee - handles zigbee basic functions
  • zigbee_electricity_meter - handles everything zigbee and electricity meter related (cluster)
  • smartmeter - read data via uart, parse layers and decrypt data

Possible additional functionalities:

  • zigbee_ota - updating firmware via zigbee
  • configuration_console - usb console to configure device (decryption key)

OR

  • zigbee custom configuration cluster - cluster configure device (decryption key)

Structure of SmartMeter data

How the data is handled is a bit complicated and consists of three layers:

  • MBUS-Layer
  • DLMS-Layer
  • OBIS-Layer

Each layer will be handled by a parser.

See the diagram to understand the structure and how the parser handles the data:

Sources

Enclosue

The first version of the enclosure is released and now in printing.

Attribution

Thanks to EspressIf for sponsoring two samples of ESP32-C6-MINI-1U.

Thanks to PCBWay for sponsoring the production of the PCB and Stencil for v0.2. It was my first time using their service and they have nice customer service and great build quality. The image in the hardware section shows the result of v0.2.