-
-
Notifications
You must be signed in to change notification settings - Fork 5
ShellyPlusPlug
lukassoo edited this page Sep 28, 2025
·
5 revisions
Exporter for the Shelly Plus Plug S
Not to be confused with the Shelly Plug S
Read the setup info if you haven't already
DockerHub: https://hub.docker.com/r/lukassoo/shelly-plus-plug-exporter
x86 64 bit:
docker run --name ShellyPlusPlugExporter -d -p 10009:10009 -v /etc/shellyPlusPlugExporter:/Config lukassoo/shelly-plus-plug-exporter:latest
ARMv8 64bit:
docker run --name ShellyPlusPlugExporter -d -p 10009:10009 -v /etc/shellyPlusPlugExporter:/Config lukassoo/shelly-plus-plug-exporter:armv8
ARMv7 32bit:
docker run --name ShellyPlusPlugExporter -d -p 10009:10009 -v /etc/shellyPlusPlugExporter:/Config lukassoo/shelly-plus-plug-exporter:armv7
Exporter specific ignores:
- ignoreTotalPowerMetric
- ignorePowerMetric
- ignoreVoltageMetric
- ignoreCurrentMetric
- ignoreTemperatureMetric
- ignoreRelayStateMetric
Example Grafana dashboard using Prometheus as a data source: