home-assistant / addons

:heavy_plus_sign: Docker add-ons for Home Assistant
https://home-assistant.io/hassio/
Apache License 2.0
1.57k stars 1.52k forks source link

Z-Wave JS v0.7.1 breaks NodeRed event notification of z-wave events #3761

Closed jahopki closed 2 months ago

jahopki commented 2 months ago

Describe the issue you are experiencing

after updating the z-wave JS add on from 0.7.0 to 0.7.1, NodeRed no longer receives events of type zwave_js_value_notification. I do see the event logged in the Z-Wave JS add on's logs but the particular event is no longer being triggered by HomeAssistant for consumption by NodeRed.

NodeRed Add-on version: 18.0.5 Home Assistant OS 13.1 Home Assistant Core: 2024.9.1 Home Assistant Supervisor: 2024.9.1

What type of installation are you running?

Home Assistant OS

Which operating system are you running on?

Home Assistant Operating System

Which add-on are you reporting an issue with?

Z-Wave JS

What is the version of the add-on?

0.7.1

Steps to reproduce the issue

  1. Create a NodeRed Events node and do not apply an event type filter; connect this node to a Debug node and send the event.data to the debug node as a msg.payload
  2. Ensure a version prior to 0.7.1 of Z-Wave JS is running (I had success with v0.7.0 most recently)
  3. Trigger a z-wave event and notice that the event is logged by the Node Red debug node as a zwave-value-js-notification event
  4. update the Z-Wave JS add-on to 0.7.1
  5. repeat step 3
  6. observe that the zwave-value-js-notification event is no longer received by NodeRed

System Health information

System Information

version core-2024.9.1
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.12.4
os_name Linux
os_version 6.6.31-haos-raspi
arch aarch64
timezone America/Chicago
config_dir /config
Home Assistant Community Store GitHub API | ok -- | -- GitHub Content | ok GitHub Web | ok HACS Data | ok GitHub API Calls Remaining | 5000 Installed Version | 2.0.1 Stage | running Available Repositories | 1403 Downloaded Repositories | 10
Home Assistant Cloud logged_in | false -- | -- can_reach_cert_server | ok can_reach_cloud_auth | ok can_reach_cloud | ok
Home Assistant Supervisor host_os | Home Assistant OS 13.1 -- | -- update_channel | stable supervisor_version | supervisor-2024.09.1 agent_version | 1.6.0 docker_version | 26.1.4 disk_total | 58.0 GB disk_used | 11.1 GB healthy | true supported | true host_connectivity | true supervisor_connectivity | true ntp_synchronized | true virtualization | board | rpi4-64 supervisor_api | ok version_api | ok installed_addons | Mosquitto broker (6.4.1), Node-RED (18.0.5), Studio Code Server (5.15.0), Grafana (10.0.0), InfluxDB (5.0.0), Terminal & SSH (9.14.0), Z-Wave JS (0.7.1), AdGuard Home (5.1.2), Matter Server (6.5.1), OpenThread Border Router (2.10.0), Tailscale (0.21.0), Silicon Labs Multiprotocol (2.4.5)
Dashboards dashboards | 4 -- | -- resources | 8 views | 5 mode | storage
Recorder oldest_recorder_run | September 4, 2024 at 11:58 PM -- | -- current_recorder_run | September 13, 2024 at 8:38 AM estimated_db_size | 108.41 MiB database_engine | sqlite database_version | 3.45.3
Sonoff version | 3.8.0 (79ecd72) -- | -- cloud_online | 0 / 1 local_online | 1 / 1

Anything in the Supervisor logs that might be useful for us?

