Giter Club home page Giter Club logo

Comments (8)

sanjoyg avatar sanjoyg commented on June 12, 2024

Fixed it in the release that I just pushed out. The error though is benign

from dirigera_platform.

oat1 avatar oat1 commented on June 12, 2024

These 2 are gone.
But I have 3 new

Ten błąd pochodzi z niestandardowej integracji.

Rejestrator: custom_components.dirigera_platform
Źródło: custom_components/dirigera_platform/hub_event_listener.py:100
integracja: IKEA Dirigera Hub Integration (dokumentacja, Problemy)
Pierwsze zdarzenie: 16:29:28 (3 zdarzenia)
Ostatnio zalogowany: 16:29:29

error processing hub event

Ten błąd pochodzi z niestandardowej integracji.

Rejestrator: custom_components.dirigera_platform
Źródło: custom_components/dirigera_platform/hub_event_listener.py:101
integracja: IKEA Dirigera Hub Integration (dokumentacja, Problemy)
Pierwsze zdarzenie: 16:29:28 (3 zdarzenia)
Ostatnio zalogowany: 16:29:29

{"id":"d9845b74-a254-41f8-b706-b8a76c7684a7","time":"2024-04-12T14:29:29.000Z","specversion":"3.150.0","source":"urn:com:ikea:homesmart:iotc:zigbee","type":"deviceStateChanged","data":{"deviceType":"light","isReachable":true,"id":"33ce7f5e-e0f2-4f0a-9e7f-f77a805382a2_1","lastSeen":"2024-04-12T16:29:29.000Z"}}
{"id":"182f598b-6cb6-40d8-8b53-787830042105","time":"2024-04-12T14:29:29.000Z","specversion":"3.150.0","source":"urn:com:ikea:homesmart:iotc:zigbee","type":"deviceStateChanged","data":{"deviceType":"light","isReachable":true,"id":"678aacf3-ceb1-46b4-8938-eb16634d25d6_1","lastSeen":"2024-04-12T16:29:29.000Z"}}
{"id":"3a77ca92-ef56-432e-bd3e-082ebed45388","time":"2024-04-12T14:29:30.000Z","specversion":"3.150.0","source":"urn:com:ikea:homesmart:iotc:zigbee","type":"deviceStateChanged","data":{"deviceType":"light","isReachable":true,"id":"b4a1385d-c3ac-491c-bde4-6b81733a0d47_1","lastSeen":"2024-04-12T16:29:30.000Z"}}

Ten błąd pochodzi z niestandardowej integracji.

Rejestrator: custom_components.dirigera_platform
Źródło: custom_components/dirigera_platform/hub_event_listener.py:102
integracja: IKEA Dirigera Hub Integration (dokumentacja, Problemy)
Pierwsze zdarzenie: 16:29:28 (3 zdarzenia)
Ostatnio zalogowany: 16:29:29

'type'

from dirigera_platform.

sanjoyg avatar sanjoyg commented on June 12, 2024

Lemme check. Can you enable debug and send the log before and after and including these lines

from dirigera_platform.

oat1 avatar oat1 commented on June 12, 2024

To add more context.
I have a smart switch which physically turns off and on the ikea bulbs.
When I turn on the switch, current flows back to the bulbs and at the same time triggers the automation that turns on the bulbs in HA. when I turn it off the opposite happens

these problem appears when I turn the switch on or off

here's more log

