From b9c2cd3fbe869bd50c0b0039d1d4677d7fd3472d Mon Sep 17 00:00:00 2001 From: Tomer27cz Date: Sun, 25 Jan 2026 01:13:13 +0100 Subject: [PATCH] Add status and repository badges to README files Introduced various shields.io badges to both Czech and English README files to display project maintenance status, license, stars, issues, pull requests, downloads, and code size. This improves project visibility and provides quick repository insights for users. --- README.cz.md | 9 +++++++++ README.md | 10 ++++++++++ 2 files changed, 19 insertions(+) diff --git a/README.cz.md b/README.cz.md index 72349a6..cde5e45 100644 --- a/README.cz.md +++ b/README.cz.md @@ -1,4 +1,13 @@ # ESPHome DLMS/Cosem PUSH RS485 čtení + +![Maintained](https://img.shields.io/maintenance/yes/2026) +[![GitHub license](https://img.shields.io/github/license/Tomer27cz/xt211)](https://img.shields.io/github/license/Tomer27cz/xt211/blob/master/LICENSE) +![GitHub Repo stars](https://img.shields.io/github/stars/Tomer27cz/xt211?style=flat) +![GitHub issues](https://img.shields.io/github/issues/Tomer27cz/xt211?style=flat) +![GitHub Issues or Pull Requests](https://img.shields.io/github/issues-pr/Tomer27cz/xt211) +![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/Tomer27cz/xt211/total) +![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Tomer27cz/xt211) + ### [[English Version]](README.md) Můj poskytovatel elektřiny (ČEZ Distribuce) mi právě nainstaloval nový chytrý elektroměr. Až do teď jsem používal [Home Assistant Glow](https://glow-energy.io/) pro sledování spotřeby domácnosti. Takže jsem byl nadšený, že se konečně dostanu k novému elektroměru a zkusím z něj číst data. Bohužel to nebylo tak jednoduché, jak jsem doufal, ale po mnoha neúspěšných pokusech se mi to povedlo rozchodit a chci se s vámi podělit o zkušenosti. diff --git a/README.md b/README.md index 4e583bc..1e8df4b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # ESPHome DLMS/Cosem PUSH RS485 readout + +![Maintained](https://img.shields.io/maintenance/yes/2026) +[![GitHub license](https://img.shields.io/github/license/Tomer27cz/xt211)](https://img.shields.io/github/license/Tomer27cz/xt211/blob/master/LICENSE) +![GitHub Repo stars](https://img.shields.io/github/stars/Tomer27cz/xt211?style=flat) +![GitHub issues](https://img.shields.io/github/issues/Tomer27cz/xt211?style=flat) +![GitHub Issues or Pull Requests](https://img.shields.io/github/issues-pr/Tomer27cz/xt211) +![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/Tomer27cz/xt211/total) +![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Tomer27cz/xt211) + ### For Sagecom XT211 smart meter used by ČEZ Distribuce (Czechia) + ### [[Česká verze]](README.cz.md) My electricity provider (ČEZ Distribuce) has just installed a new smart meter at my home. Up until this time I was using the [Home Assistant Glow](https://glow-energy.io/) to track my household energy consumption. So I was excited to finnaly get my hands on the new smart meter and see if I can read out the data from it. Unfortunately it was not as easy as I hoped, but after many failed attempts I managed to get it working, and I want to share my experience with you.