2024-09-13 08:58:27.270 INFO (MainThread) [supervisor.resolution.check] System checks complete
2024-09-13 08:58:27.270 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2024-09-13 08:58:27.539 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-09-13 08:58:27.539 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2024-09-13 08:58:27.540 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2024-09-13 08:58:30.001 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/music-assistant/home-assistant-addon repository
2024-09-13 08:58:30.007 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
2024-09-13 08:58:30.016 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/esphome/home-assistant-addon repository
2024-09-13 08:58:30.027 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
2024-09-13 08:58:31.438 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-09-13 08:58:32.379 INFO (MainThread) [supervisor.store] Loading add-ons from store: 80 all - 0 new - 0 remove
2024-09-13 08:58:32.380 INFO (MainThread) [supervisor.store] Loading add-ons from store: 80 all - 0 new - 0 remove
2024-09-13 08:58:44.643 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 08:58:44.643 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:03:44.661 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:03:44.661 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:08:44.667 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:08:44.667 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:13:44.636 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:13:44.637 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:18:44.638 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:18:44.639 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:23:44.640 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:23:44.641 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:24:20.102 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:24:20.103 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:28:31.767 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-09-13 09:28:44.642 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:28:44.643 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:33:44.636 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:33:44.636 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:35:59.332 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:35:59.333 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:38:29.753 INFO (MainThread) [supervisor.host.info] Updating local host information
2024-09-13 09:38:30.761 INFO (MainThread) [supervisor.host.services] Updating service information
2024-09-13 09:38:30.779 INFO (MainThread) [supervisor.host.network] Updating local network information
2024-09-13 09:38:31.054 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2024-09-13 09:38:31.067 INFO (MainThread) [supervisor.host.manager] Host information reload completed
2024-09-13 09:38:44.637 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:38:44.637 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:39:25.401 INFO (SyncWorker_2) [supervisor.docker.manager] Stopping addon_core_zwave_js application
2024-09-13 09:39:56.207 INFO (SyncWorker_2) [supervisor.docker.manager] Cleaning addon_core_zwave_js application
2024-09-13 09:39:58.922 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-zwave_js with version 0.7.1
2024-09-13 09:40:02.464 INFO (MainThread) [supervisor.api.middleware.security] /host/info access from core_zwave_js
2024-09-13 09:43:44.639 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:43:44.640 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:44:17.644 INFO (MainThread) [supervisor.backups.manager] Found 27 backup files
2024-09-13 09:44:17.747 INFO (MainThread) [supervisor.backups.manager] Found 27 backup files
2024-09-13 09:45:19.014 INFO (MainThread) [supervisor.backups.manager] Found 27 backup files
2024-09-13 09:45:19.116 INFO (MainThread) [supervisor.backups.manager] Found 27 backup files
2024-09-13 09:48:44.642 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:48:44.643 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:48:52.271 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:48:52.271 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:53:35.645 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:53:35.646 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:53:44.625 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:53:44.625 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:58:27.555 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2024-09-13 09:58:27.555 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2024-09-13 09:58:27.573 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2024-09-13 09:58:27.574 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2024-09-13 09:58:27.575 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2024-09-13 09:58:27.575 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2024-09-13 09:58:27.575 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2024-09-13 09:58:27.756 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2024-09-13 09:58:27.757 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2024-09-13 09:58:27.758 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2024-09-13 09:58:27.760 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2024-09-13 09:58:27.762 INFO (MainThread) [supervisor.resolution.check] System checks complete
2024-09-13 09:58:27.762 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2024-09-13 09:58:28.045 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-09-13 09:58:28.048 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2024-09-13 09:58:28.049 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2024-09-13 09:58:32.146 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-09-13 09:58:44.638 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 09:58:44.638 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 10:00:42.336 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API for a0d7b954_nodered closed
2024-09-13 10:00:42.487 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'mqttuser'
2024-09-13 10:00:42.490 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initialize
2024-09-13 10:00:42.504 INFO (MainThread) [supervisor.api.proxy] WebSocket access from a0d7b954_nodered
2024-09-13 10:00:42.515 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request running
2024-09-13 10:00:42.988 INFO (MainThread) [supervisor.auth] Successful login for 'mqttuser'
2024-09-13 10:03:44.629 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 10:03:44.630 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 10:04:16.475 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API for a0d7b954_nodered closed
2024-09-13 10:04:16.572 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request initialize
2024-09-13 10:04:16.578 INFO (MainThread) [supervisor.api.proxy] WebSocket access from a0d7b954_nodered
2024-09-13 10:04:16.587 INFO (MainThread) [supervisor.api.proxy] Home Assistant WebSocket API request running
2024-09-13 10:08:44.641 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 10:08:44.642 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 10:13:44.643 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 10:13:44.644 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 10:15:03.763 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 10:15:03.764 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 10:18:44.636 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 10:18:44.636 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 10:19:47.863 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 10:19:47.864 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 10:23:44.642 WARNING (MainThread) [supervisor.addons.options] Option 'dark_mode' does not exist in the schema for Node-RED (a0d7b954_nodered)
2024-09-13 10:23:44.642 WARNING (MainThread) [supervisor.addons.options] Option 'require_ssl' does not exist in the schema for Node-RED (a0d7b954_nodered)

