mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
R/KW display changed
git-svn-id: https://svn.fhem.de/fhem/trunk@13 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3fe669af1e
commit
972c7f3a46
@ -247,7 +247,7 @@ getDevStatus()
|
|||||||
printf(" Startblk (off 18): %d\n", b($d,18)+13);
|
printf(" Startblk (off 18): %d\n", b($d,18)+13);
|
||||||
printf(" Alarm (off 45): %d W\n", w($d,45));
|
printf(" Alarm (off 45): %d W\n", w($d,45));
|
||||||
printf(" PRICE (off 47): %0.2f (EUR/KWH)\n", w($d,47)/10000);
|
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);
|
hexdump($d);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user