arachnetech / homebridge-mqttthing

A plugin for Homebridge allowing the integration of many different accessory types using MQTT.
Apache License 2.0
466 stars 104 forks source link

Power in EVE app #506

Open techsupport89 opened 2 years ago

techsupport89 commented 2 years ago

I am having issues getting the power telemetry in the eve app. I have a Sonoff s31 running Tasmota and i can subscribe to these topics but it does not work. any help would be appreciated.

"type": "outlet", "name": "Master Bathroom HTR", "url": "MQTT://192.168.1.122:1883", "logMqtt": true, "topics": { "getOnline": "tete/Master_Bathroom_Heater/LWT", "getWatts": "tete/Master_Bathroom_Heater/SENSOR", "getVolts": "tete/Master_Bathroom_Heater/SENSOR", "getAmperes": "tete/Master_Bathroom_Heater/SENSOR", "getTotalConsumption": "tete/Master_Bathroom_Heater/SENSOR", "getInUse": "tete/Master_Bathroom_Heater/SENSOR", "getOn": "stat/Master_Bathroom_Heater/RESULT", "setOn": "cmnd/Master_Bathroom_Heater/POWER" }, "onValue": "ON", "offValue": "OFF", "history": true, "accessory": "mqttthing"

MAPEZ1 commented 2 years ago

shouldn't it be "tele/..." and not "tete/..."