Anything in the add-on logs that might be useful for us?

Z-wave log pasted first; NodeRed log pasted in this same dialog below the ZWave log:

------------Z-Wave JS log----------------------

                                  basic device class:    Routing End Node
                                  generic device class:  Binary Switch
                                  specific device class: Unused
                                  node type:             End Node
                                  is always listening:   true
                                  is frequent listening: false
                                  can route messages:    true
                                  supports security:     false
                                  supports beaming:      true
                                  maximum data rate:     100000 kbps
                                  protocol version:      3
2024-09-13T14:40:19.557Z CNTRLR   [Node 011] Interview stage completed: ProtocolInfo
2024-09-13T14:40:19.557Z CNTRLR » [Node 012] querying protocol info...
2024-09-13T14:40:19.572Z CNTRLR « [Node 012] received response for protocol info:
                                  basic device class:    Routing End Node
                                  generic device class:  Binary Switch
                                  specific device class: Unused
                                  node type:             End Node
                                  is always listening:   true
                                  is frequent listening: false
                                  can route messages:    true
                                  supports security:     false
                                  supports beaming:      true
                                  maximum data rate:     100000 kbps
                                  protocol version:      3
2024-09-13T14:40:19.572Z CNTRLR   [Node 012] Interview stage completed: ProtocolInfo
2024-09-13T14:40:19.573Z CNTRLR » [Node 014] querying protocol info...
2024-09-13T14:40:19.586Z CNTRLR « [Node 014] received response for protocol info:
                                  basic device class:    Routing End Node
                                  generic device class:  Wall Controller
                                  specific device class: Basic Wall Controller
                                  node type:             End Node
                                  is always listening:   false
                                  is frequent listening: false
                                  can route messages:    true
                                  supports security:     false
                                  supports beaming:      true
                                  maximum data rate:     100000 kbps
                                  protocol version:      3
2024-09-13T14:40:19.588Z CNTRLR   [Node 014] The node is asleep.
2024-09-13T14:40:19.589Z CNTRLR   [Node 014] Interview stage completed: ProtocolInfo
2024-09-13T14:40:19.592Z CNTRLR   Determining node status: 12, 11, 7, 6, 3, 9, 10, 8, 4
2024-09-13T14:40:19.592Z CNTRLR » [Node 012] pinging the node...
2024-09-13T14:40:19.604Z CNTRLR » [Node 011] pinging the node...
2024-09-13T14:40:19.608Z CNTRLR » [Node 007] pinging the node...
2024-09-13T14:40:19.611Z CNTRLR » [Node 006] pinging the node...
2024-09-13T14:40:19.615Z CNTRLR » [Node 003] pinging the node...
2024-09-13T14:40:19.618Z CNTRLR » [Node 009] pinging the node...
2024-09-13T14:40:19.621Z CNTRLR » [Node 010] pinging the node...
2024-09-13T14:40:19.623Z CNTRLR » [Node 008] pinging the node...
2024-09-13T14:40:19.626Z CNTRLR » [Node 004] pinging the node...
2024-09-13T14:40:19.716Z CNTRLR   [Node 012] The node is alive.
2024-09-13T14:40:19.721Z CNTRLR « [Node 012] ping successful
2024-09-13T14:40:19.748Z CNTRLR   [Node 011] The node is alive.
2024-09-13T14:40:19.751Z CNTRLR « [Node 011] ping successful
2024-09-13T14:40:19.786Z CNTRLR   [Node 007] The node is alive.
2024-09-13T14:40:19.789Z CNTRLR « [Node 007] ping successful
2024-09-13T14:40:19.822Z CNTRLR   [Node 006] The node is alive.
2024-09-13T14:40:19.825Z CNTRLR « [Node 006] ping successful
2024-09-13T14:40:19.854Z CNTRLR   [Node 003] The node is alive.
2024-09-13T14:40:19.856Z CNTRLR « [Node 003] ping successful
2024-09-13T14:40:19.882Z CNTRLR   [Node 009] The node is alive.
2024-09-13T14:40:19.884Z CNTRLR « [Node 009] ping successful
2024-09-13T14:40:20.002Z CNTRLR   [Node 010] The node is alive.
2024-09-13T14:40:20.004Z CNTRLR « [Node 010] ping successful
2024-09-13T14:40:20.034Z CNTRLR   [Node 008] The node is alive.
2024-09-13T14:40:20.036Z CNTRLR « [Node 008] ping successful
2024-09-13T14:40:33.176Z CNTRLR   [Node 004] The node did not respond after 1 attempts, it is presumed dead
2024-09-13T14:40:33.178Z CNTRLR   [Node 004] The node is dead.
2024-09-13T14:40:33.183Z CNTRLR   [Node 004] ping failed: The node did not acknowledge the command (ZW0204)
2024-09-13T14:40:40.197Z CNTRLR « [Node 014] received CentralScene notification {
                                      "nodeId": 14,
                                      "ccId": "Central Scene",
                                      "ccCommand": "0x03",
                                      "payload": "0x000002"
                                  }
