# wmbusmeters mit Homebrew, dnf installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für wmbusmeters in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:wmbusmeters
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install wmbusmeters
```

  Evidenz: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install wmbusmeters
```

  Evidenz: Fedora Rawhide package metadata: wmbusmeters from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

## Paketfakten

- **Paketschlüssel:** brew:wmbusmeters
- **Paketmanager:** Homebrew
- **Version:** 3.0.0
- **Quellzusammenfassung:** Read wired or wireless mbus protocol to acquire utility meter readings
- **Homepage:** <https://github.com/wmbusmeters/wmbusmeters>
- **Repository:** <https://github.com/wmbusmeters/wmbusmeters>
- **Zuletzt aktualisiert:** 2026-06-18T00:56:00Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- wmbusmeters (Alias)
- wmbusmetersd (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 3.0.0
## Projektgeschichte und Nutzung

wmbusmeters is a utility-meter data acquisition tool for wired M-Bus and wireless M-Bus meters. It turns meter telegrams into human-readable, CSV, JSON, MQTT, REST, database, or log-file output, making it a bridge between low-level metering radio protocols and home automation or operations systems.

### Projektgeschichte

The public GitHub repository was created in August 2017 and has grown into a focused C++ project with a large catalog of meter drivers. Its README frames the program around a concrete transformation: receive raw M-Bus or wireless M-Bus telegrams from meters, decode the manufacturer- and model-specific content, and publish readings in formats that other software can consume.

The project has continued to evolve through driver additions and decoding changes rather than through a single protocol abstraction. Recent release notes show a 2.0.0 release in March 2026 that moved some manufacturer-specific protocol decoders from C++ into editable XMQ files with Invisible XML grammars, described by the maintainers as a major step toward making all drivers editable text files rather than compiled code.

### Adoptionsgeschichte

wmbusmeters has visible adoption in smart-home and utility-monitoring circles because many water, heat, gas, and electricity meters expose wireless M-Bus telegrams but do not provide a convenient local API. The official Home Assistant add-on repository says it lets users acquire readings without a vendor bridge or gateway when meters support C1, T1, or S1 wireless M-Bus telegrams.

The project also maintains an online analyzer at wmbusmeters.org for inspecting telegrams with the same command-line analyzer syntax. That service and the long supported-driver list demonstrate that wmbusmeters has become a shared decoder knowledge base for a messy field of real-world meters.

### Wie es verwendet wird

Typical use combines a supported radio dongle, serial M-Bus interface, RTL-SDR software-radio input, file, or pipe with meter definitions and optional decryption keys. Users run it as an interactive decoder while commissioning meters, or as the wmbusmetersd daemon to publish recurring readings to MQTT, REST endpoints, databases, or logs.

### Warum Paket-Nerds sich dafür interessieren

The package is significant because it packages practical reverse-engineering and protocol normalization for a long tail of utility meters. For self-hosting users, it is often the component that turns a cheap receiver and a meter key into local, scriptable energy and water telemetry.

### Zeitleiste

- 2017: wmbusmeters/wmbusmeters public repository created on GitHub.
- 2023: GitHub release history records the 1.13.x release line.
- 2024: 1.17 and 1.18 releases document continued driver additions and XMQ driver changes.
- 2026: 2.0.0 release notes describe moving selected manufacturer protocol decoders toward editable XMQ grammar files.
- 2026: 3.0.0 appears as the latest GitHub release in June.

### Related projects

- wmbusmeters-ha-addon is the official Home Assistant add-on repository for running wmbusmeters in a smart-home deployment.
- rtl-wmbus and RTL-SDR workflows commonly supply wireless telegrams that wmbusmeters decodes.

### Quellen

- <https://api.github.com/repos/wmbusmeters/wmbusmeters>
- <https://api.github.com/repos/wmbusmeters/wmbusmeters/releases?per_page=100>
- <https://github.com/wmbusmeters/wmbusmeters>
- <https://github.com/wmbusmeters/wmbusmeters-ha-addon>
- <https://github.com/wmbusmeters/wmbusmeters/releases>
- <https://wmbusmeters.org/>


## Sicherheitshinweise

formula declares a Homebrew service.

- **Geiger-Risiko:** orange / mittel
- formula declares a Homebrew service


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: /etc/wmbusmeters/wmbusmeters.conf, /etc/wmbusmeters/wmbusmeters.d, /home/me/.config/wmbusmeters/wmbusmeters.conf, /home/me/.config/wmbusmeters/wmbusmeters.d
## Andere Paketmanager-Einträge

- dnf - wmbusmeters - 2.0.0-2.fc45: normalized package name match | Fedora Rawhide package metadata: wmbusmeters from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Read the wireless mbus protocol to acquire utility meter readings | https://github.com/weetmuts/wmbusmeters


## Combined YAML source

View the package source record on GitHub. [combined/wmbusmeters.yml](https://github.com/mxcl/pkgdb/blob/main/combined/wmbusmeters.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
