Hi,
ich schreib mir meine readings mit mapping um und gebe denen somit anderen namen.
Internals:
CFGFN
DEF ml:dutycycle
sysmon:Cpu_Prozent
sysmon:cpu_temp
FUUID 5dd93697-f33f-2b39-2b0d-d11dcd0d211793da
NAME Systemstatus
NR 57264
NTFY_ORDER 50-Systemstatus
STATE Initialized
TYPE readingsGroup
mayBeVisible 1
CONTENT:
ml 1
sysmon 1
CONTENT2:
DEVICES:
ARRAY(0x6a818e0)
ARRAY(0x5656de0)
ARRAY(0x65812e8)
fhem:
lastDefChange 37
last_update 1574541132.4202
helper:
DEF
mapping:
ml Cube
sysmon CPU Auslastung
positions:
ml.dutycycle 1:1
sysmon.Cpu_Prozent 2:1
sysmon.cpu_temp 3:1
values:
formated:
undef
ARRAY(0x5621500)
orig:
undef
ARRAY(0x66f1da0)
prefixsuffix:
undef
ARRAY(0x55e6858)
Attributes:
mapping {'ml' => 'Cube' ,'sysmon' => 'CPU Auslastung'}
notime 1
room System
Jetzt möchte ich aber in dem device sysmon jeweils unterschiedliche readings darstellen. Wenn ich im mapping den device sysmon angebe dann schreibt er mir sowohl für cpu Auslastung und cpu temperatur immer den gleichen namen.
Wie kann ich das separieren?
ml:<Cube>,dutycycle
sysmon:<Cpu>,Cpu_Prozent
sysmon:<Temp>,cpu_temp
Danke