2024-09-13T14:40:42.632Z CNTRLR « [Node 014] received CentralScene notification {
                                      "nodeId": 14,
                                      "ccId": "Central Scene",
                                      "ccCommand": "0x03",
                                      "payload": "0x010002"
                                  }
New client
2024-09-13T14:48:34.920Z CNTRLR « [Node 014] received CentralScene notification {
                                      "nodeId": 14,
                                      "ccId": "Central Scene",
                                      "ccCommand": "0x03",
                                      "payload": "0x000002"
                                  }
2024-09-13T15:00:50.369Z CNTRLR « [Node 014] received CentralScene notification {
                                      "nodeId": 14,
                                      "ccId": "Central Scene",
                                      "ccCommand": "0x03",
                                      "payload": "0x010002"
                                  }
2024-09-13T15:01:43.559Z CNTRLR « [Node 014] received CentralScene notification {
                                      "nodeId": 14,
                                      "ccId": "Central Scene",
                                      "ccCommand": "0x03",
                                      "payload": "0x000002"
                                  }

------------Node red log----------------------

s6-rc: info: service init-customizations: starting
s6-rc: info: service init-customizations successfully started
s6-rc: info: service init-nodered: starting
s6-rc: info: service init-nginx successfully started

up to date, audited 116 packages in 6s

17 vulnerabilities (8 moderate, 6 high, 3 critical)

To address issues that do not require attention, run:
  npm audit fix

To address all issues possible (including breaking changes), run:
  npm audit fix --force

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.
npm notice
npm notice New minor version of npm available! 10.7.0 -> 10.8.3
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.8.3
npm notice To update run: npm install -g npm@10.8.3
npm notice
s6-rc: info: service init-nodered successfully started
s6-rc: info: service nodered: starting
s6-rc: info: service nodered successfully started
s6-rc: info: service nginx: starting
s6-rc: info: service nginx successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
[08:26:17] INFO: Starting Node-RED...

> start
> node $NODE_OPTIONS node_modules/node-red/red.js --settings /etc/node-red/config.js

13 Sep 08:26:21 - [info] 

Welcome to Node-RED
===================

