pvtom / rscp2mqtt-dashboard

Dashboard for an E3/DC Home Power Station
MIT License
4 stars 0 forks source link
dashboard docker e3dc hauskraftwerk mqtt node-red photovoltaic rscp s10 solar-energy

Dashboard for an E3/DC Home Power Station

GitHub sourcecode GitHub release (latest by date) GitHub last commit GitHub issues GitHub pull requests GitHub

The dashboard visualizes data from a home power station by subscribing to MQTT topics published by rscp2mqtt.

Dashboard

Docker

Instead of installing the package, you can simply use an existing Docker image.

Prerequisites

Installation of the package

Please follow the installation steps on the Node-RED homepage.

Load the flow

Import the file dashboard_flow.json, adjust the broker settings in one of the mqtt nodes and deploy the changes

or

set the parameters as environment variables and start the prepare script (i.e. with bash):

export MQTT_BROKER="localhost"
export TOPIC_PREFIX="e3dc"

cp -a flows.json.template flows.json

./prepare.sh flows.json

afterwards import flows.json into NODE-RED.

These MQTT parameters are available:

Value ranges can be adjusted with the following parameters:

Access the dashboard

The dashboard will be accessible at http://:1880/ui

The chart data is collected over the next 24 hours.