FHEM Forum

FHEM => Anfängerfragen => Thema gestartet von: stefanru am 06 Juni 2017, 23:42:15

Titel: Was bedeutet IODevMissing 1 ?
Beitrag von: stefanru am 06 Juni 2017, 23:42:15
Hi,

bei einem meiner Somfy devices habe ich in den Internals auf einmal bei den Internals IODevMissing 1 stehen.
Was bedeutet das?

Device internals sehen so aus:

ADDRESS         D7399C
DEF                D7399C a0 1c5a
IODev              sduino_wlan
IODevMissing   1
IODevName     sduino_wlan
LASTInputDev  sduino_cc1101
MSGCNT          35
NAME              LichtStrasseSomfy
NR                  474
STATE             &nbsp
TYPE               SOMFY


Jemand eine Idee?

Gruß,
Stefan
Titel: Antw:Was bedeutet IODevMissing 1 ?
Beitrag von: KernSani am 07 Juni 2017, 00:01:47
Gib mal ein list des Devices - vermutlich ist das Attribut IODev nicht gepflegt...
Titel: Antw:Was bedeutet IODevMissing 1 ?
Beitrag von: stefanru am 08 Juni 2017, 23:14:10
Hi KernSani,

danke für die Antwort. Doch ist gepflegt.
List ergibt:
Internals:
   ADDRESS    D7399C
   DEF        D7399C a0 1c5a
   IODev      sduino_wlan
   IODevMissing 1
   IODevName  sduino_wlan
   LASTInputDev sduino
   MSGCNT     49
   NAME       LichtStrasseSomfy
   NR         474
   STATE      &nbsp
   TYPE       SOMFY
   mapleCUL433_MSGCNT 15
   mapleCUL433_RAWMSG YsA0181DA09C39D7
   mapleCUL433_TIME 2017-06-08 19:16:21
   move       off
   nanoCUL433_MSGCNT 1
   nanoCUL433_RAWMSG YsA0271D719C39D7
   nanoCUL433_TIME 2017-06-06 23:31:47
   sduino_DMSG YsA08F9236AA9344
   sduino_MSGCNT 15
   sduino_RAWMSG MC;LL=-1319;LH=1239;SL=-683;SH=602;D=A08F9236AA9344;C=640;L=56;
   sduino_TIME 2017-06-08 23:10:53
   sduino_cc1101_DMSG YsA0899436AA9344
   sduino_cc1101_MSGCNT 11
   sduino_cc1101_RAWMSG MC;LL=-1310;LH=1245;SL=-676;SH=613;D=A0899436AA9344;C=640;L=56;R=27;
   sduino_cc1101_RSSI -60.5
   sduino_cc1101_TIME 2017-06-08 22:49:40
   sduino_wlan_DMSG YsA08D901488B166
   sduino_wlan_MSGCNT 15
   sduino_wlan_RAWMSG MC;LL=-1322;LH=1242;SL=-685;SH=593;D=A08D901488B166;C=640;L=56;
   sduino_wlan_TIME 2017-06-06 23:32:47
   Code:
     1          D7399C
   Readings:
     2017-06-08 23:10:52   enc_key         A0
     2017-06-08 23:10:52   exact           0
     2017-06-08 23:10:53   parsestate      off
     2017-06-08 23:10:52   position        0
     2017-06-08 23:10:52   rolling_code    1DA5
     2017-06-08 23:10:52   state           open
Attributes:
   IODev      sduino_wlan
   eventMap   off:an/aus
   fixed_enckey 1
   group      Licht/Garage
   repetition 8
   room       SOMFY
   sortby     1
   stateFormat &nbsp
   webCmd     an/aus

Ich frage weil ich jetzt 2 mal Probleme mit dem Device hatte.
Im Prinzip funktioniert es aber auch trotz des IODevMissing Eintrags...

Gruß und Danke,
Stefan
Titel: Antw:Was bedeutet IODevMissing 1 ?
Beitrag von: Mario am 31 Juli 2020, 12:27:04
I know it is old topic, but nobody answered so for others...
I also got this problem, in my case it was due fact that IODev was created later after "TOP" device
and then "TOP" device stayed in wrong state despite IODev was created and existent
-  reseting attr IODev later fixes device operation despite flag Missing stays active :)