Could someone please explain, how to install die emon service ? i have addes this:
{
"plugin": "emon"
}
and this:
{
"id": "emon",
"class": "EmonDevice",
"name": "Electric Energy",
"ip": "localhost",
"port": "12345",
"username": "testuser",
"password": "testpassword",
"interval": 5000
}
to my config
is it neccesary to install the emon-server or is it just enough to install the plugin to pimatic?
a how to would be very nice,
thanks in advance.