philips hue modul

Begonnen von justme1968, 11 Februar 2013, 13:55:14

Vorheriges Thema - Nächstes Thema

Schlimbo

Hi,
habe gerade bemerkt, dass das Attribut "ignoreReachable" scheinbar beim HUEDevice vom typ "LightGroup" nicht beachtet wird. Habe das Attribut gesetzt, allerdings bleibt das Reading "reachable" weiterhin auf "0". Spricht etwas dagegen das Attribut auch für LightGroups auszuwerten?

Internals:
   DEF        group 8  IODev=ConBee2
   FUUID      5e722a0b-f33f-0ba4-15ad-f125b1c37153af4d
   FVERSION   31_HUEDevice.pm:0.233440/2020-12-13
   ID         G8
   INTERVAL   
   IODev      ConBee2
   NAME       HUEBad
   NR         836
   STATE      dim25%
   TYPE       HUEDevice
   lights     4
   name       Bad
   type       LightGroup
   READINGS:
     2021-02-26 00:36:10   alert           none
     2021-02-26 00:36:10   all_on          0
     2021-02-26 00:36:10   any_on          0
     2021-02-26 00:36:10   bri             52
     2021-02-26 00:36:10   colormode       ct
     2021-02-26 00:36:10   ct              500
     2021-02-26 00:36:10   effect          none
     2021-02-26 00:36:10   onoff           1
     2021-02-26 00:36:10   pct             21
     2021-02-26 00:36:10   reachable       0
     2021-02-26 00:36:10   rgb             ffaf6e
     2021-02-26 00:36:10   sat             226
     2021-02-26 00:36:10   state           dim25%
   helper:
     alert      none
     bri        52
     colormode  ct
     ct         500
     devtype    G
     effect     none
     onoff      1
     pct        21
     reachable  0
     rgb        ffaf6e
     sat        226
     state      dim25%
     update_timeout 1
     json:
       etag       60811c6f32ec4446db5265aac99eda83
       id         8
       name       Bad
       type       LightGroup
       action:
         alert      none
         bri        127
         colormode  hs
         ct         0
         effect     none
         hue        0
         sat        127
         scene     
         xy:
           0
           0
       devicemembership:
       lights:
         4
       scenes:
       state:
     lights:
       4          1
     scenes:
Attributes:
   IODev      ConBee2
   alias      Bad
   color-icons 2
   delayedUpdate 1
   devStateIcon {(HUEDevice_devStateIcon($name),"toggle")}
   event-on-change-reading .*
   group      HUEGroup
   ignoreReachable 1
   room       HUEDevice
   userattr   createActionReadings:1,0 createGroupReadings:1,0


Gruß Schlimbo

justme1968

gruppen haben von sich aus kein reachable attribut. ich vermute du hast createGroupReadings gesetzt.

ich habe jetzt eingebaut das bei createGroupReadings ein gesetztes ignoreReachable in dein einzelnen zugehörigen lampen berücksichtig wird.


hue, tradfri, alexa-fhem, homebridge-fhem, LightScene, readingsGroup, ...

https://github.com/sponsors/justme-1968

Motivierte linke Hände

Hi, ich hoffe, der Thread hier ist noch der richtige für das HUE model.

Ich habe hier mit Philips HUE Leuchtmitteln ein komisches Problem neuerdings.

Folgenden Befehl setze ich über ein at ab:

define at_HUE_Julius at +00:00:13 { fhem("sleep 2;;set HUE_Julius_.* rgb 2FDCA;;sleep 2;;set HUE_Julius_.* rgb CEADD7;;sleep 2;;set HUE_Julius_.* rgb 91E618;;sleep 2;;set HUE_Julius_.* rgb B9F065;;sleep 2;;set HUE_Julius_.* rgb FFC799") }

