Skip to content

ShellyPlus1Pm

lukassoo edited this page Sep 28, 2025 · 4 revisions

Shelly Plus 1 PM Exporter

Exporter for the Shelly Plus 1 PM

Docker

Read the setup info if you haven't already

DockerHub: https://hub.docker.com/r/lukassoo/shelly-plus-1pm-exporter

x86 64 bit:

docker run --name ShellyPlus1PmExporter -d -p 10022:10022 -v /etc/shellyPlus1PmExporter:/Config lukassoo/shelly-plus-1pm-exporter:latest

ARMv8 64bit:

docker run --name ShellyPlus1PmExporter -d -p 10022:10022 -v /etc/shellyPlus1PmExporter:/Config lukassoo/shelly-plus-1pm-exporter:armv8

ARMv7 32bit:

docker run --name ShellyPlus1PmExporter -d -p 10022:10022 -v /etc/shellyPlus1PmExporter:/Config lukassoo/shelly-plus-1pm-exporter:armv7

Config

Common Config info

Exporter specific ignores:

  • ignoreTotalPowerMetric
  • ignorePowerMetric
  • ignoreVoltageMetric
  • ignoreCurrentMetric
  • ignoreTemperatureMetric
  • ignoreOutputStateMetric
  • ignoreInputState
  • ignoreInputPercent
  • ignoreInputCountTotal
  • ignoreInputFrequency
Clone this wiki locally