diff --git a/fhem/contrib/em1010.pl b/fhem/contrib/em1010.pl index 5cbd9201e..49c0ca6ae 100755 --- a/fhem/contrib/em1010.pl +++ b/fhem/contrib/em1010.pl @@ -247,7 +247,7 @@ getDevStatus() printf(" Startblk (off 18): %d\n", b($d,18)+13); printf(" Alarm (off 45): %d W\n", w($d,45)); printf(" PRICE (off 47): %0.2f (EUR/KWH)\n", w($d,47)/10000); - printf(" R/KW user (off 49): %d\n", w($d,49)/10); + printf(" R/KW / EC (off 49): %d\n", w($d,49)/10); hexdump($d); }