FHEM Forum

FHEM - Hausautomations-Systeme => Zigbee => Thema gestartet von: gadget am 25 April 2022, 17:37:00

Titel: fhem.log: huebridge: EventStream: ignoring event type geofence_client
Beitrag von: gadget am 25 April 2022, 17:37:00
Hallo,

Wahrscheinlich nur eine Kleinigkeit, aber mir fällt auf dass ich 1x pro Minute eine Meldung

huebridge: EventStream: ignoring event type geofence_client

im fhem.log habe.

Sagt mir jetzt gar nix. forum-Suche hat nix passendes ausgespuckt.
Bekommt man das irgendwie zum schweigen ?

Bridge ist so definiert, fhem ist aktuell.


defmod huebridge HUEBridge 192.168.1.2 60
attr huebridge createEventTimestampReading 0
attr huebridge httpUtils 1
attr huebridge icon it_hue_bridge
attr huebridge key xyzxyzxyzxyzxyzxyzxyzxyz
attr huebridge noshutdown 1
attr huebridge queryAfterSet 1
attr huebridge room HUEDevice


Grüße, gadget

Titel: Antw:fhem.log: huebridge: EventStream: ignoring event type geofence_client
Beitrag von: justme1968 am 25 April 2022, 18:10:01
zeig mal wie das event ausschaut. es sollte bei verbose 4 oder 5 komplett im log stehen.
Titel: Antw:fhem.log: huebridge: EventStream: ignoring event type geofence_client
Beitrag von: gadget am 25 April 2022, 18:17:36
schaut so aus:


2022.04.25 18:16:00 4: huebridge: dispatch: https://192.168.178.50/eventstream/clip/v2
2022.04.25 18:16:00 5: HUEBridge_dispatch: event
2022.04.25 18:16:00 5: huebridge: EventStream: got id: 1650903360:0
2022.04.25 18:16:00 5: huebridge: EventStream: got data: [{"creationtime":"2022-04-25T16:16:00Z","data":[{"id":"08b93d7c-ab62-4252-9c99-b81bb7e0024c","name":"aiohue_uwfmaxtfhm","type":"geofence_client"}],"id":"564bedc9-da92-4838-abc9-4025ff1dcae1","type":"update"}]
2022.04.25 18:16:00 5: huebridge: EventStream: received: $VAR1 = [
          {
            'type' => 'update',
            'creationtime' => '2022-04-25T16:16:00Z',
            'data' => [
                        {
                          'id' => '08b93d7c-ab62-4252-9c99-b81bb7e0024c',
                          'type' => 'geofence_client',
                          'name' => 'aiohue_uwfmaxtfhm'
                        }
                      ],
            'id' => '564bedc9-da92-4838-abc9-4025ff1dcae1'
          }
        ];

2022.04.25 18:16:00 4: huebridge: EventStream: got update event
2022.04.25 18:16:00 4: huebridge:              event part for resource type geofence_client
2022.04.25 18:16:00 3: huebridge: EventStream: ignoring event type geofence_client
2022.04.25 18:16:00 5: $VAR1 = {
          'id' => '08b93d7c-ab62-4252-9c99-b81bb7e0024c',
          'type' => 'geofence_client',
          'name' => 'aiohue_uwfmaxtfhm'
        };


Titel: Antw:fhem.log: huebridge: EventStream: ignoring event type geofence_client
Beitrag von: m8ichael am 26 Mai 2022, 06:25:39
Hier das gleiche Problem:


2022.05.26 06:23:31 3: hue: EventStream: ignoring event type geofence_client
2022.05.26 06:23:31 5: $VAR1 = {
          'name' => 'aiohue_qaajzwjpza',
          'id' => '614e6f11-ea49-4e5c-a73d-080d6feee6d9',
          'type' => 'geofence_client'
        };


Gibt's da schon einen Lösungsansatz?