Skip to content

mdegat01/addon-amr2mqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Assistant Add-on: AMR2MQTT

GitHub Release Project Stage License

Supports aarch64 Architecture Supports amd64 Architecture Supports armhf Architecture Supports armv7 Architecture Supports i386 Architecture

Github Actions Project Maintenance GitHub Activity Community Forum

Runs rtlamr to read meter data and send to MQTT broker.

Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled. Open your Home Assistant instance and show the dashboard of a Supervisor add-on.

About

Allows you to use an rtl-sdr dongle to listen for signals from ERT compatible smart meters using rtlamr. This runs as a daemon by launching rtl-tcp and rtlamr, parsing the output and pushing it into MQTT so Home Assistant can consume it.

This began as a port of ragingcomputer's amridm2mqtt to a Home Assistant add-on in order to make it easier to use in HAOS and supervised setups. There are a number of other modifications as well such as support for other formats like scm and a wider variety of MQTT configurations. Big thanks to ragingcomputer's for their work as well as all the info in the rtlamr repo.

Support

Got questions?

You have several ways to get them answered:

You could also open an issue here on GitHub.

Authors & contributors

The original setup of this repository is by Mike Degatano.

For a full list of all authors and contributors, check the contributor's page.

License

MIT License

Copyright (c) 2021 mdegat01

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.