2024-04-12 16:47:31.566 DEBUG (Thread-3) [custom_components.dirigera_platform] rcvd message : {"id":"1b8dba46-fe56-49a6-bc9e-86acc3bf2d7e","time":"2024-04-12T14:47:32.000Z","specversion":"3.150.0","source":"urn:com:ikea:homesmart:iotc:zigbee","type":"deviceStateChanged","data":{"deviceType":"light","isReachable":true,"id":"33ce7f5e-e0f2-4f0a-9e7f-f77a805382a2_1","lastSeen":"2024-04-12T16:47:32.000Z"}} 2024-04-12 16:47:31.567 DEBUG (Thread-3) [custom_components.dirigera_platform] Setting 33ce7f5e-e0f2-4f0a-9e7f-f77a805382a2_1 reachable as True 2024-04-12 16:47:31.567 ERROR (Thread-3) [custom_components.dirigera_platform] error processing hub event 2024-04-12 16:47:31.567 ERROR (Thread-3) [custom_components.dirigera_platform] {"id":"1b8dba46-fe56-49a6-bc9e-86acc3bf2d7e","time":"2024-04-12T14:47:32.000Z","specversion":"3.150.0","source":"urn:com:ikea:homesmart:iotc:zigbee","type":"deviceStateChanged","data":{"deviceType":"light","isReachable":true,"id":"33ce7f5e-e0f2-4f0a-9e7f-f77a805382a2_1","lastSeen":"2024-04-12T16:47:32.000Z"}} 2024-04-12 16:47:31.567 ERROR (Thread-3) [custom_components.dirigera_platform] 'type' 2024-04-12 16:47:31.606 DEBUG (Thread-3) [custom_components.dirigera_platform] rcvd message : {"id":"4dcea45a-22e4-43a7-af8f-3cea08b41d5f","time":"2024-04-12T14:47:32.000Z","specversion":"3.150.0","source":"urn:com:ikea:homesmart:iotc:zigbee","type":"deviceStateChanged","data":{"deviceType":"light","isReachable":true,"id":"678aacf3-ceb1-46b4-8938-eb16634d25d6_1","lastSeen":"2024-04-12T16:47:32.000Z"}} 2024-04-12 16:47:31.606 DEBUG (Thread-3) [custom_components.dirigera_platform] Setting 678aacf3-ceb1-46b4-8938-eb16634d25d6_1 reachable as True 2024-04-12 16:47:31.607 ERROR (Thread-3) [custom_components.dirigera_platform] error processing hub event 2024-04-12 16:47:31.607 ERROR (Thread-3) [custom_components.dirigera_platform] {"id":"4dcea45a-22e4-43a7-af8f-3cea08b41d5f","time":"2024-04-12T14:47:32.000Z","specversion":"3.150.0","source":"urn:com:ikea:homesmart:iotc:zigbee","type":"deviceStateChanged","data":{"deviceType":"light","isReachable":true,"id":"678aacf3-ceb1-46b4-8938-eb16634d25d6_1","lastSeen":"2024-04-12T16:47:32.000Z"}} 2024-04-12 16:47:31.607 ERROR (Thread-3) [custom_components.dirigera_platform] 'type' 2024-04-12 16:47:32.205 DEBUG (Thread-3) [custom_components.dirigera_platform] rcvd message : {"id":"36ff438d-1da4-4d6c-be3d-2e4e70cd50e2","time":"2024-04-12T14:47:33.000Z","specversion":"3.150.0","source":"urn:com:ikea:homesmart:iotc:zigbee","type":"deviceStateChanged","data":{"deviceType":"light","isReachable":true,"id":"b4a1385d-c3ac-491c-bde4-6b81733a0d47_1","lastSeen":"2024-04-12T16:47:33.000Z"}} 2024-04-12 16:47:32.206 DEBUG (Thread-3) [custom_components.dirigera_platform] Setting b4a1385d-c3ac-491c-bde4-6b81733a0d47_1 reachable as True 2024-04-12 16:47:32.206 ERROR (Thread-3) [custom_components.dirigera_platform] error processing hub event 2024-04-12 16:47:32.206 ERROR (Thread-3) [custom_components.dirigera_platform] {"id":"36ff438d-1da4-4d6c-be3d-2e4e70cd50e2","time":"2024-04-12T14:47:33.000Z","specversion":"3.150.0","source":"urn:com:ikea:homesmart:iotc:zigbee","type":"deviceStateChanged","data":{"deviceType":"light","isReachable":true,"id":"b4a1385d-c3ac-491c-bde4-6b81733a0d47_1","lastSeen":"2024-04-12T16:47:33.000Z"}} 2024-04-12 16:47:32.206 ERROR (Thread-3) [custom_components.dirigera_platform] 'type' 2024-04-12 16:47:34.582 DEBUG (MainThread) [custom_components.dirigera_platform] light turn_on... 2024-04-12 16:47:34.582 DEBUG (MainThread) [custom_components.dirigera_platform] {} 2024-04-12 16:47:34.582 DEBUG (MainThread) [custom_components.dirigera_platform] light turn_on... 2024-04-12 16:47:34.582 DEBUG (MainThread) [custom_components.dirigera_platform] {} 2024-04-12 16:47:34.584 DEBUG (MainThread) [custom_components.dirigera_platform] light turn_on... 2024-04-12 16:47:34.584 DEBUG (MainThread) [custom_components.dirigera_platform] {} 2024-04-12 16:47:35.254 DEBUG (Thread-3) [custom_components.dirigera_platform] rcvd message : {"id":"c996548b-f4e2-4527-a228-87ed7a0a2e8d","time":"2024-04-12T14:47:35.000Z","specversion":"3.150.0","source":"urn:com:ikea:homesmart:iotc:zigbee","type":"deviceStateChanged","data":{"deviceType":"light","isReachable":false,"id":"678aacf3-ceb1-46b4-8938-eb16634d25d6_1","lastSeen":"2024-04-12T16:47:34.000Z"}} 2024-04-12 16:47:35.254 DEBUG (Thread-3) [custom_components.dirigera_platform] Setting 678aacf3-ceb1-46b4-8938-eb16634d25d6_1 reachable as False 2024-04-12 16:47:35.255 ERROR (Thread-3) [custom_components.dirigera_platform] error processing hub event 2024-04-12 16:47:35.255 ERROR (Thread-3) [custom_components.dirigera_platform] {"id":"c996548b-f4e2-4527-a228-87ed7a0a2e8d","time":"2024-04-12T14:47:35.000Z","specversion":"3.150.0","source":"urn:com:ikea:homesmart:iotc:zigbee","type":"deviceStateChanged","data":{"deviceType":"light","isReachable":false,"id":"678aacf3-ceb1-46b4-8938-eb16634d25d6_1","lastSeen":"2024-04-12T16:47:34.000Z"}} 2024-04-12 16:47:35.255 ERROR (Thread-3) [custom_components.dirigera_platform] 'type' 2024-04-12 16:47:35.592 DEBUG (Thread-3) [custom_components.dirigera_platform] rcvd message : {"id":"924bb869-23fd-4ac8-8a3d-15c0b8c33d39","time":"2024-04-12T14:47:36.000Z","specversion":"3.150.0","source":"urn:com:ikea:homesmart:iotc:zigbee","type":"deviceStateChanged","data":{"deviceType":"light","isReachable":true,"id":"678aacf3-ceb1-46b4-8938-eb16634d25d6_1","lastSeen":"2024-04-12T16:47:36.000Z"}} 2024-04-12 16:47:35.592 DEBUG (Thread-3) [custom_components.dirigera_platform] Setting 678aacf3-ceb1-46b4-8938-eb16634d25d6_1 reachable as True 2024-04-12 16:47:35.592 ERROR (Thread-3) [custom_components.dirigera_platform] error processing hub event 2024-04-12 16:47:35.593 ERROR (Thread-3) [custom_components.dirigera_platform] {"id":"924bb869-23fd-4ac8-8a3d-15c0b8c33d39","time":"2024-04-12T14:47:36.000Z","specversion":"3.150.0","source":"urn:com:ikea:homesmart:iotc:zigbee","type":"deviceStateChanged","data":{"deviceType":"light","isReachable":true,"id":"678aacf3-ceb1-46b4-8938-eb16634d25d6_1","lastSeen":"2024-04-12T16:47:36.000Z"}} 2024-04-12 16:47:35.593 ERROR (Thread-3) [custom_components.dirigera_platform] 'type'

