homebridge-mqtt-power-consumption-log-tasmota
Version:
Plugin to HomeBridge optimized for work with Itead Sonoff POW hardware with firmware Sonoff-Tasmota via MQTT with log data to file. Partially emulate Elgato Eve Energy. Measure used power and write data to log text files.
47 lines (46 loc) • 1.24 kB
JSON
{
"name": "homebridge-mqtt-power-consumption-log-tasmota",
"version": "0.9.3",
"description": "Plugin to HomeBridge optimized for work with Itead Sonoff POW hardware with firmware Sonoff-Tasmota via MQTT with log data to file. Partially emulate Elgato Eve Energy. Measure used power and write data to log text files.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MacWyznawca/homebridge-mqtt-power-consumption-log-tasmota.git"
},
"dependencies": {
"mqtt": ">=1.12.0",
"graceful-fs":">=0.0.1",
"node-schedule":">=1.1.0"
},
"engines": {
"homebridge": ">=0.2.0",
"node": ">4.0.0"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"homekit",
"sonoff",
"itead",
"tasmota",
"Sonoff-Tasmota",
"Pow",
"Sonoff Pow",
"Elgato",
"Eve",
"Energy",
"power",
"log",
"history",
"switch"
],
"author": "Jaromir Kopp",
"license": "MIT",
"bugs": {
"url": "https://github.com/MacWyznawca/homebridge-mqtt-power-consumption-log-tasmota/issues"
},
"homepage": "https://github.com/MacWyznawca/homebridge-mqtt-power-consumption-log-tasmota#readme"
}