Service for collecting data from TP-Link energy monitoring smart plugs (such as HS110 or KP115) and forwarding data to an MQTT server.
Update the config.json file in /app/config/config.json
:
{
"mqtt": {
"host": "<server_ip>",
"port": 1883,
"username": "",
"password": "",
"base_topic": "<Site>/EnergyMonitoring"
},
"deviceAddresses": [
"tplink-01",
"tplink-02"
]
}