(Ja, ich weiß, dass { einerseits und fhem( andererseits überflüssig ist - anders habe ich das mit den Semikolons nicht hinbekommen.)

Das ergibt folgende Fehlermeldung:

2021.10.24 19:53:05 2: After sleep: Unknown argument rgb, choose one of off:noArg on:noArg toggle:noArg statusRequest:noArg pct:colorpicker,BRI,0,1,100 bri:colorpicker,BRI,0,1,254 rgb:colorpicker,RGB color:colorpicker,CT,2000,1,6500 ct:colorpicker,CT,154,1,500 hue:colorpicker,HUE,0,1,65535 sat:slider,0,1,254 xy dimUp:noArg dimDown:noArg ctUp:noArg ctDown:noArg hueUp:noArg hueDown:noArg satUp:noArg satDown:noArg alert:none,select,lselect effect:none,colorloop rename scene: (...)

Warum gibt es "after sleep" den Fehler, dass er das Argument "rgb" nicht kennt, vor dem Sleep aber schon...?

Ich vermute, ich bin nach wie vor zu blöd, mehrere Kommandos ordentlich an FHEM in einem Befehl abzusetzen. Wäre nett, wenn mir jemand kurz auf die Sprünge helfen könnte, bitte.
FHEM 6 in einer KVM VM mit Ubuntu
HM-CFG-USB2, 2xHM-CFG-HMLAN, HM-HMUARTLGW mit 100+ HomeMatic Devices, Geofencing, Fritzbox, Unifi, HUE, Harmony-Hub, Denon-Receiver-Modul, Calendar, GardenaSmartDevice, Shelly, MQTT (zigbee2mqtt, Tasmota und Shelly) und ein wenig 1Wire.

Jamo

mach mal aus den doppelten ;; einfache ;, also
define at_HUE_Julius at +00:00:13 { fhem("sleep 2;set HUE_Julius_.* rgb 2FDCA;sleep 2;set HUE_Julius_.* rgb CEADD7;sleep 2;set HUE_Julius_.* rgb 91E618;sleep 2;set HUE_Julius_.* rgb B9F065;sleep 2;set HUE_Julius_.* rgb FFC799") }
Doppelte semicolon brauchst Du nur wenn du den fhem Befehl in die Commandozeile eingibst. Das ist hier aber nicht der Fall.
Damit sollte das dann auch ohne die { einerseits und fhem( andererseits funktionieren.
Bullseye auf iNUC, Homematic + HMIP(UART/HMUSB), Debmatic, HUEBridge, Zigbee/ConbeeII, FB, Alexa (fhem-lazy), Livetracking, LaCrosse JeeLink, LoRaWan / TTN / Chirpstack

Motivierte linke Hände

FHEM 6 in einer KVM VM mit Ubuntu
HM-CFG-USB2, 2xHM-CFG-HMLAN, HM-HMUARTLGW mit 100+ HomeMatic Devices, Geofencing, Fritzbox, Unifi, HUE, Harmony-Hub, Denon-Receiver-Modul, Calendar, GardenaSmartDevice, Shelly, MQTT (zigbee2mqtt, Tasmota und Shelly) und ein wenig 1Wire.

Motivierte linke Hände

Sorry, Korrektur, klappt nicht, und zwar schon beim define:

2021.10.25 19:51:27 3: define at_HUE_Julius at +00:00:13 sleep 2;set HUE_Julius_.* rgb F1467;sleep 2;set HUE_Julius_.* rgb 7E7742;sleep 2;set HUE_Julius_.* rgb 9272CE;sleep 2;set HUE_Julius_.* rgb 924468;sleep 2;set HUE_Julius_.* rgb FFC799 : Unknown argument rgb, choose one of off:noArg on:noArg toggle:noArg statusRequest:noArg pct:colorpicker,BRI,0,1,100 bri:colorpicker,BRI,0,1,254 rgb:colorpicker,RGB color:colorpicker,CT,2000,1,6500 ct:colorpicker,CT,154,1,500 hue:colorpicker,HUE,0,1,65535

Allerdings habe ich mittlerweile das Gefühl, dass es zwei kombinierte Probleme jetzt sind:
1. das define wird bei dem ersten Semikolon für beendet erklärt. Der Rest wird sofort ausgeführt.
2. HUE wirft den Fehler für rgb aus, den ich nicht verstehe.
FHEM 6 in einer KVM VM mit Ubuntu
HM-CFG-USB2, 2xHM-CFG-HMLAN, HM-HMUARTLGW mit 100+ HomeMatic Devices, Geofencing, Fritzbox, Unifi, HUE, Harmony-Hub, Denon-Receiver-Modul, Calendar, GardenaSmartDevice, Shelly, MQTT (zigbee2mqtt, Tasmota und Shelly) und ein wenig 1Wire.

Jamo

Ja, das weil Du das alles in der commandozeile eingibst. Dann werden die Befehle einzeln 'genommen', d.h. dein erstes "at" hoert nach dem ersten semikolon auf.
Du willst aber das dein at alle folgenden Befehle enthält.

Das macht man, indem man erst mal ein einzelnes at anlegt:
1) define at_HUE_Julius at +00:00:13 {}
2) Dann gehst du in FHEM in der definition von dem at, auf "DEF", und in dem sich öffnenden Editorfenster löscht Du die beiden {}, und kopierst dann alles folgende darein.
Zitatsleep 2;set HUE_Julius_.* rgb F1467;sleep 2;set HUE_Julius_.* rgb 7E7742;sleep 2;set HUE_Julius_.* rgb 9272CE;sleep 2;set HUE_Julius_.* rgb 924468;sleep 2;set HUE_Julius_.* rgb FFC799 : Unknown argument rgb, choose one of off:noArg on:noArg toggle:noArg statusRequest:noArg pct:colorpicker,BRI,0,1,100 bri:colorpicker,BRI,0,1,254 rgb:colorpicker,RGB color:colorpicker,CT,2000,1,6500 ct:colorpicker,CT,154,1,500 hue:colorpicker,HUE,0,1,65535
Das sollte funktionieren.
Bullseye auf iNUC, Homematic + HMIP(UART/HMUSB), Debmatic, HUEBridge, Zigbee/ConbeeII, FB, Alexa (fhem-lazy), Livetracking, LaCrosse JeeLink, LoRaWan / TTN / Chirpstack

Motivierte linke Hände

Ok, wichtige ergänzende Information: Das at möchte ich in ganz bestimmten Situationen automatisch per Perl-Code anlegen. D.h. aktuell steht da in Perl tatsächlich:

fhem(,,define at_HUE_Julius at +00:00:13 sleep 2;set HUE_Julius_.* rgb F1467;sleep 2;set HUE_Julius_.* rgb 7E7742;sleep 2;set HUE_Julius_.* rgb 9272CE;sleep 2;set HUE_Julius_.* rgb 924468;sleep 2;set HUE_Julius_.* rgb FFC799");

Jetzt weiß ich auch wieder, warum ich für das at mit { und fhem( gearbeitet hatte. Dadurch konnte ich nämlich verhindern, dass fhem bei ; das at als beendet betrachtete.

Ok, das beantwortet aber alles nicht die Frage nach der rgb-Fehlermeldung, die das HUE-Modul auswirft...
FHEM 6 in einer KVM VM mit Ubuntu
HM-CFG-USB2, 2xHM-CFG-HMLAN, HM-HMUARTLGW mit 100+ HomeMatic Devices, Geofencing, Fritzbox, Unifi, HUE, Harmony-Hub, Denon-Receiver-Modul, Calendar, GardenaSmartDevice, Shelly, MQTT (zigbee2mqtt, Tasmota und Shelly) und ein wenig 1Wire.

Jamo

Ja, wenn Du das per Perl-Code automatisch anlegen möchtest, dann musst Du das verdoppeln.

Kann sein, das Du dann aber das .* escapen musst, hast Du mal set HUE_Julius_\.\* oder ähnliches probiert?
Bullseye auf iNUC, Homematic + HMIP(UART/HMUSB), Debmatic, HUEBridge, Zigbee/ConbeeII, FB, Alexa (fhem-lazy), Livetracking, LaCrosse JeeLink, LoRaWan / TTN / Chirpstack

Motivierte linke Hände

Ok, nachdem ich das At dann inzwischen in mehrere Ats zerlegt habe, um um die Semikolons herumzukommen: Der Fehler ist ein ganz anderer!

Wenn man einen "falschen" Hex-Code für die RGB-Werte angibt, also z.B.

define at_HUE_Julius_0 at +00:00:13 set HUE_Julius_.* rgb C9867

(es fehlt eine Stelle, weil das 0-Padding von kleinen Werten gefehlt hat), dann wird nicht der falsche rgb-Code bemängelt, sondern das Modul sagt stattdessen, dass es das Argument rgb nicht kennt:

at_HUE_Julius_0: Unknown argument rgb, choose one of off:noArg on:noArg toggle:noArg statusRequest:noArg pct:colorpicker,BRI,0,1,100 bri:colorpicker,BRI,0,1,254 rgb:colorpicker,RGB color:colorpicker,CT,2000,1,6500 ct:colorpicker,CT,154,1,500



FHEM 6 in einer KVM VM mit Ubuntu
HM-CFG-USB2, 2xHM-CFG-HMLAN, HM-HMUARTLGW mit 100+ HomeMatic Devices, Geofencing, Fritzbox, Unifi, HUE, Harmony-Hub, Denon-Receiver-Modul, Calendar, GardenaSmartDevice, Shelly, MQTT (zigbee2mqtt, Tasmota und Shelly) und ein wenig 1Wire.

majestro84

#1840
Hallo zusammen

Ich habe ein merkwürdiges Phänomen.

Ich habe eine Gruppe Esszimmer Lampe wenn ich diese mit set HUEGroup10 rgb 260f02 : pct 10 anschalte ist im nach hinein der RGB Code anders. Er ist dann 180901.

Internals:
   DEF        group 10  IODev=HUEBridge_0
   FUUID      617ede4e-f33f-3405-7335-ce71daf6a5ee6a23
   FVERSION   31_HUEDevice.pm:0.239120/2021-03-08
   ID         G10
   INTERVAL   
   IODev      HUEBridge_0
   NAME       HUEGroup10
   NR         785
   STATE      dim12%
   TYPE       HUEDevice
   class      Dining
   desired    1
   lights     41,42,43,44
   name       Esszimmer Lampe
   type       Room
   READINGS:
     2021-11-08 08:34:21   IODev           HUEBridge_0
     2021-11-08 08:34:33   alert           select
     2021-11-08 10:43:06   all_on          1
     2021-11-08 10:43:06   any_on          1
     2021-11-08 10:42:56   bri             24
     2021-11-08 10:43:06   colormode       hs
     2021-11-08 10:43:06   ct              1293
     2021-11-08 08:34:33   effect          none
     2021-11-08 10:43:21   hue             3732
     2021-11-08 10:43:06   onoff           1
     2021-11-08 10:43:06   pct             9
     2021-11-08 08:34:33   reachable       1
     2021-11-08 10:43:06   rgb             180901
     2021-11-08 10:42:56   sat             240
     2021-11-08 10:43:06   state           dim12%
   helper:
     alert      select
     bri        24
     colormode  hs
     ct         1293
     devtype    G
     effect     none
     hue        3732
     onoff      1
     pct        9
     reachable  1
     rgb        180901
     sat        240
     state      dim12%
     update_timeout 1
     json:
       class      Dining
       name       Esszimmer Lampe
       type       Room
       action:
         alert      select
         bri        24
         colormode  hs
         ct         300
         effect     none
         hue        3822
         sat        240
         xy:
           0.5969
           0.3804
       lights:
         44
         43
         42
         41
       sensors:
       state:
     lights:
       41         1
       42         1
       43         1
       44         1
Attributes:
   IODev      HUEBridge_0
   alias      Esszimmer Lampe
   color-icons 2
   delayedUpdate 1
   devStateIcon {(HUEDevice_devStateIcon($name),"toggle")}
   group      HUEGroup
   room       HUE
   userattr   createActionReadings:1,0 createGroupReadings:1,0


Schalte ich die einzelne Lampe mit set HUEDevice42 rgb 260f02 : pct 10 bekomme ich beim get rgb auch genau den Code wieder zurück geliefert.

Wenn ich alle Lampen einzeln anschalte liefert mit die Gruppe auch den richtigen RGB Code.

Internals:
   DEF        41  IODev=HUEBridge_0
   FUUID      618265da-f33f-3405-1afe-43035df02b25fa4d
   FVERSION   31_HUEDevice.pm:0.239120/2021-03-08
   ID         41
   INTERVAL   
   IODev      HUEBridge_0
   NAME       HUEDevice41
   NR         788
   STATE      dim12%
   TYPE       HUEDevice
   desired    1
   manufacturername LEDVANCE
   modelid    A60 RGBW Value II
   name       Esszimmer Lampe 1
   swversion  00203045
   type       Extended color light
   uniqueid   f0:d1:b8:00:00:18:9a:fd-01
   READINGS:
     2021-11-08 08:34:21   IODev           HUEBridge_0
     2021-11-08 08:34:33   alert           select
     2021-11-08 10:25:11   bri             24
     2021-11-08 10:43:06   colormode       hs
     2021-11-08 08:34:33   ct              300 (3333K)
     2021-11-08 08:34:33   effect          none
     2021-11-08 10:43:44   hue             3584
     2021-11-08 10:43:06   onoff           1
     2021-11-08 10:43:06   pct             10
     2021-11-08 10:41:44   reachable       1
     2021-11-08 10:43:06   rgb             180901
     2021-11-08 10:32:30   sat             240
     2021-11-08 10:43:06   state           dim12%
     2021-11-08 10:41:44   xy              0.5969,0.3804
   helper:
     alert      select
     battery    -1
     bri        24
     colormode  hs
     ct         300
     devtype   
     effect     none
     hue        3584
     lastseen   
     mode       
     pct        10
     reachable  1
     rgb        180901
     sat        240
     update_timeout 1
     xy         0.5969,0.3804
     helper:
     json:
       manufacturername LEDVANCE
       modelid    A60 RGBW Value II
       name       Esszimmer Lampe 1
       productname Extended color light
       swversion  00203045
       type       Extended color light
       uniqueid   f0:d1:b8:00:00:18:9a:fd-01
       capabilities:
         control:
           colorgamuttype other
           ct:
             max        526
             min        153
         streaming:
       config:
         archetype  classicbulb
         direction  omnidirectional
         function   mixed
       state:
         alert      select
         bri        24
         colormode  hs
         ct         300
         effect     none
         hue        3584
         mode       homeautomation
         sat        240
         xy:
           0.5969
           0.3804
       swupdate:
         lastinstall 2021-11-03T10:16:34
         state      notupdatable
Attributes:
   IODev      HUEBridge_0
   alias      Esszimmer Lampe 1
   color-icons 2
   devStateIcon {(HUEDevice_devStateIcon($name),"toggle")}
   group      HUEDevice
   icon       hue_filled_white_e27_b22
   model      A60 RGBW Value II
   room       HUE
   subType    extcolordimmer
   webCmd     rgb:rgb ff0000:rgb DEFF26:rgb 0000ff:ct 490:ct 380:ct 270:ct 160:toggle:on:off


Da ich um mein DoIf kurz zu halten gerne die Gruppe Schalten möchte, ist meine Frage wo liegt da der Fehler.

Das list der Devices wurde nach dem set HUEGroup10 rgb 260f02 : pct 10 erstellt. Man sieht auch die einzelne Lampe hat nun dem falschen RGB Code.

Vielen Dank

Gruß Alex
Server: Fujitsu ESPRIMO Q920 - aktuellen FHEM-Docker Image:Z-Wave (RollerShutter,DoorWindow,Socket,PIR,....) | ENIGMA2 | EGPM2LAN | BLE-Tag(PRESENCE) | HUE | alexa-fhem | Shelly | MQTT2
1.Pi-Zero:Viessmann(optolink) mit 89_VCONTROL300.pm
2.Pi3 Dongle Server: Zigbee2MQTT(CC1352P-2), Z-Wave(UZB1), BT

justme1968

zeig mal das list der anderen drei lampen in der gruppe und was im log verbose 5 für lampen und bridge steht.
hue, tradfri, alexa-fhem, homebridge-fhem, LightScene, readingsGroup, ...

https://github.com/sponsors/justme-1968

majestro84

Hi hier das log

2021.11.08 11:08:10.946 4:  using HttpUtils_NonblockingGet: PUT groups/10/action
2021.11.08 11:08:12.034 4:  using HttpUtils_NonblockingGet: GET groups/10
2021.11.08 11:08:12.045 4:  parse status message for HUEGroup10
2021.11.08 11:08:12.072 4:  using HttpUtils_NonblockingGet: GET
2021.11.08 11:08:12.157 4:  parse status message for HUEBridge_0
2021.11.08 11:08:12.158 4:  HUEBridge_0: message for unknown sensor received: HUEBridge_0-S1
2021.11.08 11:08:12.158 4:  HUEBridge_0: message for unknown sensor received: HUEBridge_0-S29
2021.11.08 11:08:12.158 4:  HUEBridge_0: message for unknown sensor received: HUEBridge_0-S31
2021.11.08 11:08:12.170 4:  parse status message for HUEGroup10
2021.11.08 11:08:12.171 4:  parse status message for HUEDevice42
2021.11.08 11:08:12.180 4:  parse status message for HUEDevice43
2021.11.08 11:08:12.187 4:  parse status message for HUEDevice44
2021.11.08 11:08:12.193 4:  parse status message for HUEDevice41
2021.11.08 11:08:17.152 4:  using HttpUtils_NonblockingGet: PUT groups/3/action
2021.11.08 11:08:17.153 4:  using HttpUtils_NonblockingGet: PUT lights/23/state
2021.11.08 11:08:17.154 4:  using HttpUtils_NonblockingGet: PUT lights/31/state
2021.11.08 11:08:17.155 4:  using HttpUtils_NonblockingGet: PUT lights/25/state
2021.11.08 11:08:17.155 4:  using HttpUtils_NonblockingGet: PUT lights/22/state
2021.11.08 11:08:17.159 4:  using HttpUtils_NonblockingGet: PUT lights/25/state
2021.11.08 11:08:17.159 4:  using HttpUtils_NonblockingGet: PUT lights/22/state
2021.11.08 11:08:17.165 4:  using HttpUtils_NonblockingGet: PUT lights/25/state
2021.11.08 11:08:17.166 4:  using HttpUtils_NonblockingGet: PUT lights/22/state
2021.11.08 11:08:18.298 4:  using HttpUtils_NonblockingGet: GET groups/3
2021.11.08 11:08:18.309 4:  using HttpUtils_NonblockingGet: GET
2021.11.08 11:08:18.312 4:  using HttpUtils_NonblockingGet: GET lights/23
2021.11.08 11:08:18.370 4:  using HttpUtils_NonblockingGet: GET lights/22
2021.11.08 11:08:18.397 4:  parse status message for HUEBridge_0
2021.11.08 11:08:18.398 4:  HUEBridge_0: message for unknown sensor received: HUEBridge_0-S29
2021.11.08 11:08:18.398 4:  HUEBridge_0: message for unknown sensor received: HUEBridge_0-S1
2021.11.08 11:08:18.398 4:  HUEBridge_0: message for unknown sensor received: HUEBridge_0-S31
2021.11.08 11:08:18.409 4:  parse status message for HUEGroup10
2021.11.08 11:08:18.411 4:  parse status message for HUEDevice42
2021.11.08 11:08:18.413 4:  parse status message for HUEDevice41
2021.11.08 11:08:18.418 4:  parse status message for HUEDevice44
2021.11.08 11:08:18.420 4:  parse status message for HUEDevice43
2021.11.08 11:08:21.899 4:  using HttpUtils_NonblockingGet: GET lights
2021.11.08 11:08:21.921 4:  parse status message for HUEDevice41
2021.11.08 11:08:21.921 4:  parse status message for HUEDevice44
2021.11.08 11:08:21.923 4:  parse status message for HUEDevice43
2021.11.08 11:08:21.925 4:  parse status message for HUEDevice42
2021.11.08 11:08:29.139 4:  using HttpUtils_NonblockingGet: PUT groups/18/action
2021.11.08 11:08:30.180 4:  using HttpUtils_NonblockingGet: GET groups/18
2021.11.08 11:08:30.194 4:  using HttpUtils_NonblockingGet: GET
2021.11.08 11:08:30.284 4:  parse status message for HUEBridge_0
2021.11.08 11:08:30.285 4:  HUEBridge_0: message for unknown sensor received: HUEBridge_0-S29
2021.11.08 11:08:30.285 4:  HUEBridge_0: message for unknown sensor received: HUEBridge_0-S1
2021.11.08 11:08:30.285 4:  HUEBridge_0: message for unknown sensor received: HUEBridge_0-S31
2021.11.08 11:08:30.297 4:  parse status message for HUEGroup10
2021.11.08 11:08:30.298 4:  parse status message for HUEDevice44
2021.11.08 11:08:30.298 4:  parse status message for HUEDevice41
2021.11.08 11:08:30.304 4:  parse status message for HUEDevice43
2021.11.08 11:08:30.311 4:  parse status message for HUEDevice42


und die anderen drei Lampen
Internals:
   DEF        42  IODev=HUEBridge_0
   FUUID      618265da-f33f-3405-18b4-ea62369c11d5f6a6
   FVERSION   31_HUEDevice.pm:0.239120/2021-03-08
   ID         42
   INTERVAL   
   IODev      HUEBridge_0
   NAME       HUEDevice42
   NR         791
   STATE      dim12%
   TYPE       HUEDevice
   desired    1
   manufacturername LEDVANCE
   modelid    A60 RGBW Value II
   name       Esszimmer Lampe 2
   swversion  00203045
   type       Extended color light
   uniqueid   f0:d1:b8:00:00:18:7a:86-01
   READINGS:
     2021-11-08 08:34:21   IODev           HUEBridge_0
     2021-11-08 08:34:33   alert           select
     2021-11-08 11:03:21   bri             24
     2021-11-08 11:03:21   colormode       hs
     2021-11-08 10:55:49   ct              300 (3333K)
     2021-11-08 08:34:33   effect          none
     2021-11-08 11:04:26   hue             3822
     2021-11-08 11:04:26   onoff           1
     2021-11-08 11:04:26   pct             10
     2021-11-08 10:39:16   reachable       1
     2021-11-08 11:03:21   rgb             180901
     2021-11-08 10:32:30   sat             240
     2021-11-08 11:04:26   state           dim12%
     2021-11-08 10:57:03   xy              0.5969,0.3804
   helper:
     alert      select
     battery    -1
     bri        24
     colormode  hs
     ct         300
     devtype   
     effect     none
     hue        3822
     lastseen   
     mode       
     pct        10
     reachable  1
     rgb        180901
     sat        240
     update_timeout -1
     xy         0.5969,0.3804
     helper:
     json:
       manufacturername LEDVANCE
       modelid    A60 RGBW Value II
       name       Esszimmer Lampe 2
       productname Extended color light
       swversion  00203045
       type       Extended color light
       uniqueid   f0:d1:b8:00:00:18:7a:86-01
       capabilities:
         control:
           colorgamuttype other
           ct:
             max        526
             min        153
         streaming:
       config:
         archetype  classicbulb
         direction  omnidirectional
         function   mixed
       state:
         alert      select
         bri        24
         colormode  hs
         ct         300
         effect     none
         hue        3822
         mode       homeautomation
         sat        240
         xy:
           0.5969
           0.3804
       swupdate:
         lastinstall 2021-11-03T10:17:35
         state      notupdatable
Attributes:
   IODev      HUEBridge_0
   alias      Esszimmer Lampe 2
   color-icons 2
   devStateIcon {(HUEDevice_devStateIcon($name),"toggle")}
   group      HUEDevice
   icon       hue_filled_white_e27_b22
   model      A60 RGBW Value II
   room       HUE
   subType    extcolordimmer
   webCmd     rgb:rgb ff0000:rgb DEFF26:rgb 0000ff:ct 490:ct 380:ct 270:ct 160:toggle:on:off


Internals:
   DEF        43  IODev=HUEBridge_0
   FUUID      618265da-f33f-3405-faf0-b9231567db09e565
   FVERSION   31_HUEDevice.pm:0.239120/2021-03-08
   ID         43
   INTERVAL   
   IODev      HUEBridge_0
   NAME       HUEDevice43
   NR         790
   STATE      dim12%
   TYPE       HUEDevice
   desired    1
   manufacturername LEDVANCE
   modelid    A60 RGBW Value II
   name       Esszimmer Lampe 4
   swversion  00203045
   type       Extended color light
   uniqueid   f0:d1:b8:00:00:18:83:6f-01
   READINGS:
     2021-11-08 08:34:21   IODev           HUEBridge_0
     2021-11-08 08:34:33   alert           select
     2021-11-08 11:03:21   bri             24
     2021-11-08 11:03:21   colormode       hs
     2021-11-08 10:55:49   ct              300 (3333K)
     2021-11-08 08:34:33   effect          none
     2021-11-08 11:04:48   hue             3584
     2021-11-08 11:04:26   onoff           1
     2021-11-08 11:04:26   pct             10
     2021-11-08 10:41:49   reachable       1
     2021-11-08 11:03:21   rgb             180901
     2021-11-08 10:32:30   sat             240
     2021-11-08 11:04:26   state           dim12%
     2021-11-08 10:57:21   xy              0.5969,0.3804
   helper:
     alert      select
     battery    -1
     bri        24
     colormode  hs
     ct         300
     devtype   
     effect     none
     hue        3584
     lastseen   
     mode       
     pct        10
     reachable  1
     rgb        180901
     sat        240
     update_timeout -1
     xy         0.5969,0.3804
     helper:
     json:
       manufacturername LEDVANCE
       modelid    A60 RGBW Value II
       name       Esszimmer Lampe 4
       productname Extended color light
       swversion  00203045
       type       Extended color light
       uniqueid   f0:d1:b8:00:00:18:83:6f-01
       capabilities:
         control:
           colorgamuttype other
           ct:
             max        526
             min        153
         streaming:
       config:
         archetype  classicbulb
         direction  omnidirectional
         function   mixed
       state:
         alert      select
         bri        24
         colormode  hs
         ct         300
         effect     none
         hue        3584
         mode       homeautomation
         sat        240
         xy:
           0.5969
           0.3804
       swupdate:
         lastinstall 2021-11-03T10:18:29
         state      notupdatable
Attributes:
   IODev      HUEBridge_0
   alias      Esszimmer Lampe 4
   color-icons 2
   devStateIcon {(HUEDevice_devStateIcon($name),"toggle")}
   group      HUEDevice
   icon       hue_filled_white_e27_b22
   model      A60 RGBW Value II
   room       HUE
   subType    extcolordimmer
   webCmd     rgb:rgb ff0000:rgb DEFF26:rgb 0000ff:ct 490:ct 380:ct 270:ct 160:toggle:on:off


Internals:
   DEF        44  IODev=HUEBridge_0
   FUUID      618265da-f33f-3405-ba24-919da73c18d46130
   FVERSION   31_HUEDevice.pm:0.239120/2021-03-08
   ID         44
   INTERVAL   
   IODev      HUEBridge_0
   NAME       HUEDevice44
   NR         789
   STATE      dim12%
   TYPE       HUEDevice
   desired    1
   manufacturername LEDVANCE
   modelid    A60 RGBW Value II
   name       Esszimmer Lampe 5
   swversion  00203045
   type       Extended color light
   uniqueid   f0:d1:b8:00:00:18:9a:67-01
   READINGS:
     2021-11-08 08:34:21   IODev           HUEBridge_0
     2021-11-08 08:34:33   alert           select
     2021-11-08 11:03:21   bri             24
     2021-11-08 11:03:21   colormode       hs
     2021-11-08 10:55:49   ct              300 (3333K)
     2021-11-08 08:34:33   effect          none
     2021-11-08 11:04:48   hue             3584
     2021-11-08 11:04:26   onoff           1
     2021-11-08 11:04:26   pct             10
     2021-11-08 10:53:02   reachable       1
     2021-11-08 11:03:21   rgb             180901
     2021-11-08 10:32:30   sat             240
     2021-11-08 11:04:26   state           dim12%
     2021-11-08 10:55:51   xy              0.5416,0.4162
   helper:
     alert      select
     battery    -1
     bri        24
     colormode  hs
     ct         300
     devtype   
     effect     none
     hue        3584
     lastseen   
     mode       
     pct        10
     reachable  1
     rgb        180901
     sat        240
     update_timeout -1
     xy         0.5416,0.4162
     helper:
     json:
       manufacturername LEDVANCE
       modelid    A60 RGBW Value II
       name       Esszimmer Lampe 5
       productname Extended color light
       swversion  00203045
       type       Extended color light
       uniqueid   f0:d1:b8:00:00:18:9a:67-01
       capabilities:
         control:
           colorgamuttype other
           ct:
             max        526
             min        153
         streaming:
       config:
         archetype  classicbulb
         direction  omnidirectional
         function   mixed
       state:
         alert      select
         bri        24
         colormode  hs
         ct         300
         effect     none
         hue        3584
         mode       homeautomation
         sat        240
         xy:
           0.5416
           0.4162
       swupdate:
         lastinstall 2021-11-03T10:19:27
         state      notupdatable
Attributes:
   IODev      HUEBridge_0
   alias      Esszimmer Lampe 5
   color-icons 2
   devStateIcon {(HUEDevice_devStateIcon($name),"toggle")}
   group      HUEDevice
   icon       hue_filled_white_e27_b22
   model      A60 RGBW Value II
   room       HUE
   subType    extcolordimmer
   webCmd     rgb:rgb ff0000:rgb DEFF26:rgb 0000ff:ct 490:ct 380:ct 270:ct 160:toggle:on:off

Server: Fujitsu ESPRIMO Q920 - aktuellen FHEM-Docker Image:Z-Wave (RollerShutter,DoorWindow,Socket,PIR,....) | ENIGMA2 | EGPM2LAN | BLE-Tag(PRESENCE) | HUE | alexa-fhem | Shelly | MQTT2
1.Pi-Zero:Viessmann(optolink) mit 89_VCONTROL300.pm
2.Pi3 Dongle Server: Zigbee2MQTT(CC1352P-2), Z-Wave(UZB1), BT

justme1968

hast du verbose 5 auch für die bridge gesetzt? da sollten eigentlich zeilen mit 5 dabei sein. wo ist createGroupReadings bei dir gesetzt?
hue, tradfri, alexa-fhem, homebridge-fhem, LightScene, readingsGroup, ...

https://github.com/sponsors/justme-1968

majestro84

Verbose 5 war bei der Bridge gesetzt.
createGroupReadings  habe ich nirgends gesetzt.

VG Alex
Server: Fujitsu ESPRIMO Q920 - aktuellen FHEM-Docker Image:Z-Wave (RollerShutter,DoorWindow,Socket,PIR,....) | ENIGMA2 | EGPM2LAN | BLE-Tag(PRESENCE) | HUE | alexa-fhem | Shelly | MQTT2
1.Pi-Zero:Viessmann(optolink) mit 89_VCONTROL300.pm
2.Pi3 Dongle Server: Zigbee2MQTT(CC1352P-2), Z-Wave(UZB1), BT