Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 865 Bytes

File metadata and controls

27 lines (17 loc) · 865 Bytes

A simple CurrentCost monitor running in Docker with MQTT output

This is a Python interface to the CurrentCost energy monitoring devices connected on a serial port. Code borrowed/inspired from other similar ancient hacks.

Can log to several different kinds of file, as well as an MQTT broker.

Default is to print readings on stdout:

docker run -ti --device /dev/ttyUSB0:/dev/ttyUSB0 justifiably/currentcostmon

See full usage with:

docker run justifiably/currentcostmon -h

Pointers

Other projects: