Skip to content

Latest commit

 

History

History

rscp2mqtt

[deprecated] Home Assistant rscp2mqtt Add-on: Bridge between an E3/DC pv inverter device and a MQTT broker

GitHub Release Project Stage License

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

Github Actions Project Maintenance GitHub Activity

Sponsor Timo via GitHub Sponsors

About

Deprecation notice: This add-on has been deprecated in favor of the much better native integration https://github.com/torbennehmer/hacs-e3dc

This was an add-on for Home Assistant which uses the Remote-Storage-Control-Protocol (RSCP) to communicate with E3/DC home power plants consisting of PV inverters, batteries and battery converters. This addon is based on the great rscp2mqtt projekt which itself is based on the HagerEnergy RSCP sample application.

The tool fetches the data cyclically from the S10 and publishes it to the MQTT broker under certain topics. Only modified values will be published.

Supported topic areas are:

  • Energy topics for today
  • Current power values
  • Autarky and self-consumption
  • Battery status
  • Energy management (EMS) power settings
  • Data from yesterday and the current week, month and year
  • Values of the power meter (PM)
  • Values of the photovoltaic inverter (PVI)
  • Values of the emergency power supply (EP)

Installation

  1. Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled. otherwise navigate in your Home Assistant frontend to Settings -> Add-ons -> Add-on Store and add this URL as an additional repository: https://github.com/goebelmeier/ha-addons
  2. Refresh your browser
  3. Find the rscp2mqtt add-on and click the INSTALL button.
  4. Configure the add-on and click on START.

Read the full add-on documentation

Support

Got questions? If it's related towards the add-on itself, you could open an issue here here on GitHub. If it's related towards rscp2mqtt you better open an issue inside its project.

Contributing

This is an active open-source project. We are always open to people who want to use the code or contribute to it.

We have set up a separate document containing our contribution guidelines.

Thank you for being involved! 😍

Authors & contributors

The original setup of this repository is by Timo Reimann.

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

We have got some Home Assistant add-ons for you

Want some more functionality to your Home Assistant instance?

There are multiple add-ons for Home Assistant. For a full list, check out the GitHub Repository.

License

MIT License

Copyright (c) 2023 Timo Reimann

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.