Skip to content

ShellyPlusPlug

lukassoo edited this page Sep 28, 2025 · 5 revisions

Shelly Plus Plug Exporter

Exporter for the Shelly Plus Plug S

Not to be confused with the Shelly Plug S

Docker

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

Config

Common Config info

Exporter specific ignores:

  • ignoreTotalPowerMetric
  • ignorePowerMetric
  • ignoreVoltageMetric
  • ignoreCurrentMetric
  • ignoreTemperatureMetric
  • ignoreRelayStateMetric

Grafana Dashboard

Example Grafana dashboard using Prometheus as a data source: image

Clone this wiki locally