13 Sep 08:26:21 - [info] Node-RED version: v4.0.2
13 Sep 08:26:21 - [info] Node.js  version: v18.20.3
13 Sep 08:26:21 - [info] Linux 6.6.31-haos-raspi arm64 LE
13 Sep 08:26:21 - [info] Loading palette nodes
13 Sep 08:26:22 - [info] Node-RED Contrib Theme Collection version: v4.0.8
13 Sep 08:26:28 - [info] Dashboard version 3.6.5 started at /endpoint/ui
13 Sep 08:26:29 - [warn] ------------------------------------------------------
13 Sep 08:26:29 - [warn] [node-red-node-rbe/rbe] 'rbe' already registered by module node-red
13 Sep 08:26:29 - [warn] ------------------------------------------------------
13 Sep 08:26:29 - [info] Settings file  : /etc/node-red/config.js
13 Sep 08:26:29 - [info] Context store  : 'default' [module=memory]
13 Sep 08:26:29 - [info] User directory : /config/
13 Sep 08:26:29 - [warn] Projects disabled : editorTheme.projects.enabled=false
13 Sep 08:26:29 - [info] Flows file     : /config/flows.json
13 Sep 08:26:29 - [info] Server now running at http://127.0.0.1:46836/
13 Sep 08:26:29 - [info] Starting flows
13 Sep 08:26:29 - [info] Started flows
[08:26:29] INFO: Starting NGinx...
13 Sep 08:26:29 - [info] [server:Home Assistant] Connecting to http://supervisor/core
13 Sep 08:26:29 - [info] [mqtt-broker:MyMQTTBroker] Connected to broker: mqtt://192.168.1.176:1883
13 Sep 08:26:29 - [info] [server:Home Assistant] Connected to http://supervisor/core
13 Sep 08:38:20 - [info] [server:Home Assistant] Connection closed to http://supervisor/core
13 Sep 08:38:20 - [info] [server:Home Assistant] Connecting to http://supervisor/core
13 Sep 08:38:25 - [info] [server:Home Assistant] Connecting to http://supervisor/core
13 Sep 08:38:30 - [info] [server:Home Assistant] Connecting to http://supervisor/core
13 Sep 08:38:35 - [info] [server:Home Assistant] Connecting to http://supervisor/core
13 Sep 08:38:40 - [info] [server:Home Assistant] Connecting to http://supervisor/core
13 Sep 08:38:45 - [info] [server:Home Assistant] Connecting to http://supervisor/core
13 Sep 08:38:50 - [info] [server:Home Assistant] Connecting to http://supervisor/core
13 Sep 08:38:55 - [info] [server:Home Assistant] Connecting to http://supervisor/core
13 Sep 08:39:00 - [info] [server:Home Assistant] Connecting to http://supervisor/core
13 Sep 08:39:05 - [info] [server:Home Assistant] Connecting to http://supervisor/core
13 Sep 08:39:10 - [info] [server:Home Assistant] Connecting to http://supervisor/core
13 Sep 08:39:15 - [info] [server:Home Assistant] Connecting to http://supervisor/core
13 Sep 08:39:20 - [info] [server:Home Assistant] Connecting to http://supervisor/core
13 Sep 08:39:25 - [info] [server:Home Assistant] Connecting to http://supervisor/core
13 Sep 08:39:30 - [info] [server:Home Assistant] Connecting to http://supervisor/core
13 Sep 08:39:35 - [info] [server:Home Assistant] Connecting to http://supervisor/core
13 Sep 08:39:40 - [info] [server:Home Assistant] Connecting to http://supervisor/core
13 Sep 08:39:40 - [info] [server:Home Assistant] Connected to http://supervisor/core
13 Sep 10:00:42 - [info] Stopping flows
13 Sep 10:00:42 - [info] [server:Home Assistant] Closing connection to http://supervisor/core
13 Sep 10:00:42 - [info] [mqtt-broker:MyMQTTBroker] Disconnected from broker: mqtt://192.168.1.176:1883
13 Sep 10:00:42 - [info] Stopped flows
13 Sep 10:00:42 - [info] Updated flows
13 Sep 10:00:42 - [info] Starting flows
13 Sep 10:00:42 - [info] Started flows
13 Sep 10:00:42 - [info] [server:Home Assistant] Connecting to http://supervisor/core
13 Sep 10:00:42 - [info] [mqtt-broker:MyMQTTBroker] Connected to broker: mqtt://192.168.1.176:1883
13 Sep 10:00:42 - [info] [server:Home Assistant] Connected to http://supervisor/core
13 Sep 10:04:16 - [info] Stopping flows
13 Sep 10:04:16 - [info] [server:Home Assistant] Closing connection to http://supervisor/core
13 Sep 10:04:16 - [info] [mqtt-broker:MyMQTTBroker] Disconnected from broker: mqtt://192.168.1.176:1883
13 Sep 10:04:16 - [info] Stopped flows
13 Sep 10:04:16 - [info] Updated flows
13 Sep 10:04:16 - [info] Starting flows
13 Sep 10:04:16 - [info] Started flows
13 Sep 10:04:16 - [info] [server:Home Assistant] Connecting to http://supervisor/core
13 Sep 10:04:16 - [info] [mqtt-broker:MyMQTTBroker] Connected to broker: mqtt://192.168.1.176:1883
13 Sep 10:04:16 - [info] [server:Home Assistant] Connected to http://supervisor/core

Additional information

No response

jahopki commented 2 months ago

This issue seems to have been resolved with a PR related to another tracking item: https://github.com/home-assistant/core/issues/125843