MacWyznawca / homebridge-mqtt-power-consumption-log-tasmota

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.
MIT License
13 stars 12 forks source link

ReferenceError: FakeGatoHistoryService is not defined #13

Open th3cube opened 5 years ago

th3cube commented 5 years ago

https://github.com/MacWyznawca/homebridge-mqtt-power-consumption-log-tasmota/blob/06b52e20dee84313540f7a4b213edccc30efb40c/index.js#L19

FakeGatoHistoryService = require('fakegato-history')(homebridge);

Missing line in line 12

var FakeGatoHistoryService = require('fakegato-history');

bakadave commented 4 years ago

Will this feature ever be merged to the master branch? I added Eve graphing by manually copying the extra lines and it works beautifully.