2024-04-12 16:52:12.011 DEBUG (MainThread) [custom_components.dirigera_platform] light turn_off... 2024-04-12 16:52:12.012 DEBUG (MainThread) [custom_components.dirigera_platform] light turn_off... 2024-04-12 16:52:12.014 DEBUG (MainThread) [custom_components.dirigera_platform] light turn_off... 2024-04-12 16:52:13.579 DEBUG (Thread-3) [custom_components.dirigera_platform] rcvd message : {"id":"e3fe5385-fd55-4bd0-9ed8-c9446388528a","time":"2024-04-12T14:52:14.000Z","specversion":"3.150.0","source":"urn:com:ikea:homesmart:iotc:zigbee","type":"deviceStateChanged","data":{"deviceType":"light","isReachable":false,"id":"b4a1385d-c3ac-491c-bde4-6b81733a0d47_1","lastSeen":"2024-04-12T16:52:06.000Z"}} 2024-04-12 16:52:13.579 DEBUG (Thread-3) [custom_components.dirigera_platform] Setting b4a1385d-c3ac-491c-bde4-6b81733a0d47_1 reachable as False 2024-04-12 16:52:13.579 ERROR (Thread-3) [custom_components.dirigera_platform] error processing hub event 2024-04-12 16:52:13.580 ERROR (Thread-3) [custom_components.dirigera_platform] {"id":"e3fe5385-fd55-4bd0-9ed8-c9446388528a","time":"2024-04-12T14:52:14.000Z","specversion":"3.150.0","source":"urn:com:ikea:homesmart:iotc:zigbee","type":"deviceStateChanged","data":{"deviceType":"light","isReachable":false,"id":"b4a1385d-c3ac-491c-bde4-6b81733a0d47_1","lastSeen":"2024-04-12T16:52:06.000Z"}} 2024-04-12 16:52:13.580 ERROR (Thread-3) [custom_components.dirigera_platform] 'type' 2024-04-12 16:52:13.660 DEBUG (Thread-3) [custom_components.dirigera_platform] rcvd message : {"id":"77ba74fc-0d43-4aa9-ad68-bf65751ee184","time":"2024-04-12T14:52:14.000Z","specversion":"3.150.0","source":"urn:com:ikea:homesmart:iotc:zigbee","type":"deviceStateChanged","data":{"deviceType":"light","isReachable":false,"id":"33ce7f5e-e0f2-4f0a-9e7f-f77a805382a2_1","lastSeen":"2024-04-12T16:51:58.000Z"}} 2024-04-12 16:52:13.660 DEBUG (Thread-3) [custom_components.dirigera_platform] Setting 33ce7f5e-e0f2-4f0a-9e7f-f77a805382a2_1 reachable as False 2024-04-12 16:52:13.660 ERROR (Thread-3) [custom_components.dirigera_platform] error processing hub event 2024-04-12 16:52:13.660 ERROR (Thread-3) [custom_components.dirigera_platform] {"id":"77ba74fc-0d43-4aa9-ad68-bf65751ee184","time":"2024-04-12T14:52:14.000Z","specversion":"3.150.0","source":"urn:com:ikea:homesmart:iotc:zigbee","type":"deviceStateChanged","data":{"deviceType":"light","isReachable":false,"id":"33ce7f5e-e0f2-4f0a-9e7f-f77a805382a2_1","lastSeen":"2024-04-12T16:51:58.000Z"}} 2024-04-12 16:52:13.660 ERROR (Thread-3) [custom_components.dirigera_platform] 'type' 2024-04-12 16:52:15.975 DEBUG (MainThread) [custom_components.dirigera_platform] light turn_off... 2024-04-12 16:52:17.979 INFO (MainThread) [habluetooth.base_scanner] esp32 (24:62:AB:DC:E1:F8): Bluetooth scanner has gone quiet for 90s, check logs on the scanner device for more information 2024-04-12 16:52:19.288 DEBUG (Thread-3) [custom_components.dirigera_platform] rcvd message : {"id":"a365a9ef-48f7-42cd-893e-dcbc347dbb4e","time":"2024-04-12T14:52:20.000Z","specversion":"3.150.0","source":"urn:com:ikea:homesmart:iotc:zigbee","type":"deviceStateChanged","data":{"deviceType":"light","isReachable":false,"id":"678aacf3-ceb1-46b4-8938-eb16634d25d6_1","lastSeen":"2024-04-12T16:52:05.000Z"}} 2024-04-12 16:52:19.288 DEBUG (Thread-3) [custom_components.dirigera_platform] Setting 678aacf3-ceb1-46b4-8938-eb16634d25d6_1 reachable as False 2024-04-12 16:52:19.288 ERROR (Thread-3) [custom_components.dirigera_platform] error processing hub event 2024-04-12 16:52:19.288 ERROR (Thread-3) [custom_components.dirigera_platform] {"id":"a365a9ef-48f7-42cd-893e-dcbc347dbb4e","time":"2024-04-12T14:52:20.000Z","specversion":"3.150.0","source":"urn:com:ikea:homesmart:iotc:zigbee","type":"deviceStateChanged","data":{"deviceType":"light","isReachable":false,"id":"678aacf3-ceb1-46b4-8938-eb16634d25d6_1","lastSeen":"2024-04-12T16:52:05.000Z"}} 2024-04-12 16:52:19.288 ERROR (Thread-3) [custom_components.dirigera_platform] 'type'

