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

SP111 Eve App - not all Informations are provided #19

Open Nort3l opened 3 years ago

Nort3l commented 3 years ago

Hey everyone, happy new Year!

I'm trying to get the power informations in my eve app, but I only get Consumption Total Consumption Total Cost

I am missing the entries for: in use current voltage

Gosund SP111 flashed to tasmota.

this is my config:

"accessory": "mqtt-power-consumption-log-tasmota", "name": "Schalter Status", "url": "mqtt://10.19.1.70", "username": "", "password": "", "topics": { "statusGet": "stat/tasmota/POWER", "statusSet": "cmnd/tasmota/power", "energyGet": "tele/tasmota/SENSOR", "stateGet": "tele/tasmota/STATE" }, "onValue": "ON", "offValue": "OFF", "outletInUseBy": "current", "outletInUseCurrent": "0.01", "totalPowerResetBy": "never", "activityTopic": "tele/tasmota/LWT", "activityParameter": "Online", "startCmd": "cmnd/tasmota/TelePeriod", "startParameter": "60", "patchToSave": "/root/.homebridge/", "savePeriod": "15", "manufacturer": "ITEAD", "model": "SP111",