HMCCU, findet 3 neue Devices nicht [HmIP FBL] (Jalousieaktor)

Begonnen von Simon74, 08 November 2019, 16:14:38

Vorheriges Thema - Nächstes Thema

Simon74

Hallo ich habe in der CCU3 nun 3 neue Geräte des Typs HmIP FBL.
In der CCU3 funktionieren Sie wie gewünscht.
Wenn ich nun folgendes in FHEM ausführe:
get ccu31 devicelist create ^HM-.* t=dev f=%n defattr save room=Homematic;
werden leider keine neuen Geräte gefunden.

FHEM ist auf aktuellem Stand.
defmod ccu31 HMCCU 10.8.5.224
attr ccu31 ccudef-readingfilter ^(LOW_?BAT|UNREACH)$
attr ccu31 ccudef-readingname ^(.+\.)?LOW_?BAT$:battery;;^(.+\.)?UNREACH$:activity
attr ccu31 ccudef-substitute AES_KEY!(0|false):off,(1|true):on;;LOWBAT,LOW_BAT!(0|false):ok,(1|true):low;;UNREACH!(0|false):alive,(1|true):dead;;MOTION!(0|false):noMotion,(1|true):motion;;DIRECTION!0:stop,1:up,2:down,3:undefined;;WORKING!0:false,1:true;;INHIBIT!(0|false):unlocked,(1|true):locked
attr ccu31 ccuflags procrpc,nonBlocking,reconnect
attr ccu31 cmdIcon on:general_an off:general_aus
attr ccu31 eventMap /rpcserver on:on/rpcserver off:off/
attr ccu31 room Homematic
attr ccu31 rpcPingCCU 300
attr ccu31 rpcinterfaces BidCos-RF,HmIP-RF
attr ccu31 rpcport 2001,2010
attr ccu31 rpcserver on
attr ccu31 stateFormat rpcstate/state
attr ccu31 verbose 5

setstate ccu31 running/OK
setstate ccu31 2019-11-08 16:10:55 count_channels 400
setstate ccu31 2019-11-08 16:10:55 count_devices 63
setstate ccu31 2019-11-08 16:10:55 count_groups 0
setstate ccu31 2019-11-08 16:10:55 count_interfaces 3
setstate ccu31 2019-11-08 16:10:55 count_programs 11
setstate ccu31 2019-11-08 16:09:55 rpcstate running
setstate ccu31 2019-11-08 16:09:55 state OK


Im Log finde ich auch:
2019.11.08 16:09:55 2: CCURPC: [d_rpcHmIP_RF] CB2010005010005224 NewDevice received 163 device and channel specifications
2019.11.08 16:09:56 2: HMCCU: [ccu31] Update success=48 failed=1

supernova1963

Zitat von: Simon74 am 08 November 2019, 16:14:38
Wenn ich nun folgendes in FHEM ausführe:
get ccu31 devicelist create ^HM-.* t=dev f=%n defattr save room=Homematic;
werden leider keine neuen Geräte gefunden.

Deine Namen der Geräte scheinen im Bild mit HMIP-.* benannt zu sein. Probiere 'mal:

get ccu31 devicelist create ^HMIP-.* t=dev f=%n defattr save room=Homematic;

Simon74

Danke das wars:
get ccu31 devicelist create ^HmIP-.* t=dev f=%n defattr save room=Homematic;

Jetzt fehlen mir noch die Attribute die Frage ich mal hier nach:
https://forum.fhem.de/index.php/topic,105159.0.html