Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Ha Matter Hub stop on "Got 1 events for 0x0/BasicInformation(0x28)/startUp(0x0) with filters: "undefined"" #469

Open
2 tasks done
marcbernis opened this issue Jan 23, 2025 · 8 comments
Labels
bug Something isn't working waiting for feedback

Comments

@marcbernis
Copy link

Version

3.0.0-alpha.63

Matter Controller

Google Home

Steps to reproduce

Ha Matter Hub is perfectly working on Google Home but crash randomly on " Got 1 events for 0x0/BasicInformation(0x28)/startUp(0x0) with filters: "undefined""

When this situation happens restarting module still fail as soon as you ask a statusrefresh to google home with same code.

A restart of HA core solve the issue (no need to go to HAOS reboot)

State and attributes

No specific device concerned

Relevant log output

[ 2025-01-23T17:38:25.385Z ] [ DEBUG ] [ Matter / Behavior                                  ]: Read *d0ccbf06da9841ce8bcc2f985ad39884.aggregator.light_lampe_canape.bridgedDeviceBasicInformation.state.generatedCommandList* via online#7cb40b1@39ea25f1
[ 2025-01-23T17:38:25.561Z ] [ DEBUG ] [ Matter / EventHandler                              ]: Got 1 events for 0x0/BasicInformation(0x28)/startUp(0x0) with filters: "undefined"
[ 2025-01-23T17:38:25.692Z ] [ DEBUG ] [ Matter / EventHandler                              ]: Got 0 events for 0x0/BasicInformation(0x28)/shutDown(0x1) with filters: "undefined"
/docker-entrypoint.sh: line 11:   176 Killed                  home-assistant-matter-hub start --log-level=$(bashio::config 'app_log_level') --disable-log-colors=$(bashio::config 'disable_log_colors') --mdns-network-interface="$(bashio::config 'mdns_network_interface')" --storage-location=/config/data --web-port=$(bashio::addon.ingress_port) --home-assistant-url='http://supervisor/core' --home-assistant-access-token="$SUPERVISOR_TOKEN" --http-ip-whitelist="172.30.32.2"
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service base-addon-log-level: stopping
s6-rc: info: service base-addon-log-level successfully stopped
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service base-addon-banner: stopping
s6-rc: info: service base-addon-banner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped

Documentation & Issues

  • I have reviewed the documentation and the linked troubleshooting guide.
  • I have searched the issues for a similar problem.
@marcbernis marcbernis added the bug Something isn't working label Jan 23, 2025
@t0bst4r
Copy link
Owner

t0bst4r commented Jan 23, 2025

This is interesting. It looks like the bridge itself got a command to shut down?
@Apollon77 does it make any sense to you?

@marcbernis
Copy link
Author

marcbernis commented Jan 23, 2025 via email

@marcbernis
Copy link
Author

Just an addon,

The previous log was at Debuf Level, the one just at Error Level display looks a little different :

Add-on version: 3.0.0-alpha.63
You are running the latest version of this add-on.
System: Home Assistant OS 14.1 (amd64 / qemux86-64)
Home Assistant Core: 2025.1.2
Home Assistant Supervisor: 2024.12.3

Please, share the above information when looking for help
or support in, e.g., GitHub, forums or the Discord chat.

