Fork me on GitHub

pimatic-unieq-box by Marcus Wittig | github | npm

pimatic-unieq-box

Pimatic plugin for the UNIEQ-Box smart meter

Plugin Config Options

pimatic-unieq-box plugin config options
OptionDescriptionDefault
debug
boolean
Debug mode. Writes debug message to the pimatic log
false

Device Config Options

pimatic-unieq-box device config schema

UnieqBox

UNIEQ Box
OptionDescriptionDefault
host
string
The hostname or IP address of the energy meter
port
number
The port for the REST/JSON endpoint of the energy meter providing metering data
3777
attributes
array
[
  "activePowerSupply",
  "activeEnergySupply",
  "powerFactor",
  "supplyFrequency"
]
interval
number
The time interval in seconds (minimum 10, default 20) at which the report will be queried
20
pimatic-unieq-box is written by Marcus Wittig