from dirigera_platform.

sanjoyg avatar sanjoyg commented on June 12, 2024

Great, can you also dump the json using the service call

from dirigera_platform.

oat1 avatar oat1 commented on June 12, 2024

@sanjoyg
One more thing that I have noticed is, previously when I cut the power off, devices became unavailable very quick.
Right now they stay on very long time. Could You please also fix that?

here is json

2024-04-12 17:06:40.002 INFO (SyncWorker_20) [custom_components.dirigera_platform] === START Devices JSON === 2024-04-12 17:06:40.002 INFO (SyncWorker_20) [custom_components.dirigera_platform] -------------- 2024-04-12 17:06:40.282 INFO (SyncWorker_20) [custom_components.dirigera_platform] [{'id': 'd613d6b7-098e-4bdd-adff-16cc16aaf161_1', 'type': 'light', 'deviceType': 'light', 'createdAt': '2024-03-05T18:42:33.000Z', 'isReachable': False, 'lastSeen': '2024-04-12T16:53:53.000Z', 'attributes': {'customName': 'Światło 4', 'model': 'TRADFRI bulb E27 WS opal 1000lm', 'manufacturer': 'IKEA of Sweden', 'firmwareVersion': '2.3.095', 'hardwareVersion': '1', 'serialNumber': '680AE2FFFE11D61A', 'productCode': 'LED1732G11E27', 'isOn': True, 'startupOnOff': 'startOn', 'lightLevel': 100, 'startUpCurrentLevel': -1, 'colorTemperature': 4000, 'colorTemperatureMin': 4000, 'colorTemperatureMax': 2202, 'startupTemperature': -1, 'colorMode': 'temperature', 'identifyStarted': '2024-03-05T18:43:58.000Z', 'identifyPeriod': 15, 'permittingJoin': False, 'otaStatus': 'upToDate', 'otaState': 'readyToCheck', 'otaProgress': 0, 'otaPolicy': 'autoUpdate', 'otaScheduleStart': '00:00', 'otaScheduleEnd': '00:00'}, 'capabilities': {'canSend': [], 'canReceive': ['customName', 'isOn', 'lightLevel', 'colorTemperature']}, 'room': {'id': 'da936cc0-f77b-48b6-83b5-7809a394f5d7', 'name': 'Salon', 'color': 'ikea_blue_no_63', 'icon': 'rooms_sofa'}, 'deviceSet': [{'id': '12f5e91a-bcb2-4dfb-841a-ba093c0a9e64', 'name': 'Żyrandol Salon', 'icon': 'lighting_chandelier'}], 'remoteLinks': [], 'isHidden': False}, {'id': 'b4a1385d-c3ac-491c-bde4-6b81733a0d47_1', 'type': 'light', 'deviceType': 'light', 'createdAt': '2024-03-05T19:00:31.000Z', 'isReachable': False, 'lastSeen': '2024-04-12T16:52:06.000Z', 'attributes': {'customName': 'Światło 5', 'model': 'TRADFRIbulbGU10WS345lm', 'manufacturer': 'IKEA of Sweden', 'firmwareVersion': '1.0.012', 'hardwareVersion': '1', 'serialNumber': '9035EAFFFE30B3B8', 'productCode': 'LED2005R5', 'isOn': True, 'startupOnOff': 'startOn', 'lightLevel': 100, 'startUpCurrentLevel': -1, 'colorTemperature': 3717, 'colorTemperatureMin': 4000, 'colorTemperatureMax': 2202, 'startupTemperature': -1, 'colorMode': 'temperature', 'identifyStarted': '2000-01-01T00:00:00.000Z', 'identifyPeriod': 0, 'permittingJoin': False, 'otaStatus': 'upToDate', 'otaState': 'readyToCheck', 'otaProgress': 0, 'otaPolicy': 'autoUpdate', 'otaScheduleStart': '00:00', 'otaScheduleEnd': '00:00'}, 'capabilities': {'canSend': [], 'canReceive': ['customName', 'isOn', 'lightLevel', 'colorTemperature']}, 'room': {'id': '51349cda-556c-4d2c-a0f0-983a06699b84', 'name': 'Julia', 'color': 'ikea_pink_no_8', 'icon': 'rooms_play_area'}, 'deviceSet': [], 'remoteLinks': ['45a42119-2f56-4326-8b80-907af9b064f4_1'], 'isHidden': False}, {'id': '085bd163-c0b0-40a4-bb31-8091328d6ce3_1', 'type': 'light', 'deviceType': 'light', 'createdAt': '2024-03-05T18:42:30.000Z', 'isReachable': False, 'lastSeen': '2024-04-12T16:53:53.000Z', 'attributes': {'customName': 'Światło 2', 'model': 'TRADFRI bulb E27 WS opal 1000lm', 'manufacturer': 'IKEA of Sweden', 'firmwareVersion': '2.3.095', 'hardwareVersion': '1', 'serialNumber': 'CCCCCCFFFE3C7738', 'productCode': 'LED1732G11E27', 'isOn': True, 'startupOnOff': 'startOn', 'lightLevel': 100, 'startUpCurrentLevel': -1, 'colorTemperature': 4000, 'colorTemperatureMin': 4000, 'colorTemperatureMax': 2202, 'startupTemperature': -1, 'colorMode': 'temperature', 'identifyStarted': '2024-03-05T18:43:58.000Z', 'identifyPeriod': 15, 'permittingJoin': False, 'otaStatus': 'upToDate', 'otaState': 'readyToCheck', 'otaProgress': 0, 'otaPolicy': 'autoUpdate', 'otaScheduleStart': '00:00', 'otaScheduleEnd': '00:00'}, 'capabilities': {'canSend': [], 'canReceive': ['customName', 'isOn', 'lightLevel', 'colorTemperature']}, 'room': {'id': 'da936cc0-f77b-48b6-83b5-7809a394f5d7', 'name': 'Salon', 'color': 'ikea_blue_no_63', 'icon': 'rooms_sofa'}, 'deviceSet': [{'id': '12f5e91a-bcb2-4dfb-841a-ba093c0a9e64', 'name': 'Żyrandol Salon', 'icon': 'lighting_chandelier'}], 'remoteLinks': [], 'isHidden': False}, {'id': '33ce7f5e-e0f2-4f0a-9e7f-f77a805382a2_1', 'type': 'light', 'deviceType': 'light', 'createdAt': '2024-03-05T19:00:35.000Z', 'isReachable': False, 'lastSeen': '2024-04-12T16:51:58.000Z', 'attributes': {'customName': 'Światło 7', 'model': 'TRADFRI bulb GU10 WS 400lm', 'manufacturer': 'IKEA of Sweden', 'firmwareVersion': '2.3.095', 'hardwareVersion': '1', 'serialNumber': 'EC1BBDFFFE467F3F', 'productCode': 'LED1737R5GU10', 'isOn': True, 'startupOnOff': 'startOn', 'lightLevel': 100, 'startUpCurrentLevel': -1, 'colorTemperature': 3703, 'colorTemperatureMin': 4000, 'colorTemperatureMax': 2202, 'startupTemperature': -1, 'colorMode': 'temperature', 'identifyStarted': '2000-01-01T00:00:00.000Z', 'identifyPeriod': 0, 'permittingJoin': False, 'otaStatus': 'upToDate', 'otaState': 'readyToCheck', 'otaProgress': 0, 'otaPolicy': 'autoUpdate', 'otaScheduleStart': '00:00', 'otaScheduleEnd': '00:00'}, 'capabilities': {'canSend': [], 'canReceive': ['customName', 'isOn', 'lightLevel', 'colorTemperature']}, 'room': {'id': '51349cda-556c-4d2c-a0f0-983a06699b84', 'name': 'Julia', 'color': 'ikea_pink_no_8', 'icon': 'rooms_play_area'}, 'deviceSet': [], 'remoteLinks': ['45a42119-2f56-4326-8b80-907af9b064f4_1'], 'isHidden': False}, {'id': '36fee6ac-4395-44c2-acac-a0ef7a2c9cc0_1', 'type': 'light', 'deviceType': 'light', 'createdAt': '2024-03-05T18:42:22.000Z', 'isReachable': False, 'lastSeen': '2024-04-12T16:53:51.000Z', 'attributes': {'customName': 'Światło 1', 'model': 'TRADFRI bulb E27 WS opal 1000lm', 'manufacturer': 'IKEA of Sweden', 'firmwareVersion': '2.3.095', 'hardwareVersion': '1', 'serialNumber': '000D6FFFFE5ADEE7', 'productCode': 'LED1732G11E27', 'isOn': True, 'startupOnOff': 'startOn', 'lightLevel': 100, 'startUpCurrentLevel': -1, 'colorTemperature': 4000, 'colorTemperatureMin': 4000, 'colorTemperatureMax': 2202, 'startupTemperature': -1, 'colorMode': 'temperature', 'identifyStarted': '2024-03-05T18:43:58.000Z', 'identifyPeriod': 15, 'permittingJoin': False, 'otaStatus': 'upToDate', 'otaState': 'readyToCheck', 'otaProgress': 0, 'otaPolicy': 'autoUpdate', 'otaScheduleStart': '00:00', 'otaScheduleEnd': '00:00'}, 'capabilities': {'canSend': [], 'canReceive': ['customName', 'isOn', 'lightLevel', 'colorTemperature']}, 'room': {'id': 'da936cc0-f77b-48b6-83b5-7809a394f5d7', 'name': 'Salon', 'color': 'ikea_blue_no_63', 'icon': 'rooms_sofa'}, 'deviceSet': [{'id': '12f5e91a-bcb2-4dfb-841a-ba093c0a9e64', 'name': 'Żyrandol Salon', 'icon': 'lighting_chandelier'}], 'remoteLinks': [], 'isHidden': False}, {'id': '678aacf3-ceb1-46b4-8938-eb16634d25d6_1', 'type': 'light', 'deviceType': 'light', 'createdAt': '2024-03-05T19:00:31.000Z', 'isReachable': False, 'lastSeen': '2024-04-12T16:52:05.000Z', 'attributes': {'customName': 'Światło 6', 'model': 'TRADFRI bulb GU10 WS 400lm', 'manufacturer': 'IKEA of Sweden', 'firmwareVersion': '2.3.095', 'hardwareVersion': '1', 'serialNumber': 'CCCCCCFFFEDDF64C', 'productCode': 'LED1737R5GU10', 'isOn': True, 'startupOnOff': 'startOn', 'lightLevel': 100, 'startUpCurrentLevel': -1, 'colorTemperature': 3703, 'colorTemperatureMin': 4000, 'colorTemperatureMax': 2202, 'startupTemperature': -1, 'colorMode': 'temperature', 'identifyStarted': '2000-01-01T00:00:00.000Z', 'identifyPeriod': 0, 'permittingJoin': False, 'otaStatus': 'upToDate', 'otaState': 'readyToCheck', 'otaProgress': 0, 'otaPolicy': 'autoUpdate', 'otaScheduleStart': '00:00', 'otaScheduleEnd': '00:00'}, 'capabilities': {'canSend': [], 'canReceive': ['customName', 'isOn', 'lightLevel', 'colorTemperature']}, 'room': {'id': '51349cda-556c-4d2c-a0f0-983a06699b84', 'name': 'Julia', 'color': 'ikea_pink_no_8', 'icon': 'rooms_play_area'}, 'deviceSet': [], 'remoteLinks': ['45a42119-2f56-4326-8b80-907af9b064f4_1'], 'isHidden': False}, {'id': 'd9572831-60bc-4e89-8f03-2a3a3a24be31_1', 'relationId': 'd9572831-60bc-4e89-8f03-2a3a3a24be31', 'type': 'gateway', 'deviceType': 'gateway', 'createdAt': '2023-12-15T15:44:20.614Z', 'isReachable': True, 'lastSeen': '2024-04-12T15:06:00.650Z', 'attributes': {'customName': 'Dom', 'model': 'DIRIGERA Hub for smart products', 'manufacturer': 'IKEA of Sweden', 'firmwareVersion': '2.556.0', 'hardwareVersion': 'P2.5', 'serialNumber': 'd9572831-60bc-4e89-8f03-2a3a3a24be31', 'identifyStarted': '2000-01-01T00:00:00.000Z', 'identifyPeriod': 0, 'otaStatus': 'upToDate', 'otaState': 'readyToCheck', 'otaProgress': 0, 'otaPolicy': 'autoDownload', 'otaScheduleStart': '00:00', 'otaScheduleEnd': '00:00', 'permittingJoin': False, 'backendConnected': True, 'backendConnectionPersistent': True, 'backendOnboardingComplete': True, 'backendRegion': 'eu-central-1', 'backendCountryCode': 'PL', 'userConsents': [{'name': 'analytics', 'value': 'enabled'}, {'name': 'diagnostics', 'value': 'enabled'}], 'logLevel': 3, 'coredump': False, 'timezone': 'Europe/Warsaw', 'nextSunSet': '2024-04-12T17:29:00.000Z', 'nextSunRise': '2024-04-13T03:43:00.000Z', 'homestate': 'home', 'countryCode': 'XZ', 'coordinates': {'latitude': 52.306306306306304, 'longitude': 20.98133894019359, 'accuracy': -1}, 'isOn': False}, 'capabilities': {'canSend': [], 'canReceive': ['customName', 'permittingJoin', 'userConsents', 'logLevel', 'time', 'timezone', 'countryCode', 'coordinates']}, 'deviceSet': [], 'remoteLinks': []}, {'id': '45a42119-2f56-4326-8b80-907af9b064f4_1', 'type': 'controller', 'deviceType': 'lightController', 'createdAt': '2024-03-05T19:03:05.000Z', 'isReachable': True, 'lastSeen': '2024-04-12T13:02:11.000Z', 'attributes': {'customName': 'Pilot Julia', 'model': 'TRADFRI remote control', 'manufacturer': 'IKEA of Sweden', 'firmwareVersion': '24.4.5', 'hardwareVersion': '1', 'serialNumber': 'EC1BBDFFFE8C6358', 'productCode': 'E1810', 'batteryPercentage': 50, 'isOn': False, 'lightLevel': 1, 'permittingJoin': False, 'otaStatus': 'upToDate', 'otaState': 'readyToCheck', 'otaProgress': 0, 'otaPolicy': 'autoUpdate', 'otaScheduleStart': '00:00', 'otaScheduleEnd': '00:00', 'circadianPresets': []}, 'capabilities': {'canSend': ['isOn', 'lightLevel'], 'canReceive': ['customName']}, 'room': {'id': '51349cda-556c-4d2c-a0f0-983a06699b84', 'name': 'Julia', 'color': 'ikea_pink_no_8', 'icon': 'rooms_play_area'}, 'deviceSet': [], 'remoteLinks': [], 'isHidden': False}, {'id': 'c8c88287-41d6-407a-b087-fcea6f3b0332_1', 'type': 'light', 'deviceType': 'light', 'createdAt': '2024-03-05T18:42:31.000Z', 'isReachable': False, 'lastSeen': '2024-04-12T16:53:34.000Z', 'attributes': {'customName': 'Światło 3', 'model': 'TRADFRI bulb E27 WS opal 1000lm', 'manufacturer': 'IKEA of Sweden', 'firmwareVersion': '2.3.095', 'hardwareVersion': '1', 'serialNumber': 'CCCCCCFFFE3C7DEA', 'productCode': 'LED1732G11E27', 'isOn': True, 'startupOnOff': 'startOn', 'lightLevel': 100, 'startUpCurrentLevel': -1, 'colorTemperature': 4000, 'colorTemperatureMin': 4000, 'colorTemperatureMax': 2202, 'startupTemperature': -1, 'colorMode': 'temperature', 'identifyStarted': '2024-03-05T18:43:58.000Z', 'identifyPeriod': 15, 'permittingJoin': False, 'otaStatus': 'upToDate', 'otaState': 'readyToCheck', 'otaProgress': 0, 'otaPolicy': 'autoUpdate', 'otaScheduleStart': '00:00', 'otaScheduleEnd': '00:00'}, 'capabilities': {'canSend': [], 'canReceive': ['customName', 'isOn', 'lightLevel', 'colorTemperature']}, 'room': {'id': 'da936cc0-f77b-48b6-83b5-7809a394f5d7', 'name': 'Salon', 'color': 'ikea_blue_no_63', 'icon': 'rooms_sofa'}, 'deviceSet': [{'id': '12f5e91a-bcb2-4dfb-841a-ba093c0a9e64', 'name': 'Żyrandol Salon', 'icon': 'lighting_chandelier'}], 'remoteLinks': [], 'isHidden': False}] 2024-04-12 17:06:40.283 INFO (SyncWorker_20) [custom_components.dirigera_platform] -------------- 2024-04-12 17:06:40.283 INFO (SyncWorker_20) [custom_components.dirigera_platform] === END Devices JSON ===

from dirigera_platform.

sanjoyg avatar sanjoyg commented on June 12, 2024

The hub event that I had at home always included "type" key in the "data" key of JSON. However in your case instead of "type" its "deviceType". Please try the latest release it should fix the issues. If it does do close the issue

from dirigera_platform.

oat1 avatar oat1 commented on June 12, 2024

the latest release resolved this issue completely. Thank you

from dirigera_platform.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.