s6-rc: info: service base-addon-banner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service base-addon-log-level: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service base-addon-log-level successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
[ 2025-01-21T22:16:04.375Z ] [ ERROR ] [ Matter / InteractionServer ]: Subscription 3895361219 for Session 28772: Error while sending initial data reports NoResponseTimeoutError
at StandardTimer.callback (file:///usr/local/lib/node_modules/home-assistant-matter-hub/node_modules/@matter/general/dist/esm/util/DataReadQueue.js:30:24)
at Timeout._onTimeout (file:///usr/local/lib/node_modules/home-assistant-matter-hub/node_modules/@matter/general/dist/esm/time/Time.js:110:12)
at listOnTimeout (node:internal/timers:569:17)
at process.processTimers (node:internal/timers:512:7)
/docker-entrypoint.sh: line 11: 175 Killed home-assistant-matter-hub start --log-level=$(bashio::config 'app_log_level') --disable-log-colors=$(bashio::config 'disable_log_colors') --mdns-network-interface="$(bashio::config 'mdns_network_interface')" --storage-location=/config/data --web-port=$(bashio::addon.ingress_port) --home-assistant-url='http://supervisor/core' --home-assistant-access-token="$SUPERVISOR_TOKEN" --http-ip-whitelist="172.30.32.2"
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service base-addon-log-level: stopping
s6-rc: info: service base-addon-log-level successfully stopped
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service base-addon-banner: stopping

@Apollon77
Copy link

In my esyes a full log would be much appreciated because just some lines does no mean anything. Also please tell details on environment.

Currently on big bridges (aka many devices) and for a full subscription on start matter.js needs a bit more RAM (depending on bridge size could be up to 100MB ... just temporariely. So if the host is low on RAM also this could be a reason for docker killing the container or such. So more details and especially free RAM should be checked and more log provided.

We know this RAM "needs" and will work on them, but need to prepare things for it.

@epikarus
Copy link

I think I am having the same issue. Sometimes the addon will run but sometime in the future it will stop running. Eventually even restarted the addon will lead to immediately stop running. This is my logs here.

Add-on: Home-Assistant-Matter-Hub
 Publish your entities from Home Assistant to any Matter-compatible controller like Alexa, Apple Home or Google Home.
-----------------------------------------------------------
 Add-on version: 3.0.0-alpha.66
 You are running the latest version of this add-on.
 System: Home Assistant OS 14.1  (amd64 / qemux86-64)
 Home Assistant Core: 2025.1.3
 Home Assistant Supervisor: 2024.12.3
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
s6-rc: info: service base-addon-banner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service base-addon-log-level: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service base-addon-log-level successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
[ 2025-01-26T20:34:38.405Z ] [ INFO  ] [ Matter / ServerNodeStore                           ]: Opened *e6b18715cdf34d47a427bbf39fe6414b* storage at /config/data/e6b18715cdf34d47a427bbf39fe6414b
[ 2025-01-26T20:34:38.410Z ] [ INFO  ] [ Matter / SessionManager                            ]: restoring resumption record for node 809401802 and peer node 809401802 for fabric index 1
[ 2025-01-26T20:34:38.410Z ] [ INFO  ] [ Matter / SessionManager                            ]: restoring resumption record for node 973768067 and peer node 973768067 for fabric index 1
[ 2025-01-26T20:34:38.410Z ] [ INFO  ] [ Matter / SessionManager                            ]: restoring resumption record for node 1221282689 and peer node 1221282689 for fabric index 1
[ 2025-01-26T20:34:38.411Z ] [ INFO  ] [ Matter / SessionManager                            ]: restoring resumption record for node 710804526 and peer node 710804526 for fabric index 1
[ 2025-01-26T20:34:38.411Z ] [ INFO  ] [ Matter / SessionManager                            ]: restoring resumption record for node 671597676 and peer node 671597676 for fabric index 1
[ 2025-01-26T20:34:38.411Z ] [ INFO  ] [ Matter / SessionManager                            ]: restoring resumption record for node 2441961509 and peer node 2441961509 for fabric index 1
[ 2025-01-26T20:34:38.419Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b>#1 locked *e6b18715cdf34d47a427bbf39fe6414b.basicInformation.state*
[ 2025-01-26T20:34:38.423Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b>#1 locked *e6b18715cdf34d47a427bbf39fe6414b.accessControl.state*
[ 2025-01-26T20:34:38.426Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b>#1 locked *e6b18715cdf34d47a427bbf39fe6414b.groupKeyManagement.state*
[ 2025-01-26T20:34:38.430Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b>#1 locked *e6b18715cdf34d47a427bbf39fe6414b.generalCommissioning.state*
[ 2025-01-26T20:34:38.435Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b>#1 locked *e6b18715cdf34d47a427bbf39fe6414b.administratorCommissioning.state*
[ 2025-01-26T20:34:38.440Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b>#1 locked *e6b18715cdf34d47a427bbf39fe6414b.operationalCredentials.state*
[ 2025-01-26T20:34:38.444Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b>#1 locked *e6b18715cdf34d47a427bbf39fe6414b.generalDiagnostics.state*
[ 2025-01-26T20:34:38.471Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b>#1 locked *e6b18715cdf34d47a427bbf39fe6414b.descriptor.state*
[ 2025-01-26T20:34:38.472Z ] [ INFO  ] [ Matter / BaseEventStore                            ]: Loaded volatile event store with next number 59600
[ 2025-01-26T20:34:38.475Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b>#1 committed and unlocked 8 resources
[ 2025-01-26T20:34:38.476Z ] [ INFO  ] [ Matter / Endpoint                                  ]: *e6b18715cdf34d47a427bbf39fe6414b* ready endpoint#: 0 type: RootNode (0x16) behaviors: 💤parts ✓index ✓basicInformation ✓accessControl ✓groupKeyManagement ✓generalCommissioning ✓administratorCommissioning ✓operationalCredentials ✓generalDiagnostics ✓commissioning ✓network 💤productDescription 💤sessions ✓events 💤controller ✓descriptor
[ 2025-01-26T20:34:38.478Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator>#6 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.descriptor.state*
[ 2025-01-26T20:34:38.478Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction reactor<e6b18715cdf34d47a427bbf39fe6414b.descriptor.#updatePartsList>#7 locked *e6b18715cdf34d47a427bbf39fe6414b.descriptor.state*
[ 2025-01-26T20:34:38.478Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction reactor<e6b18715cdf34d47a427bbf39fe6414b.descriptor.#updatePartsList>#7 committed and unlocked 1 resource
[ 2025-01-26T20:34:38.479Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator>#6 committed and unlocked 1 resource
[ 2025-01-26T20:34:38.479Z ] [ INFO  ] [ Matter / Endpoint                                  ]: *e6b18715cdf34d47a427bbf39fe6414b.aggregator* ready endpoint#: 1 type: Aggregator (0xe) behaviors: 💤parts ✓index ✓descriptor
[ 2025-01-26T20:34:38.480Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction reactor<e6b18715cdf34d47a427bbf39fe6414b.commissioning.#initializeNode>#11 locked *e6b18715cdf34d47a427bbf39fe6414b.commissioning.state*
[ 2025-01-26T20:34:38.480Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction reactor<e6b18715cdf34d47a427bbf39fe6414b.commissioning.#initializeNode>#11 committed and unlocked 1 resource
[ 2025-01-26T20:34:38.482Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Socket created and bound remoteAddress: undefined:5353 localAddress: 0.0.0.0:5353
[ 2025-01-26T20:34:38.484Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Socket created and bound remoteAddress: undefined:5353 localAddress: :::5353
[ 2025-01-26T20:34:38.485Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Socket created and bound remoteAddress: undefined:5353 localAddress: 0.0.0.0:5353
[ 2025-01-26T20:34:38.485Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Socket created and bound remoteAddress: undefined:5353 localAddress: :::5353
[ 2025-01-26T20:34:38.530Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.switch_epikarus_power>#1c locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.switch_epikarus_power.identify.state*
[ 2025-01-26T20:34:38.532Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.switch_epikarus_power>#1c locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.switch_epikarus_power.groups.state*
[ 2025-01-26T20:34:38.536Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_computer_room_air_monitor_temperature>#21 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_computer_room_air_monitor_temperature.identify.state*
[ 2025-01-26T20:34:38.536Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_computer_room_air_monitor_humidity>#26 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_computer_room_air_monitor_humidity.identify.state*
[ 2025-01-26T20:34:38.537Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_kitchen_air_monitor_temperature>#2b locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_kitchen_air_monitor_temperature.identify.state*
[ 2025-01-26T20:34:38.538Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_kitchen_air_monitor_humidity>#30 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_kitchen_air_monitor_humidity.identify.state*
[ 2025-01-26T20:34:38.539Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_solarium_air_monitor_temperature>#35 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_solarium_air_monitor_temperature.identify.state*
[ 2025-01-26T20:34:38.539Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_solarium_air_monitor_humidity>#3a locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_solarium_air_monitor_humidity.identify.state*
[ 2025-01-26T20:34:38.540Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bedroom_air_monitor_temperature>#3f locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bedroom_air_monitor_temperature.identify.state*
[ 2025-01-26T20:34:38.541Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bedroom_air_monitor_humidity>#44 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bedroom_air_monitor_humidity.identify.state*
[ 2025-01-26T20:34:38.541Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bathroom_air_monitor_temperature>#49 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bathroom_air_monitor_temperature.identify.state*
[ 2025-01-26T20:34:38.542Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bathroom_air_monitor_humidity>#4e locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bathroom_air_monitor_humidity.identify.state*
[ 2025-01-26T20:34:38.542Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_living_room_ac_air_conditioner>#53 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_living_room_ac_air_conditioner.identify.state*
[ 2025-01-26T20:34:38.543Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_master_bedroom_ac_air_conditioner>#58 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_master_bedroom_ac_air_conditioner.identify.state*
[ 2025-01-26T20:34:38.544Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.light_ceiling_fan_light>#5d locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.light_ceiling_fan_light.identify.state*
[ 2025-01-26T20:34:38.544Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.light_ceiling_fan_light>#5d locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.light_ceiling_fan_light.groups.state*
[ 2025-01-26T20:34:38.552Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.fan_ceiling_fan>#62 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.fan_ceiling_fan.identify.state*
[ 2025-01-26T20:34:38.553Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.fan_ceiling_fan>#62 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.fan_ceiling_fan.groups.state*
[ 2025-01-26T20:34:38.556Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_computer_room_ac_air_conditioner>#67 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_computer_room_ac_air_conditioner.identify.state*
[ 2025-01-26T20:34:38.557Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_game_room_ac_air_conditioner>#6c locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_game_room_ac_air_conditioner.identify.state*
[ 2025-01-26T20:34:38.558Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.switch_epikarus_power>#1c locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.switch_epikarus_power.descriptor.state*
[ 2025-01-26T20:34:38.558Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_computer_room_air_monitor_temperature>#21 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_computer_room_air_monitor_temperature.descriptor.state*
[ 2025-01-26T20:34:38.558Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_computer_room_air_monitor_humidity>#26 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_computer_room_air_monitor_humidity.descriptor.state*
[ 2025-01-26T20:34:38.559Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_kitchen_air_monitor_temperature>#2b locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_kitchen_air_monitor_temperature.descriptor.state*
[ 2025-01-26T20:34:38.559Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_kitchen_air_monitor_humidity>#30 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_kitchen_air_monitor_humidity.descriptor.state*
[ 2025-01-26T20:34:38.560Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_solarium_air_monitor_temperature>#35 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_solarium_air_monitor_temperature.descriptor.state*
[ 2025-01-26T20:34:38.561Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_solarium_air_monitor_humidity>#3a locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_solarium_air_monitor_humidity.descriptor.state*
[ 2025-01-26T20:34:38.561Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bedroom_air_monitor_temperature>#3f locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bedroom_air_monitor_temperature.descriptor.state*
[ 2025-01-26T20:34:38.561Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bedroom_air_monitor_humidity>#44 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bedroom_air_monitor_humidity.descriptor.state*
[ 2025-01-26T20:34:38.562Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bathroom_air_monitor_temperature>#49 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bathroom_air_monitor_temperature.descriptor.state*
[ 2025-01-26T20:34:38.562Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bathroom_air_monitor_humidity>#4e locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bathroom_air_monitor_humidity.descriptor.state*
[ 2025-01-26T20:34:38.562Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_living_room_ac_air_conditioner>#53 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_living_room_ac_air_conditioner.descriptor.state*
[ 2025-01-26T20:34:38.562Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_master_bedroom_ac_air_conditioner>#58 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_master_bedroom_ac_air_conditioner.descriptor.state*
[ 2025-01-26T20:34:38.563Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.light_ceiling_fan_light>#5d locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.light_ceiling_fan_light.descriptor.state*
[ 2025-01-26T20:34:38.563Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.fan_ceiling_fan>#62 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.fan_ceiling_fan.descriptor.state*
[ 2025-01-26T20:34:38.563Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_computer_room_ac_air_conditioner>#67 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_computer_room_ac_air_conditioner.descriptor.state*
[ 2025-01-26T20:34:38.564Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_game_room_ac_air_conditioner>#6c locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_game_room_ac_air_conditioner.descriptor.state*
[ 2025-01-26T20:34:38.565Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.light_ceiling_fan_light>#5d locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.light_ceiling_fan_light.levelControl.state*
[ 2025-01-26T20:34:38.566Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.fan_ceiling_fan>#62 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.fan_ceiling_fan.onOff.state*
[ 2025-01-26T20:34:38.566Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction reactor<e6b18715cdf34d47a427bbf39fe6414b.descriptor.#updatePartsList>#6d locked *e6b18715cdf34d47a427bbf39fe6414b.descriptor.state*
[ 2025-01-26T20:34:38.566Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction reactor<e6b18715cdf34d47a427bbf39fe6414b.aggregator.descriptor.#updatePartsList>#6e locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.descriptor.state*
[ 2025-01-26T20:34:38.567Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction reactor<e6b18715cdf34d47a427bbf39fe6414b.descriptor.#updatePartsList>#6d committed and unlocked 1 resource
[ 2025-01-26T20:34:38.567Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction reactor<e6b18715cdf34d47a427bbf39fe6414b.aggregator.descriptor.#updatePartsList>#6e committed and unlocked 1 resource
[ 2025-01-26T20:34:38.569Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.fan_ceiling_fan>#62 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.fan_ceiling_fan.fanControl.state*
[ 2025-01-26T20:34:38.570Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.switch_epikarus_power>#1c locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.switch_epikarus_power.onOff.state*
[ 2025-01-26T20:34:38.571Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_computer_room_air_monitor_temperature>#21 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_computer_room_air_monitor_temperature.temperatureMeasurement.state*
[ 2025-01-26T20:34:38.573Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_computer_room_air_monitor_humidity>#26 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_computer_room_air_monitor_humidity.relativeHumidityMeasurement.state*
[ 2025-01-26T20:34:38.573Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_kitchen_air_monitor_temperature>#2b locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_kitchen_air_monitor_temperature.temperatureMeasurement.state*
[ 2025-01-26T20:34:38.576Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_kitchen_air_monitor_humidity>#30 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_kitchen_air_monitor_humidity.relativeHumidityMeasurement.state*
[ 2025-01-26T20:34:38.576Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_solarium_air_monitor_temperature>#35 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_solarium_air_monitor_temperature.temperatureMeasurement.state*
[ 2025-01-26T20:34:38.577Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_solarium_air_monitor_humidity>#3a locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_solarium_air_monitor_humidity.relativeHumidityMeasurement.state*
[ 2025-01-26T20:34:38.578Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bedroom_air_monitor_temperature>#3f locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bedroom_air_monitor_temperature.temperatureMeasurement.state*
[ 2025-01-26T20:34:38.579Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bedroom_air_monitor_humidity>#44 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bedroom_air_monitor_humidity.relativeHumidityMeasurement.state*
[ 2025-01-26T20:34:38.579Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bathroom_air_monitor_temperature>#49 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bathroom_air_monitor_temperature.temperatureMeasurement.state*
[ 2025-01-26T20:34:38.581Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bathroom_air_monitor_humidity>#4e locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bathroom_air_monitor_humidity.relativeHumidityMeasurement.state*
[ 2025-01-26T20:34:38.584Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.light_ceiling_fan_light>#5d locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.light_ceiling_fan_light.onOff.state*
[ 2025-01-26T20:34:38.590Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.switch_epikarus_power>#1c locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.switch_epikarus_power.bridgedDeviceBasicInformation.state*
[ 2025-01-26T20:34:38.591Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_computer_room_air_monitor_temperature>#21 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_computer_room_air_monitor_temperature.bridgedDeviceBasicInformation.state*
[ 2025-01-26T20:34:38.591Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_computer_room_air_monitor_humidity>#26 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_computer_room_air_monitor_humidity.bridgedDeviceBasicInformation.state*
[ 2025-01-26T20:34:38.591Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_kitchen_air_monitor_temperature>#2b locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_kitchen_air_monitor_temperature.bridgedDeviceBasicInformation.state*
[ 2025-01-26T20:34:38.591Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_kitchen_air_monitor_humidity>#30 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_kitchen_air_monitor_humidity.bridgedDeviceBasicInformation.state*
[ 2025-01-26T20:34:38.591Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_solarium_air_monitor_temperature>#35 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_solarium_air_monitor_temperature.bridgedDeviceBasicInformation.state*
[ 2025-01-26T20:34:38.592Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_solarium_air_monitor_humidity>#3a locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_solarium_air_monitor_humidity.bridgedDeviceBasicInformation.state*
[ 2025-01-26T20:34:38.592Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bedroom_air_monitor_temperature>#3f locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bedroom_air_monitor_temperature.bridgedDeviceBasicInformation.state*
[ 2025-01-26T20:34:38.592Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bedroom_air_monitor_humidity>#44 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bedroom_air_monitor_humidity.bridgedDeviceBasicInformation.state*
[ 2025-01-26T20:34:38.592Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bathroom_air_monitor_temperature>#49 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bathroom_air_monitor_temperature.bridgedDeviceBasicInformation.state*
[ 2025-01-26T20:34:38.592Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bathroom_air_monitor_humidity>#4e locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bathroom_air_monitor_humidity.bridgedDeviceBasicInformation.state*
[ 2025-01-26T20:34:38.592Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_living_room_ac_air_conditioner>#53 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_living_room_ac_air_conditioner.bridgedDeviceBasicInformation.state*
[ 2025-01-26T20:34:38.592Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_master_bedroom_ac_air_conditioner>#58 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_master_bedroom_ac_air_conditioner.bridgedDeviceBasicInformation.state*
[ 2025-01-26T20:34:38.593Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.light_ceiling_fan_light>#5d locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.light_ceiling_fan_light.bridgedDeviceBasicInformation.state*
[ 2025-01-26T20:34:38.593Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.fan_ceiling_fan>#62 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.fan_ceiling_fan.bridgedDeviceBasicInformation.state*
[ 2025-01-26T20:34:38.593Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_computer_room_ac_air_conditioner>#67 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_computer_room_ac_air_conditioner.bridgedDeviceBasicInformation.state*
[ 2025-01-26T20:34:38.593Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_game_room_ac_air_conditioner>#6c locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_game_room_ac_air_conditioner.bridgedDeviceBasicInformation.state*
[ 2025-01-26T20:34:38.602Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.switch_epikarus_power>#1c committed and unlocked 5 resources
[ 2025-01-26T20:34:38.603Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_computer_room_air_monitor_temperature>#21 committed and unlocked 4 resources
[ 2025-01-26T20:34:38.603Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_computer_room_air_monitor_humidity>#26 committed and unlocked 4 resources
[ 2025-01-26T20:34:38.603Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_kitchen_air_monitor_temperature>#2b committed and unlocked 4 resources
[ 2025-01-26T20:34:38.603Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_kitchen_air_monitor_humidity>#30 committed and unlocked 4 resources
[ 2025-01-26T20:34:38.603Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_solarium_air_monitor_temperature>#35 committed and unlocked 4 resources
[ 2025-01-26T20:34:38.603Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_solarium_air_monitor_humidity>#3a committed and unlocked 4 resources
[ 2025-01-26T20:34:38.603Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bedroom_air_monitor_temperature>#3f committed and unlocked 4 resources
[ 2025-01-26T20:34:38.603Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bedroom_air_monitor_humidity>#44 committed and unlocked 4 resources
[ 2025-01-26T20:34:38.603Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bathroom_air_monitor_temperature>#49 committed and unlocked 4 resources
[ 2025-01-26T20:34:38.603Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bathroom_air_monitor_humidity>#4e committed and unlocked 4 resources
[ 2025-01-26T20:34:38.603Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.light_ceiling_fan_light>#5d committed and unlocked 6 resources
[ 2025-01-26T20:34:38.603Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.fan_ceiling_fan>#62 committed and unlocked 6 resources
[ 2025-01-26T20:34:38.604Z ] [ INFO  ] [ Matter / Endpoint                                  ]: *e6b18715cdf34d47a427bbf39fe6414b.aggregator.switch_epikarus_power* ready endpoint#: 6 type: OnOffPlugInUnit (0x10a) behaviors: ✓identify ✓groups ✓onOff ✓bridgedDeviceBasicInformation ✓homeAssistantEntity ✓descriptor
[ 2025-01-26T20:34:38.604Z ] [ INFO  ] [ Matter / Endpoint                                  ]: *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_computer_room_air_monitor_temperature* ready endpoint#: 7 type: TemperatureSensor (0x302) behaviors: ✓temperatureMeasurement ✓identify ✓bridgedDeviceBasicInformation ✓homeAssistantEntity ✓descriptor
[ 2025-01-26T20:34:38.604Z ] [ INFO  ] [ Matter / Endpoint                                  ]: *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_computer_room_air_monitor_humidity* ready endpoint#: 8 type: HumiditySensor (0x307) behaviors: ✓identify ✓relativeHumidityMeasurement ✓bridgedDeviceBasicInformation ✓homeAssistantEntity ✓descriptor
[ 2025-01-26T20:34:38.604Z ] [ INFO  ] [ Matter / Endpoint                                  ]: *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_kitchen_air_monitor_temperature* ready endpoint#: 9 type: TemperatureSensor (0x302) behaviors: ✓temperatureMeasurement ✓identify ✓bridgedDeviceBasicInformation ✓homeAssistantEntity ✓descriptor
[ 2025-01-26T20:34:38.604Z ] [ INFO  ] [ Matter / Endpoint                                  ]: *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_kitchen_air_monitor_humidity* ready endpoint#: 10 type: HumiditySensor (0x307) behaviors: ✓identify ✓relativeHumidityMeasurement ✓bridgedDeviceBasicInformation ✓homeAssistantEntity ✓descriptor
[ 2025-01-26T20:34:38.605Z ] [ INFO  ] [ Matter / Endpoint                                  ]: *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_solarium_air_monitor_temperature* ready endpoint#: 11 type: TemperatureSensor (0x302) behaviors: ✓temperatureMeasurement ✓identify ✓bridgedDeviceBasicInformation ✓homeAssistantEntity ✓descriptor
[ 2025-01-26T20:34:38.605Z ] [ INFO  ] [ Matter / Endpoint                                  ]: *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_solarium_air_monitor_humidity* ready endpoint#: 12 type: HumiditySensor (0x307) behaviors: ✓identify ✓relativeHumidityMeasurement ✓bridgedDeviceBasicInformation ✓homeAssistantEntity ✓descriptor
[ 2025-01-26T20:34:38.605Z ] [ INFO  ] [ Matter / Endpoint                                  ]: *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bedroom_air_monitor_temperature* ready endpoint#: 19 type: TemperatureSensor (0x302) behaviors: ✓temperatureMeasurement ✓identify ✓bridgedDeviceBasicInformation ✓homeAssistantEntity ✓descriptor
[ 2025-01-26T20:34:38.605Z ] [ INFO  ] [ Matter / Endpoint                                  ]: *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bedroom_air_monitor_humidity* ready endpoint#: 13 type: HumiditySensor (0x307) behaviors: ✓identify ✓relativeHumidityMeasurement ✓bridgedDeviceBasicInformation ✓homeAssistantEntity ✓descriptor
[ 2025-01-26T20:34:38.605Z ] [ INFO  ] [ Matter / Endpoint                                  ]: *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bathroom_air_monitor_temperature* ready endpoint#: 14 type: TemperatureSensor (0x302) behaviors: ✓temperatureMeasurement ✓identify ✓bridgedDeviceBasicInformation ✓homeAssistantEntity ✓descriptor
[ 2025-01-26T20:34:38.605Z ] [ INFO  ] [ Matter / Endpoint                                  ]: *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bathroom_air_monitor_humidity* ready endpoint#: 15 type: HumiditySensor (0x307) behaviors: ✓identify ✓relativeHumidityMeasurement ✓bridgedDeviceBasicInformation ✓homeAssistantEntity ✓descriptor
[ 2025-01-26T20:34:38.605Z ] [ INFO  ] [ Matter / Endpoint                                  ]: *e6b18715cdf34d47a427bbf39fe6414b.aggregator.light_ceiling_fan_light* ready endpoint#: 16 type: DimmableLight (0x101) behaviors: ✓identify ✓groups ✓onOff ✓levelControl ✓bridgedDeviceBasicInformation ✓homeAssistantEntity ✓descriptor
[ 2025-01-26T20:34:38.605Z ] [ INFO  ] [ Matter / Endpoint                                  ]: *e6b18715cdf34d47a427bbf39fe6414b.aggregator.fan_ceiling_fan* ready endpoint#: 17 type: Fan (0x2b) behaviors: ✓identify ✓groups ✓fanControl ✓bridgedDeviceBasicInformation ✓homeAssistantEntity ✓onOff ✓descriptor
[ 2025-01-26T20:34:38.638Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_living_room_ac_air_conditioner>#53 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_living_room_ac_air_conditioner.thermostat.state*
[ 2025-01-26T20:34:38.642Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_master_bedroom_ac_air_conditioner>#58 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_master_bedroom_ac_air_conditioner.thermostat.state*
[ 2025-01-26T20:34:38.643Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_computer_room_ac_air_conditioner>#67 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_computer_room_ac_air_conditioner.thermostat.state*
[ 2025-01-26T20:34:38.646Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_game_room_ac_air_conditioner>#6c locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_game_room_ac_air_conditioner.thermostat.state*
[ 2025-01-26T20:34:38.650Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_living_room_ac_air_conditioner>#53 committed and unlocked 4 resources
[ 2025-01-26T20:34:38.650Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_master_bedroom_ac_air_conditioner>#58 committed and unlocked 4 resources
[ 2025-01-26T20:34:38.650Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_computer_room_ac_air_conditioner>#67 committed and unlocked 4 resources
[ 2025-01-26T20:34:38.650Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction initialize<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_game_room_ac_air_conditioner>#6c committed and unlocked 4 resources
[ 2025-01-26T20:34:38.651Z ] [ INFO  ] [ Matter / Endpoint                                  ]: *e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_master_bedroom_ac_air_conditioner* ready endpoint#: 3 type: Thermostat (0x301) behaviors: ✓identify ✓bridgedDeviceBasicInformation ✓homeAssistantEntity ✓thermostat ✓descriptor
[ 2025-01-26T20:34:38.651Z ] [ INFO  ] [ Matter / Endpoint                                  ]: *e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_living_room_ac_air_conditioner* ready endpoint#: 2 type: Thermostat (0x301) behaviors: ✓identify ✓bridgedDeviceBasicInformation ✓homeAssistantEntity ✓thermostat ✓descriptor
[ 2025-01-26T20:34:38.651Z ] [ INFO  ] [ Matter / Endpoint                                  ]: *e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_computer_room_ac_air_conditioner* ready endpoint#: 4 type: Thermostat (0x301) behaviors: ✓identify ✓bridgedDeviceBasicInformation ✓homeAssistantEntity ✓thermostat ✓descriptor
[ 2025-01-26T20:34:38.652Z ] [ INFO  ] [ Matter / Endpoint                                  ]: *e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_game_room_ac_air_conditioner* ready endpoint#: 5 type: Thermostat (0x301) behaviors: ✓identify ✓bridgedDeviceBasicInformation ✓homeAssistantEntity ✓thermostat ✓descriptor
[ 2025-01-26T20:34:38.653Z ] [ INFO  ] [ Matter / Node                                      ]: *e6b18715cdf34d47a427bbf39fe6414b* going online
[ 2025-01-26T20:34:38.654Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Socket created and bound remoteAddress: undefined:5540 localAddress: :::5540
[ 2025-01-26T20:34:38.659Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction set<e6b18715cdf34d47a427bbf39fe6414b>#19d locked *e6b18715cdf34d47a427bbf39fe6414b.network.state*
[ 2025-01-26T20:34:38.660Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction set<e6b18715cdf34d47a427bbf39fe6414b>#19d committed and unlocked 1 resource
[ 2025-01-26T20:34:38.661Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Socket created and bound remoteAddress: undefined:5540 localAddress: 0.0.0.0:5540
[ 2025-01-26T20:34:38.717Z ] [ DEBUG ] [ Matter / DeviceAdvertiser                          ]: Announcing fabricIndex: 1 fabricId: 8221142357105772637
[ 2025-01-26T20:34:38.731Z ] [ DEBUG ] [ Matter / MdnsBroadcaster                           ]: Announcement Generator: Fabric id: 3DF621D8060759AC-0000000040580820 qname: 3DF621D8060759AC-0000000040580820._matter._tcp.local port: 5540 interface: enp0s3
[ 2025-01-26T20:34:38.733Z ] [ DEBUG ] [ Matter / MdnsBroadcaster                           ]: Announcement Generator: Fabric id: 3DF621D8060759AC-0000000040580820 qname: 3DF621D8060759AC-0000000040580820._matter._tcp.local port: 5540 interface: hassio
[ 2025-01-26T20:34:38.733Z ] [ DEBUG ] [ Matter / MdnsBroadcaster                           ]: Announcement Generator: Fabric id: 3DF621D8060759AC-0000000040580820 qname: 3DF621D8060759AC-0000000040580820._matter._tcp.local port: 5540 interface: docker0
[ 2025-01-26T20:34:38.733Z ] [ DEBUG ] [ Matter / MdnsBroadcaster                           ]: Announcement Generator: Fabric id: 3DF621D8060759AC-0000000040580820 qname: 3DF621D8060759AC-0000000040580820._matter._tcp.local port: 5540 interface: veth4ee53e1
[ 2025-01-26T20:34:38.733Z ] [ DEBUG ] [ Matter / MdnsBroadcaster                           ]: Announcement Generator: Fabric id: 3DF621D8060759AC-0000000040580820 qname: 3DF621D8060759AC-0000000040580820._matter._tcp.local port: 5540 interface: vethcb06041
[ 2025-01-26T20:34:38.733Z ] [ DEBUG ] [ Matter / MdnsBroadcaster                           ]: Announcement Generator: Fabric id: 3DF621D8060759AC-0000000040580820 qname: 3DF621D8060759AC-0000000040580820._matter._tcp.local port: 5540 interface: veth10be683
[ 2025-01-26T20:34:38.733Z ] [ DEBUG ] [ Matter / MdnsBroadcaster                           ]: Announcement Generator: Fabric id: 3DF621D8060759AC-0000000040580820 qname: 3DF621D8060759AC-0000000040580820._matter._tcp.local port: 5540 interface: vethd4ae894
[ 2025-01-26T20:34:38.733Z ] [ DEBUG ] [ Matter / MdnsBroadcaster                           ]: Announcement Generator: Fabric id: 3DF621D8060759AC-0000000040580820 qname: 3DF621D8060759AC-0000000040580820._matter._tcp.local port: 5540 interface: veth28b1e2c
[ 2025-01-26T20:34:38.734Z ] [ DEBUG ] [ Matter / MdnsBroadcaster                           ]: Announcement Generator: Fabric id: 3DF621D8060759AC-0000000040580820 qname: 3DF621D8060759AC-0000000040580820._matter._tcp.local port: 5540 interface: vethf085577
[ 2025-01-26T20:34:38.734Z ] [ DEBUG ] [ Matter / MdnsBroadcaster                           ]: Announcement Generator: Fabric id: 3DF621D8060759AC-0000000040580820 qname: 3DF621D8060759AC-0000000040580820._matter._tcp.local port: 5540 interface: veth8dd2c9f
[ 2025-01-26T20:34:38.734Z ] [ DEBUG ] [ Matter / MdnsBroadcaster                           ]: Announcement Generator: Fabric id: 3DF621D8060759AC-0000000040580820 qname: 3DF621D8060759AC-0000000040580820._matter._tcp.local port: 5540 interface: vethe4a4702
[ 2025-01-26T20:34:38.734Z ] [ DEBUG ] [ Matter / MdnsBroadcaster                           ]: Announcement Generator: Fabric id: 3DF621D8060759AC-0000000040580820 qname: 3DF621D8060759AC-0000000040580820._matter._tcp.local port: 5540 interface: wpan0
[ 2025-01-26T20:34:38.734Z ] [ DEBUG ] [ Matter / MdnsBroadcaster                           ]: Announcement Generator: Fabric id: 3DF621D8060759AC-0000000040580820 qname: 3DF621D8060759AC-0000000040580820._matter._tcp.local port: 5540 interface: veth5221d4a
[ 2025-01-26T20:34:38.734Z ] [ DEBUG ] [ Matter / MdnsBroadcaster                           ]: Announcement Generator: Fabric id: 3DF621D8060759AC-0000000040580820 qname: 3DF621D8060759AC-0000000040580820._matter._tcp.local port: 5540 interface: veth4fe730d
[ 2025-01-26T20:34:38.734Z ] [ DEBUG ] [ Matter / MdnsBroadcaster                           ]: Announcement Generator: Fabric id: 3DF621D8060759AC-0000000040580820 qname: 3DF621D8060759AC-0000000040580820._matter._tcp.local port: 5540 interface: vethf86b67f
[ 2025-01-26T20:34:38.743Z ] [ INFO  ] [ Matter / Node                                      ]: *e6b18715cdf34d47a427bbf39fe6414b* is online
[ 2025-01-26T20:34:38.744Z ] [ DEBUG ] [ Matter / OccurrenceManager                         ]: Recorded event #59600: {"eventId":0,"clusterId":40,"endpointId":0,"epochTimestamp":1737923678743,"priority":2,"payload":{"softwareVersion":2024}}
[ 2025-01-26T20:34:38.745Z ] [ INFO  ] [ Matter / AccessControlServer                       ]: initializing ACL manager with ACL { privilege: 5, authMode: 2, subjects: [ 18446744060824715265 ], targets: null, fabricIndex: 1 }
[ 2025-01-26T20:34:38.745Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction offline#1a0 locked *e6b18715cdf34d47a427bbf39fe6414b.operationalCredentials.state*
[ 2025-01-26T20:34:38.746Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction offline#1a0 committed and unlocked 1 resource
[ 2025-01-26T20:34:38.746Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction offline#1a0 locked *e6b18715cdf34d47a427bbf39fe6414b.operationalCredentials.state and e6b18715cdf34d47a427bbf39fe6414b.generalDiagnostics.state*
[ 2025-01-26T20:34:38.747Z ] [ DEBUG ] [ Matter / OccurrenceManager                         ]: Recorded event #59601: {"eventId":3,"clusterId":51,"endpointId":0,"epochTimestamp":1737923678746,"priority":2,"payload":{"bootReason":0}}
[ 2025-01-26T20:34:38.751Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction offline#1a0 committed and unlocked 2 resources
[ 2025-01-26T20:34:38.757Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Socket created and bound remoteAddress: undefined:5353 localAddress: 0.0.0.0:5353
[ 2025-01-26T20:34:38.757Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Socket created and bound remoteAddress: undefined:5353 localAddress: :::5353
[ 2025-01-26T20:34:38.757Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Socket created and bound remoteAddress: undefined:5353 localAddress: 0.0.0.0:5353
[ 2025-01-26T20:34:38.757Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Socket created and bound remoteAddress: undefined:5353 localAddress: :::5353
[ 2025-01-26T20:34:38.757Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Socket created and bound remoteAddress: undefined:5353 localAddress: 0.0.0.0:5353
[ 2025-01-26T20:34:38.758Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Socket created and bound remoteAddress: undefined:5353 localAddress: :::5353
[ 2025-01-26T20:34:38.758Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Socket created and bound remoteAddress: undefined:5353 localAddress: :::5353
[ 2025-01-26T20:34:38.758Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Socket created and bound remoteAddress: undefined:5353 localAddress: :::5353
[ 2025-01-26T20:34:38.758Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Socket created and bound remoteAddress: undefined:5353 localAddress: :::5353
[ 2025-01-26T20:34:38.758Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Socket created and bound remoteAddress: undefined:5353 localAddress: :::5353
[ 2025-01-26T20:34:38.758Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Socket created and bound remoteAddress: undefined:5353 localAddress: :::5353
[ 2025-01-26T20:34:38.758Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Socket created and bound remoteAddress: undefined:5353 localAddress: :::5353
[ 2025-01-26T20:34:38.758Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Socket created and bound remoteAddress: undefined:5353 localAddress: :::5353
[ 2025-01-26T20:34:38.759Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Socket created and bound remoteAddress: undefined:5353 localAddress: :::5353
[ 2025-01-26T20:34:38.759Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Socket created and bound remoteAddress: undefined:5353 localAddress: :::5353
[ 2025-01-26T20:34:38.759Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Socket created and bound remoteAddress: undefined:5353 localAddress: :::5353
[ 2025-01-26T20:34:38.759Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Socket created and bound remoteAddress: undefined:5353 localAddress: :::5353
[ 2025-01-26T20:34:38.759Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Socket created and bound remoteAddress: undefined:5353 localAddress: :::5353
[ 2025-01-26T20:34:38.760Z ] [ INFO  ] [ WebApi                                             ]: HTTP server (API & Web App) listening on port 63112
[ 2025-01-26T20:34:38.760Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Initialize multicast address: 192.168.1.164:5353 interface: enp0s3 type: udp4
[ 2025-01-26T20:34:38.761Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Initialize multicast address: ::%enp0s3:5353 interface: enp0s3 type: udp6
[ 2025-01-26T20:34:38.761Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Initialize multicast address: 172.30.32.1:5353 interface: hassio type: udp4
[ 2025-01-26T20:34:38.761Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Initialize multicast address: ::%hassio:5353 interface: hassio type: udp6
[ 2025-01-26T20:34:38.762Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Initialize multicast address: 172.30.232.1:5353 interface: docker0 type: udp4
[ 2025-01-26T20:34:38.762Z ] [ DEBUG ] [ Matter                                             ]: Initialize multicast address: ::NaNocker0:5353 interface: docker0 type: udp6
[ 2025-01-26T20:34:38.762Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Initialize multicast address: ::%veth4ee53e1:5353 interface: veth4ee53e1 type: udp6
[ 2025-01-26T20:34:38.763Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Initialize multicast address: ::%vethcb06041:5353 interface: vethcb06041 type: udp6
[ 2025-01-26T20:34:38.763Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Initialize multicast address: ::%veth10be683:5353 interface: veth10be683 type: udp6
[ 2025-01-26T20:34:38.763Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Initialize multicast address: ::%vethd4ae894:5353 interface: vethd4ae894 type: udp6
[ 2025-01-26T20:34:38.763Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Initialize multicast address: ::%veth28b1e2c:5353 interface: veth28b1e2c type: udp6
[ 2025-01-26T20:34:38.764Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Initialize multicast address: ::%vethf085577:5353 interface: vethf085577 type: udp6
[ 2025-01-26T20:34:38.764Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Initialize multicast address: ::%veth8dd2c9f:5353 interface: veth8dd2c9f type: udp6
[ 2025-01-26T20:34:38.764Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Initialize multicast address: ::%vethe4a4702:5353 interface: vethe4a4702 type: udp6
[ 2025-01-26T20:34:38.764Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Initialize multicast address: ::%wpan0:5353 interface: wpan0 type: udp6
[ 2025-01-26T20:34:38.765Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Initialize multicast address: ::%veth5221d4a:5353 interface: veth5221d4a type: udp6
[ 2025-01-26T20:34:38.765Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Initialize multicast address: ::%veth4fe730d:5353 interface: veth4fe730d type: udp6
[ 2025-01-26T20:34:38.765Z ] [ DEBUG ] [ Matter / NodejsChannel                             ]: Initialize multicast address: ::%vethf86b67f:5353 interface: vethf86b67f type: udp6
[ 2025-01-26T20:34:38.774Z ] [ DEBUG ] [ Matter / MdnsScanner                               ]: Adding operational device 3DF621D8060759AC-0000000040580820._matter._tcp.local in cache (interface enp0s3, ttl=120) with TXT data: SII: 500 SAI: 300 SAT: 4000 T: 0 ICD: 0
[ 2025-01-26T20:34:38.777Z ] [ DEBUG ] [ Matter / MdnsScanner                               ]: Added 4 IPs for operational device 3DF621D8060759AC-0000000040580820._matter._tcp.local to cache (interface enp0s3): type: udp ip: fd00::494a:cbec:1e71:93d7 port: 5540 type: udp ip: 2001:569:5156:800:fcb6:2c0a:bd63:1709 port: 5540 type: udp ip: fe80::701:e3c6:81f0:adc2%enp0s3 port: 5540 type: udp ip: 192.168.1.164 port: 5540
[ 2025-01-26T20:34:38.819Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_master_bedroom_ac_air_conditioner>#1a1 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_master_bedroom_ac_air_conditioner.homeAssistantEntity.state*
[ 2025-01-26T20:34:38.819Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_living_room_ac_air_conditioner>#1a2 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_living_room_ac_air_conditioner.homeAssistantEntity.state*
[ 2025-01-26T20:34:38.819Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_computer_room_ac_air_conditioner>#1a3 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_computer_room_ac_air_conditioner.homeAssistantEntity.state*
[ 2025-01-26T20:34:38.819Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_game_room_ac_air_conditioner>#1a4 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_game_room_ac_air_conditioner.homeAssistantEntity.state*
[ 2025-01-26T20:34:38.819Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_computer_room_air_monitor_temperature>#1a5 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_computer_room_air_monitor_temperature.homeAssistantEntity.state*
[ 2025-01-26T20:34:38.820Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_computer_room_air_monitor_humidity>#1a6 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_computer_room_air_monitor_humidity.homeAssistantEntity.state*
[ 2025-01-26T20:34:38.820Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_kitchen_air_monitor_temperature>#1a7 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_kitchen_air_monitor_temperature.homeAssistantEntity.state*
[ 2025-01-26T20:34:38.820Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_kitchen_air_monitor_humidity>#1a8 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_kitchen_air_monitor_humidity.homeAssistantEntity.state*
[ 2025-01-26T20:34:38.820Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_solarium_air_monitor_temperature>#1a9 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_solarium_air_monitor_temperature.homeAssistantEntity.state*
[ 2025-01-26T20:34:38.820Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_solarium_air_monitor_humidity>#1aa locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_solarium_air_monitor_humidity.homeAssistantEntity.state*
[ 2025-01-26T20:34:38.820Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bedroom_air_monitor_temperature>#1ab locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bedroom_air_monitor_temperature.homeAssistantEntity.state*
[ 2025-01-26T20:34:38.820Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bedroom_air_monitor_humidity>#1ac locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bedroom_air_monitor_humidity.homeAssistantEntity.state*
[ 2025-01-26T20:34:38.820Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bathroom_air_monitor_temperature>#1ad locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bathroom_air_monitor_temperature.homeAssistantEntity.state*
[ 2025-01-26T20:34:38.820Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bathroom_air_monitor_humidity>#1ae locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bathroom_air_monitor_humidity.homeAssistantEntity.state*
[ 2025-01-26T20:34:38.820Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.switch_epikarus_power>#1af locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.switch_epikarus_power.homeAssistantEntity.state*
[ 2025-01-26T20:34:38.820Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.light_ceiling_fan_light>#1b0 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.light_ceiling_fan_light.homeAssistantEntity.state*
[ 2025-01-26T20:34:38.820Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.fan_ceiling_fan>#1b1 locked *e6b18715cdf34d47a427bbf39fe6414b.aggregator.fan_ceiling_fan.homeAssistantEntity.state*
[ 2025-01-26T20:34:38.822Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_master_bedroom_ac_air_conditioner>#1a1 committed and unlocked 1 resource
[ 2025-01-26T20:34:38.822Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_living_room_ac_air_conditioner>#1a2 committed and unlocked 1 resource
[ 2025-01-26T20:34:38.822Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_computer_room_ac_air_conditioner>#1a3 committed and unlocked 1 resource
[ 2025-01-26T20:34:38.822Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.climate_game_room_ac_air_conditioner>#1a4 committed and unlocked 1 resource
[ 2025-01-26T20:34:38.822Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_computer_room_air_monitor_temperature>#1a5 committed and unlocked 1 resource
[ 2025-01-26T20:34:38.822Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_computer_room_air_monitor_humidity>#1a6 committed and unlocked 1 resource
[ 2025-01-26T20:34:38.822Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_kitchen_air_monitor_temperature>#1a7 committed and unlocked 1 resource
[ 2025-01-26T20:34:38.822Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_kitchen_air_monitor_humidity>#1a8 committed and unlocked 1 resource
[ 2025-01-26T20:34:38.822Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_solarium_air_monitor_temperature>#1a9 committed and unlocked 1 resource
[ 2025-01-26T20:34:38.822Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_solarium_air_monitor_humidity>#1aa committed and unlocked 1 resource
[ 2025-01-26T20:34:38.822Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bedroom_air_monitor_temperature>#1ab committed and unlocked 1 resource
[ 2025-01-26T20:34:38.822Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bedroom_air_monitor_humidity>#1ac committed and unlocked 1 resource
[ 2025-01-26T20:34:38.822Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bathroom_air_monitor_temperature>#1ad committed and unlocked 1 resource
[ 2025-01-26T20:34:38.823Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.sensor_master_bathroom_air_monitor_humidity>#1ae committed and unlocked 1 resource
[ 2025-01-26T20:34:38.823Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.switch_epikarus_power>#1af committed and unlocked 1 resource
[ 2025-01-26T20:34:38.823Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.light_ceiling_fan_light>#1b0 committed and unlocked 1 resource
[ 2025-01-26T20:34:38.823Z ] [ DEBUG ] [ Matter / Transaction                               ]: Transaction setStateOf<e6b18715cdf34d47a427bbf39fe6414b.aggregator.fan_ceiling_fan>#1b1 committed and unlocked 1 resource
[ 2025-01-26T20:34:39.009Z ] [ DEBUG ] [ Matter / MdnsScanner                               ]: Added 4 IPs for operational device 8E2530F20CDA1297-000000000001B669._matter._tcp.local to cache (interface enp0s3): type: udp ip: fd00::494a:cbec:1e71:93d7 port: 52439 type: udp ip: 2001:569:5156:800:fcb6:2c0a:bd63:1709 port: 52439 type: udp ip: fe80::701:e3c6:81f0:adc2%enp0s3 port: 52439 type: udp ip: 192.168.1.164 port: 52439
[ 2025-01-26T20:34:39.104Z ] [ DEBUG ] [ Matter / MdnsScanner                               ]: Adding operational device 3DF621D8060759AC-000000002A5E042E._matter._tcp.local in cache (interface enp0s3, ttl=4500) with TXT data: T: 0 ICD: 0
[ 2025-01-26T20:34:39.209Z ] [ DEBUG ] [ Matter / MdnsScanner                               ]: Adding operational device 3DF621D8060759AC-000000005B0EA570._matter._tcp.local in cache (interface enp0s3, ttl=4500) with TXT data: T: 0 ICD: 0
[ 2025-01-26T20:34:39.210Z ] [ DEBUG ] [ Matter / MdnsScanner                               ]: Adding operational device 8E2530F20CDA1297-0000000000000004._matter._tcp.local in cache (interface enp0s3, ttl=4500) with TXT data: T: 0 ICD: 0
[ 2025-01-26T20:34:39.210Z ] [ DEBUG ] [ Matter / MdnsScanner                               ]: Added 4 IPs for operational device 3DF621D8060759AC-000000005B0EA570._matter._tcp.local to cache (interface enp0s3): type: udp ip: fe80::42ae:30ff:feaa:ad50%enp0s3 port: 5540 type: udp ip: fd00::42ae:30ff:feaa:ad50 port: 5540 type: udp ip: 2001:569:5156:800:42ae:30ff:feaa:ad50 port: 5540 type: udp ip: 192.168.1.185 port: 5540
[ 2025-01-26T20:34:39.211Z ] [ DEBUG ] [ Matter / MdnsScanner                               ]: Added 4 IPs for operational device 8E2530F20CDA1297-0000000000000004._matter._tcp.local to cache (interface enp0s3): type: udp ip: fe80::42ae:30ff:feaa:ad50%enp0s3 port: 5540 type: udp ip: fd00::42ae:30ff:feaa:ad50 port: 5540 type: udp ip: 2001:569:5156:800:42ae:30ff:feaa:ad50 port: 5540 type: udp ip: 192.168.1.185 port: 5540
[ 2025-01-26T20:34:39.218Z ] [ DEBUG ] [ Matter / MdnsScanner                               ]: Adding operational device 8E2530F20CDA1297-0000000000000001._matter._tcp.local in cache (interface enp0s3, ttl=4500) with TXT data: T: 0 ICD: 0
[ 2025-01-26T20:34:39.219Z ] [ DEBUG ] [ Matter / MdnsScanner                               ]: Adding operational device 3DF621D8060759AC-0000000033314551._matter._tcp.local in cache (interface enp0s3, ttl=4500) with TXT data: T: 0 ICD: 0
[ 2025-01-26T20:34:39.219Z ] [ DEBUG ] [ Matter / MdnsScanner                               ]: Added 4 IPs for operational device 8E2530F20CDA1297-0000000000000001._matter._tcp.local to cache (interface enp0s3): type: udp ip: fe80::76fe:ceff:feb7:d5a4%enp0s3 port: 5540 type: udp ip: fd00::76fe:ceff:feb7:d5a4 port: 5540 type: udp ip: 2001:569:5156:800:76fe:ceff:feb7:d5a4 port: 5540 type: udp ip: 192.168.1.184 port: 5540
[ 2025-01-26T20:34:39.219Z ] [ DEBUG ] [ Matter / MdnsScanner                               ]: Added 4 IPs for operational device 3DF621D8060759AC-0000000033314551._matter._tcp.local to cache (interface enp0s3): type: udp ip: fe80::76fe:ceff:feb7:d5a4%enp0s3 port: 5540 type: udp ip: fd00::76fe:ceff:feb7:d5a4 port: 5540 type: udp ip: 2001:569:5156:800:76fe:ceff:feb7:d5a4 port: 5540 type: udp ip: 192.168.1.184 port: 5540
[ 2025-01-26T20:34:39.222Z ] [ DEBUG ] [ Matter / MdnsScanner                               ]: Adding operational device 3DF621D8060759AC-00000000B9FBAD51._matter._tcp.local in cache (interface enp0s3, ttl=4500) with TXT data: T: 0 ICD: 0
[ 2025-01-26T20:34:39.222Z ] [ DEBUG ] [ Matter / MdnsScanner                               ]: Adding operational device 8E2530F20CDA1297-0000000000000003._matter._tcp.local in cache (interface enp0s3, ttl=4500) with TXT data: T: 0 ICD: 0
[ 2025-01-26T20:34:39.222Z ] [ DEBUG ] [ Matter / MdnsScanner                               ]: Added 4 IPs for operational device 3DF621D8060759AC-00000000B9FBAD51._matter._tcp.local to cache (interface enp0s3): type: udp ip: fe80::42ae:30ff:feaa:ae12%enp0s3 port: 5540 type: udp ip: fd00::42ae:30ff:feaa:ae12 port: 5540 type: udp ip: 2001:569:5156:800:42ae:30ff:feaa:ae12 port: 5540 type: udp ip: 192.168.1.188 port: 5540
[ 2025-01-26T20:34:39.223Z ] [ DEBUG ] [ Matter / MdnsScanner                               ]: Added 4 IPs for operational device 8E2530F20CDA1297-0000000000000003._matter._tcp.local to cache (interface enp0s3): type: udp ip: fe80::42ae:30ff:feaa:ae12%enp0s3 port: 5540 type: udp ip: fd00::42ae:30ff:feaa:ae12 port: 5540 type: udp ip: 2001:569:5156:800:42ae:30ff:feaa:ae12 port: 5540 type: udp ip: 192.168.1.188 port: 5540
[ 2025-01-26T20:34:39.224Z ] [ DEBUG ] [ Matter / MdnsScanner                               ]: Adding operational device 3DF621D8060759AC-0000000047B53A36._matter._tcp.local in cache (interface enp0s3, ttl=4500) with TXT data: T: 0 ICD: 0
[ 2025-01-26T20:34:39.225Z ] [ DEBUG ] [ Matter / MdnsScanner                               ]: Adding operational device 8E2530F20CDA1297-0000000000000002._matter._tcp.local in cache (interface enp0s3, ttl=4500) with TXT data: T: 0 ICD: 0
[ 2025-01-26T20:34:39.225Z ] [ DEBUG ] [ Matter / MdnsScanner                               ]: Added 4 IPs for operational device 3DF621D8060759AC-0000000047B53A36._matter._tcp.local to cache (interface enp0s3): type: udp ip: fe80::42ae:30ff:feaa:adf7%enp0s3 port: 5540 type: udp ip: fd00::42ae:30ff:feaa:adf7 port: 5540 type: udp ip: 2001:569:5156:800:42ae:30ff:feaa:adf7 port: 5540 type: udp ip: 192.168.1.186 port: 5540
[ 2025-01-26T20:34:39.225Z ] [ DEBUG ] [ Matter / MdnsScanner                               ]: Added 4 IPs for operational device 8E2530F20CDA1297-0000000000000002._matter._tcp.local to cache (interface enp0s3): type: udp ip: fe80::42ae:30ff:feaa:adf7%enp0s3 port: 5540 type: udp ip: fd00::42ae:30ff:feaa:adf7 port: 5540 type: udp ip: 2001:569:5156:800:42ae:30ff:feaa:adf7 port: 5540 type: udp ip: 192.168.1.186 port: 5540
/docker-entrypoint.sh: line 11:   175 Killed                  home-assistant-matter-hub start --log-level=$(bashio::config 'app_log_level') --disable-log-colors=$(bashio::config 'disable_log_colors') --mdns-network-interface="$(bashio::config 'mdns_network_interface')" --storage-location=/config/data --web-port=$(bashio::addon.ingress_port) --home-assistant-url='http://supervisor/core' --home-assistant-access-token="$SUPERVISOR_TOKEN" --http-ip-whitelist="172.30.32.2"
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service base-addon-log-level: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service base-addon-log-level successfully stopped
s6-rc: info: service base-addon-banner: stopping
s6-rc: info: service base-addon-banner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped

@epikarus
Copy link

In my esyes a full log would be much appreciated because just some lines does no mean anything. Also please tell details on environment.

Currently on big bridges (aka many devices) and for a full subscription on start matter.js needs a bit more RAM (depending on bridge size could be up to 100MB ... just temporariely. So if the host is low on RAM also this could be a reason for docker killing the container or such. So more details and especially free RAM should be checked and more log provided.

We know this RAM "needs" and will work on them, but need to prepare things for it.

I increased the VM's RAM allocation from 2 to 4GB. Ill see if this resolves the issue. Thank you.

@t0bst4r
Copy link
Owner

t0bst4r commented Jan 27, 2025

Okay, thank you. Please provide some feedback if it helps or not.

@marcbernis
Copy link
Author

marcbernis commented Jan 27, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working waiting for feedback
Projects
None yet
Development

No branches or pull requests

4 participants