Fork me on GitHub

pimatic-efergye2 by David Pirlot (davidbel07) | github | npm

pimatic-efergy-e2

Pimatic plugin to gather power consumption from Efergy E2 (and other clone devices including Chacon EcoWatt) using a RTL-SDR compatible dongle. This plugin use the rtl_433 executable (https://github.com/merbanan/rtl_433)

Dependencies

Compiling rtl_433 requires rtl-sdr to be installed.

Depending on your system, you may also need to install the following libraries:

sudo apt-get install libtool libusb-1.0.0-dev librtlsdr-dev rtl-sdr

See rtl_433 readme for more details.

Thanks

Thanks to merbanan and the rtl_433 community for their support and to maintain that very nice tool.

Plugin Config Options

efergy E2 config options
OptionDescriptionDefault
debug
boolean
Log information for debugging, including received messages
false
freq
number
Carrier frequency (in Hz)
433550000
detectionLevel
number
Detection level used to determine pulses [0-16384]
8000

Device Config Options

pimatic-efergye2 device config schemas

EfergyE2Sensor

Efergy E2 config options
OptionDescriptionDefault
sensorId
string
Efergy E2 sensor id
""
volt
number
Line voltage
230
pimatic-efergye2 is written by David Pirlot (davidbel07)