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

EVE.app - "The accessory is inactive " #14

Closed elfnino closed 3 years ago

elfnino commented 4 years ago

EVE.app - energy live data and graphs are visible but following alarm is present:

"The accessory is inactive. Please refer to its user manual"

-Tasmota 6.6.0 -latest package.json and index.js are installed -fakegato-history module is installed (sudo npm install -g fakegato-history)

IMG_7093

bakadave commented 4 years ago

same here!

ghdbwise commented 4 years ago

Check the typo "activityParameter": "Online", or "activityParameter": "online",

bakadave commented 4 years ago

solved

elfnino commented 4 years ago

I guess "Online" is the correct right ? In my case it didn't help


{
                        "accessory": "mqtt-power-consumption-log-tasmota",
                        "name": "POWone",
                        "url": "mqtt://127.0.0.1",
                        "username": "1234",
                        "password": "1234",
                        "topics": {
                                        "statusGet": "stat/sonoffPOWone/POWER",
                                        "statusSet": "cmnd/sonoffPOWone/power",
                                        "energyGet": "tele/sonoffPOWone/SENSOR",
                                        "stateGet": "tele/sonoffPOWone/STATE"
                                                                 },
                        "onValue": "ON",
                        "offValue": "OFF",

                        "outletInUseBy": "current",
                        "outletInUseCurrent": "0.01",

                        "totalPowerResetBy": "month",

                        "activityTopic": "tele/sonoffPOWone/LWT",
                        "activityParameter": "Online",

                        "startCmd": "cmnd/sonoffPOWone/TelePeriod",
                        "startParameter": "15",

                        "patchToSave": "/home/pi/.homebridge/",
                        "savePeriod": "15",

                        "timeOffset": "-60",

                        "manufacturer": "ITEAD",
                        "model": "Sonoff POW",
                        "serialNumberMAC": "5C:00:00:00:00:01"
                },
elfnino commented 3 years ago

After reinstall the issue does not exist..