Z-wave installatie loopt vast in Home Assistant

Pagina: 1
Acties:

Vraag


  • djoelzz
  • Registratie: Oktober 2007
  • Laatst online: 11-03 16:04
First of all, ik ben redelijk nieuw in home automation.

Ik heb recent een nieuwe woning betrokken. De oude bewoner heeft op drie plekken de handmatige bediening van de zonwering verwijderd. In plaats daarvan heeft hij domotica componenten gebruikt om de zonwering te kunnen bedienen.

Mijn doel is uiteraard om de zonwering te kunnen bedienen, maar daarin loop ik vast.

Ik had nog een oude RPI3 liggen, die ik hiervoor hoop te kunnen gebruiken, in combinatie met Home Assistent.

De volledige lijst met betrokken apparaten is als volgt:
- Raspberry Pi 3B Plus
- Aeotec Z-stick Gen5+
- Fibaro Roller Shutter

Voor wat betreft de RPI geldt dat daar HAOS op draait. Dit is het overzicht van details:

Home Assistent
• InstallatiemethodeHome Assistant OS
• Core2026.2.2
• Supervisor2026.02.2
• Operating System17.1
• Frontend20260128.6

RPI
  • rpi3-64
  • 1GB Ram
De stick wordt herkend door de RPI:
- Subsysteem:tty
- Apparaatpad:/dev/ttyACM0
- ID:/dev/serial/by-id/usb-0658_0200-if00

De volgende stap is dat ik via de Add-On winkel “Z-Wave JS UI” ga installeren. Dat gaat goed. Vervolgens kan ik de add-on ook starten en kan ik gaan configureren.
- Bij seriële poort wordt de stick genoemd en kan ik deze dus ook gewoon selecteren. Daarbij geef ik het pad op: /dev/serial/by-id/usb-0658_0200-if00
- Config priority directory laat ik ongewijzigd (/data/store/config).
- Ik genereer de benodigde beveiligingssleutels en geef de Radio configuration op (Europe)
- Vervolgens kan ik de wijzingen op slaan.

Dan wordt er gevraagd om een herstart en dit is het punt waar ik elke keer vastloop. Home Assistant wordt dan volledig onbruikbaar.

In de logging van Z-wave JS UI kan ik dit zien:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
Z-Wave JS UI
Logboek laden…
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service base-addon-banner: starting
-----------------------------------------------------------
 App: Z-Wave JS UI
 Fully configurable Z-Wave JS gateway and control panel
-----------------------------------------------------------
 App version: 7.0.0
 You are running the latest version of this app.
 System: Home Assistant OS 17.1  (aarch64 / raspberrypi3-64)
 Home Assistant Core: 2026.2.2
 Home Assistant Supervisor: 2026.02.2
-----------------------------------------------------------
 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 init-zwave-js-ui: starting
s6-rc: info: service init-nginx: starting
[21:01:00] ERROR: Got unexpected response from the API: Service not enabled
s6-rc: info: service init-nginx successfully started
s6-rc: info: service init-zwave-js-ui successfully started
s6-rc: info: service zwave-js-ui: starting
s6-rc: info: service zwave-js-ui successfully started
s6-rc: info: service discovery: starting
s6-rc: info: service nginx: starting
s6-rc: info: service nginx successfully started
[21:01:01] INFO: Starting the Z-Wave JS UI...
2026-02-19 21:01:20.108 INFO APP: Version: 11.11.0
2026-02-19 21:01:20.154 INFO APP: Application path:/opt/node_modules/zwave-js-ui
2026-02-19 21:01:20.158 INFO APP: Store path:/data/store
  ______  __          __                      _  _____     _    _ _____ 
 |___  /  \ \        / /                     | |/ ____|   | |  | |_   _|
    / /____\ \  /\  / /_ ___   _____         | | (___     | |  | | | |  
   / /______\ \/  \/ / _' \ \ / / _ \    _   | |\___ \    | |  | | | |  
  / /__      \  /\  / (_| |\ V /  __/   | |__| |____) |   | |__| |_| |_ 
 /_____|      \/  \/ \__,_| \_/ \___|    \____/|_____/     \____/|_____|
2026-02-19 21:01:20.266 WARN STORE: scenes.json not found
2026-02-19 21:01:20.272 WARN STORE: nodes.json not found
2026-02-19 21:01:20.278 WARN STORE: users.json not found
2026-02-19 21:01:20.323 INFO APP: Listening on port 44920 protocol HTTP
[21:01:20] INFO: Starting NGinx...
2026-02-19 21:01:20.806 INFO MQTT: MQTT is disabled
2026-02-19 21:01:20.813 WARN BACKUP: Store backup is disabled
2026-02-19 21:01:20.817 WARN BACKUP: Nvm backup is disabled
2026-02-19 21:01:20.828 WARN Z-WAVE: Z-Wave driver not inited, no port configured
2026-02-19 21:01:28.301 INFO APP: ::ffff:127.0.0.1 GET /health/zwave 301 162 - 50.574 ms
2026-02-19 21:01:50.418 INFO APP: ::ffff:127.0.0.1 GET / 200 1617 - 34.083 ms
2026-02-19 21:01:50.580 INFO APP: ::ffff:127.0.0.1 GET /assets/index-BIibgCp2.js 200 718632 - 17.435 ms
2026-02-19 21:01:50.660 INFO APP: ::ffff:127.0.0.1 GET /assets/index-CZBM5Q5k.css 200 526693 - 19.196 ms
ValidationError: The 'X-Forwarded-For' header is set but the Express 'trust proxy' setting is false (default). This could indicate a misconfiguration which would prevent express-rate-limit from accurately identifying users. See https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/ for more information.
    at Object.xForwardedForHeader (file:///opt/node_modules/express-rate-limit/dist/index.mjs:157:13)
    at Object.wrappedValidations.<computed> [as xForwardedForHeader] (file:///opt/node_modules/express-rate-limit/dist/index.mjs:369:22)
    at Object.keyGenerator (file:///opt/node_modules/express-rate-limit/dist/index.mjs:630:20)
    at file:///opt/node_modules/express-rate-limit/dist/index.mjs:682:32
    at file:///opt/node_modules/express-rate-limit/dist/index.mjs:663:5 {
  code: 'ERR_ERL_UNEXPECTED_X_FORWARDED_FOR',
  help: 'https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/'
}
2026-02-19 21:01:51.042 INFO APP: ::ffff:127.0.0.1 GET /api/auth-enabled 200 29 - 119.038 ms
2026-02-19 21:01:51.097 INFO APP: ::ffff:127.0.0.1 GET /assets/Login-DNqwKrD7.css 200 5433 - 25.657 ms
2026-02-19 21:01:51.120 INFO APP: ::ffff:127.0.0.1 GET /assets/Login-auWtRowW.js 200 4349 - 34.461 ms
2026-02-19 21:01:51.137 INFO APP: ::ffff:127.0.0.1 GET /assets/ControlPanel-fVh9RZx3.js 200 10176 - 23.444 ms
2026-02-19 21:01:52.061 INFO APP: ::ffff:127.0.0.1 GET /logo.svg 200 1895 - 780.354 ms
2026-02-19 21:01:52.239 INFO APP: ::ffff:127.0.0.1 GET /assets/MaterialIcons-Regular-DOtZ65Va.woff2 200 125116 - 119.837 ms
2026-02-19 21:01:53.739 INFO APP: ::ffff:127.0.0.1 GET /api/settings 200 12849 - 2443.906 ms
2026-02-19 21:01:53.832 INFO APP: ::ffff:127.0.0.1 GET /api/auth-enabled 304 - - 15.519 ms
2026-02-19 21:01:53.874 INFO APP: ::ffff:127.0.0.1 GET /assets/index-DoAg_ZsA.js 200 21472 - 20.724 ms
2026-02-19 21:01:53.894 INFO APP: ::ffff:127.0.0.1 GET /assets/vuedraggable.umd-BkYUh423.js 200 177773 - 31.494 ms
2026-02-19 21:01:54.010 INFO APP: ::ffff:127.0.0.1 GET /assets/VTable-BsI6FsWH.css 200 4023 - 9.260 ms
2026-02-19 21:01:54.025 INFO APP: ::ffff:127.0.0.1 GET /assets/VDataTable-CLcLRj9B.css 200 7939 - 16.626 ms
2026-02-19 21:01:54.053 INFO APP: ::ffff:127.0.0.1 GET /assets/index-DwLHofmu.css 200 511 - 5.949 ms
2026-02-19 21:01:54.077 INFO APP: ::ffff:127.0.0.1 GET /assets/DialogAdvanced-D5h3KQey.css 200 450 - 11.042 ms
2026-02-19 21:01:54.096 INFO APP: ::ffff:127.0.0.1 GET /assets/VFab-ByB_rPoF.css 200 1411 - 5.816 ms
2026-02-19 21:01:54.126 INFO APP: ::ffff:127.0.0.1 GET /assets/BaseFab-BUyXt8fM.css 200 1439 - 7.737 ms
2026-02-19 21:01:54.146 INFO APP: ::ffff:127.0.0.1 GET /assets/colors-DoZdCu1D.js 200 4951 - 6.207 ms
2026-02-19 21:01:54.172 INFO APP: ::ffff:127.0.0.1 GET /assets/VDataTable-BDQ7s8wX.js 200 27278 - 7.736 ms
2026-02-19 21:01:54.196 INFO APP: ::ffff:127.0.0.1 GET /assets/sort-Dlievpnl.js 200 8506 - 6.222 ms
2026-02-19 21:01:54.276 INFO APP: ::ffff:127.0.0.1 GET /assets/VTable-DzOVCNb4.js 200 1014 - 8.858 ms
2026-02-19 21:01:54.296 INFO APP: ::ffff:127.0.0.1 GET /assets/DialogAdvanced-BN_6Idhc.js 200 1555 - 6.163 ms
2026-02-19 21:01:54.320 INFO APP: ::ffff:127.0.0.1 GET /assets/BaseFab-DXEceWB1.js 200 2580 - 5.004 ms
2026-02-19 21:01:54.627 INFO APP: ::ffff:127.0.0.1 GET /assets/VFab-6lWYwcUq.js 200 1589 - 8.530 ms
2026-02-19 21:01:54.640 INFO APP: ::ffff:127.0.0.1 GET /assets/ColumnFilter-SiJL9Sm6.js 200 4784 - 15.077 ms
2026-02-19 21:01:56.721 WARN Z-WAVE: Zwavejs driver is not ready yet, statistics will be enabled on driver initialization
2026-02-19 21:01:56.732 INFO APP: ::ffff:127.0.0.1 POST /api/statistics 200 89 - 96.324 ms
2026-02-19 21:01:57.152 INFO APP: ::ffff:127.0.0.1 GET /assets/index-Blr6EMNg.js 200 103120 - 10.267 ms
2026-02-19 21:01:58.796 INFO APP: ::ffff:127.0.0.1 GET /health/zwave 301 162 - 3.073 ms
2026-02-19 21:02:01.508 INFO APP: ::ffff:127.0.0.1 POST /api/versions 200 58 - 21.593 ms
2026-02-19 21:02:14.279 INFO APP: ::ffff:127.0.0.1 GET /assets/Settings-B5-0phPO.js 200 94399 - 15.248 ms
2026-02-19 21:02:14.318 INFO APP: ::ffff:127.0.0.1 GET /assets/VExpansionPanels-Dyw0hWW-.css 200 6475 - 16.166 ms
2026-02-19 21:02:14.340 INFO APP: ::ffff:127.0.0.1 GET /assets/VExpansionPanels-D6-O2JQO.js 200 4916 - 25.659 ms
2026-02-19 21:02:14.350 INFO APP: ::ffff:127.0.0.1 GET /assets/Settings-BvgQzSLV.css 200 149 - 21.218 ms
-----------------------------------------------------------
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 init-zwave-js-ui: starting
s6-rc: info: service init-nginx: starting
[21:01:00] ERROR: Got unexpected response from the API: Service not enabled
s6-rc: info: service init-nginx successfully started
s6-rc: info: service init-zwave-js-ui successfully started
s6-rc: info: service zwave-js-ui: starting
s6-rc: info: service zwave-js-ui successfully started
s6-rc: info: service discovery: starting
s6-rc: info: service nginx: starting
s6-rc: info: service nginx successfully started
[21:01:01] INFO: Starting the Z-Wave JS UI...
2026-02-19 21:01:20.108 INFO APP: Version: 11.11.0
2026-02-19 21:01:20.154 INFO APP: Application path:/opt/node_modules/zwave-js-ui
2026-02-19 21:01:20.158 INFO APP: Store path:/data/store
  ______  __          __                      _  _____     _    _ _____ 
 |___  /  \ \        / /                     | |/ ____|   | |  | |_   _|
    / /____\ \  /\  / /_ ___   _____         | | (___     | |  | | | |  
   / /______\ \/  \/ / _' \ \ / / _ \    _   | |\___ \    | |  | | | |  
  / /__      \  /\  / (_| |\ V /  __/   | |__| |____) |   | |__| |_| |_ 
 /_____|      \/  \/ \__,_| \_/ \___|    \____/|_____/     \____/|_____|
2026-02-19 21:01:20.266 WARN STORE: scenes.json not found
2026-02-19 21:01:20.272 WARN STORE: nodes.json not found
2026-02-19 21:01:20.278 WARN STORE: users.json not found
2026-02-19 21:01:20.323 INFO APP: Listening on port 44920 protocol HTTP
[21:01:20] INFO: Starting NGinx...
2026-02-19 21:01:20.806 INFO MQTT: MQTT is disabled
2026-02-19 21:01:20.813 WARN BACKUP: Store backup is disabled
2026-02-19 21:01:20.817 WARN BACKUP: Nvm backup is disabled
2026-02-19 21:01:20.828 WARN Z-WAVE: Z-Wave driver not inited, no port configured
2026-02-19 21:01:28.301 INFO APP: ::ffff:127.0.0.1 GET /health/zwave 301 162 - 50.574 ms
2026-02-19 21:01:50.418 INFO APP: ::ffff:127.0.0.1 GET / 200 1617 - 34.083 ms
2026-02-19 21:01:50.580 INFO APP: ::ffff:127.0.0.1 GET /assets/index-BIibgCp2.js 200 718632 - 17.435 ms
2026-02-19 21:01:50.660 INFO APP: ::ffff:127.0.0.1 GET /assets/index-CZBM5Q5k.css 200 526693 - 19.196 ms
ValidationError: The 'X-Forwarded-For' header is set but the Express 'trust proxy' setting is false (default). This could indicate a misconfiguration which would prevent express-rate-limit from accurately identifying users. See https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/ for more information.
    at Object.xForwardedForHeader (file:///opt/node_modules/express-rate-limit/dist/index.mjs:157:13)
    at Object.wrappedValidations.<computed> [as xForwardedForHeader] (file:///opt/node_modules/express-rate-limit/dist/index.mjs:369:22)
    at Object.keyGenerator (file:///opt/node_modules/express-rate-limit/dist/index.mjs:630:20)
    at file:///opt/node_modules/express-rate-limit/dist/index.mjs:682:32
    at file:///opt/node_modules/express-rate-limit/dist/index.mjs:663:5 {
  code: 'ERR_ERL_UNEXPECTED_X_FORWARDED_FOR',
  help: 'https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/'
}
2026-02-19 21:01:51.042 INFO APP: ::ffff:127.0.0.1 GET /api/auth-enabled 200 29 - 119.038 ms
2026-02-19 21:01:51.097 INFO APP: ::ffff:127.0.0.1 GET /assets/Login-DNqwKrD7.css 200 5433 - 25.657 ms
2026-02-19 21:01:51.120 INFO APP: ::ffff:127.0.0.1 GET /assets/Login-auWtRowW.js 200 4349 - 34.461 ms
2026-02-19 21:01:51.137 INFO APP: ::ffff:127.0.0.1 GET /assets/ControlPanel-fVh9RZx3.js 200 10176 - 23.444 ms
2026-02-19 21:01:52.061 INFO APP: ::ffff:127.0.0.1 GET /logo.svg 200 1895 - 780.354 ms
2026-02-19 21:01:52.239 INFO APP: ::ffff:127.0.0.1 GET /assets/MaterialIcons-Regular-DOtZ65Va.woff2 200 125116 - 119.837 ms
2026-02-19 21:01:53.739 INFO APP: ::ffff:127.0.0.1 GET /api/settings 200 12849 - 2443.906 ms
2026-02-19 21:01:53.832 INFO APP: ::ffff:127.0.0.1 GET /api/auth-enabled 304 - - 15.519 ms
2026-02-19 21:01:53.874 INFO APP: ::ffff:127.0.0.1 GET /assets/index-DoAg_ZsA.js 200 21472 - 20.724 ms
2026-02-19 21:01:53.894 INFO APP: ::ffff:127.0.0.1 GET /assets/vuedraggable.umd-BkYUh423.js 200 177773 - 31.494 ms
2026-02-19 21:01:54.010 INFO APP: ::ffff:127.0.0.1 GET /assets/VTable-BsI6FsWH.css 200 4023 - 9.260 ms
2026-02-19 21:01:54.025 INFO APP: ::ffff:127.0.0.1 GET /assets/VDataTable-CLcLRj9B.css 200 7939 - 16.626 ms
2026-02-19 21:01:54.053 INFO APP: ::ffff:127.0.0.1 GET /assets/index-DwLHofmu.css 200 511 - 5.949 ms
2026-02-19 21:01:54.077 INFO APP: ::ffff:127.0.0.1 GET /assets/DialogAdvanced-D5h3KQey.css 200 450 - 11.042 ms
2026-02-19 21:01:54.096 INFO APP: ::ffff:127.0.0.1 GET /assets/VFab-ByB_rPoF.css 200 1411 - 5.816 ms
2026-02-19 21:01:54.126 INFO APP: ::ffff:127.0.0.1 GET /assets/BaseFab-BUyXt8fM.css 200 1439 - 7.737 ms
2026-02-19 21:01:54.146 INFO APP: ::ffff:127.0.0.1 GET /assets/colors-DoZdCu1D.js 200 4951 - 6.207 ms
2026-02-19 21:01:54.172 INFO APP: ::ffff:127.0.0.1 GET /assets/VDataTable-BDQ7s8wX.js 200 27278 - 7.736 ms
2026-02-19 21:01:54.196 INFO APP: ::ffff:127.0.0.1 GET /assets/sort-Dlievpnl.js 200 8506 - 6.222 ms
2026-02-19 21:01:54.276 INFO APP: ::ffff:127.0.0.1 GET /assets/VTable-DzOVCNb4.js 200 1014 - 8.858 ms
2026-02-19 21:01:54.296 INFO APP: ::ffff:127.0.0.1 GET /assets/DialogAdvanced-BN_6Idhc.js 200 1555 - 6.163 ms
2026-02-19 21:01:54.320 INFO APP: ::ffff:127.0.0.1 GET /assets/BaseFab-DXEceWB1.js 200 2580 - 5.004 ms
2026-02-19 21:01:54.627 INFO APP: ::ffff:127.0.0.1 GET /assets/VFab-6lWYwcUq.js 200 1589 - 8.530 ms
2026-02-19 21:01:54.640 INFO APP: ::ffff:127.0.0.1 GET /assets/ColumnFilter-SiJL9Sm6.js 200 4784 - 15.077 ms
2026-02-19 21:01:56.721 WARN Z-WAVE: Zwavejs driver is not ready yet, statistics will be enabled on driver initialization
2026-02-19 21:01:56.732 INFO APP: ::ffff:127.0.0.1 POST /api/statistics 200 89 - 96.324 ms
2026-02-19 21:01:57.152 INFO APP: ::ffff:127.0.0.1 GET /assets/index-Blr6EMNg.js 200 103120 - 10.267 ms
2026-02-19 21:01:58.796 INFO APP: ::ffff:127.0.0.1 GET /health/zwave 301 162 - 3.073 ms
2026-02-19 21:02:01.508 INFO APP: ::ffff:127.0.0.1 POST /api/versions 200 58 - 21.593 ms
2026-02-19 21:02:14.279 INFO APP: ::ffff:127.0.0.1 GET /assets/Settings-B5-0phPO.js 200 94399 - 15.248 ms
2026-02-19 21:02:14.318 INFO APP: ::ffff:127.0.0.1 GET /assets/VExpansionPanels-Dyw0hWW-.css 200 6475 - 16.166 ms
2026-02-19 21:02:14.340 INFO APP: ::ffff:127.0.0.1 GET /assets/VExpansionPanels-D6-O2JQO.js 200 4916 - 25.659 ms
2026-02-19 21:02:14.350 INFO APP: ::ffff:127.0.0.1 GET /assets/Settings-BvgQzSLV.css 200 149 - 21.218 ms
2026-02-19 21:02:14.566 INFO APP: ::ffff:127.0.0.1 GET /assets/InvertedCheckbox-BBvZ24NE.js 200 446 - 11.405 ms
2026-02-19 21:02:14.586 INFO APP: ::ffff:127.0.0.1 GET /assets/DialogGatewayValue-DxlCijka.js 200 9067 - 22.303 ms
2026-02-19 21:02:14.600 INFO APP: ::ffff:127.0.0.1 GET /assets/DialogGatewayValue-D4W0vBRW.css 200 93 - 16.855 ms
2026-02-19 21:02:15.920 INFO APP: ::ffff:127.0.0.1 GET /api/settings 200 12985 - 1215.879 ms
2026-02-19 21:02:15.963 INFO APP: ::ffff:127.0.0.1 GET /api/auth-enabled 304 - - 8.742 ms
2026-02-19 21:02:28.988 INFO APP: ::ffff:127.0.0.1 GET /health/zwave 301 162 - 2.744 ms
2026-02-19 21:02:59.180 INFO APP: ::ffff:127.0.0.1 GET /health/zwave 301 162 - 2.236 ms
2026-02-19 21:03:29.376 INFO APP: ::ffff:127.0.0.1 GET /health/zwave 301 162 - 2.237 ms
2026-02-19 21:03:59.574 INFO APP: ::ffff:127.0.0.1 GET /health/zwave 301 162 - 5.784 ms
2026-02-19 21:04:29.797 INFO APP: ::ffff:127.0.0.1 GET /health/zwave 301 162 - 2.863 ms
2026-02-19 21:05:00.011 INFO APP: ::ffff:127.0.0.1 GET /health/zwave 301 162 - 2.490 ms
2026-02-19 21:05:30.214 INFO APP: ::ffff:127.0.0.1 GET /health/zwave 301 162 - 5.405 ms
2026-02-19 21:06:00.394 INFO APP: ::ffff:127.0.0.1 GET /health/zwave 301 162 - 2.516 ms
2026-02-19 21:06:30.597 INFO APP: ::ffff:127.0.0.1 GET /health/zwave 301 162 - 2.458 ms
2026-02-19 21:07:00.788 INFO APP: ::ffff:127.0.0.1 GET /health/zwave 301 162 - 2.282 ms
2026-02-19 21:07:30.971 INFO APP: ::ffff:127.0.0.1 GET /health/zwave 301 162 - 3.548 ms
2026-02-19 21:08:01.158 INFO APP: ::ffff:127.0.0.1 GET /health/zwave 301 162 - 2.299 ms
2026-02-19 21:08:19.796 INFO APP: Z-Wave settings require full restart
2026-02-19 21:08:19.809 INFO APP: ::ffff:127.0.0.1 POST /api/settings 200 2245 - 31.684 ms
2026-02-19 21:08:19.854 INFO APP: ::ffff:127.0.0.1 GET /api/auth-enabled 304 - - 13.650 ms
2026-02-19 21:08:22.008 INFO GATEWAY: Closing Gateway...
2026-02-19 21:08:22.015 INFO Z-WAVE: Client closed
2026-02-19 21:08:22.043 INFO MQTT: MQTT is disabled
Toen ik het gisteren probeerde leek het mis te gaan op het moment dat connectie naar de Stick wordt opgezet, maar een foutmelding ontbreekt:
code:
1
[18:23:31] INFO: Starting the Z-Wave JS UI... s6-rc: info: service init-nginx successfully started s6-rc: info: service nginx: starting s6-rc: info: service nginx successfully started 2026-02-18 18:23:50.317 INFO APP: Version: 11.11.0 2026-02-18 18:23:50.363 INFO APP: Application path:/opt/node_modules/zwave-js-ui 2026-02-18 18:23:50.365 INFO APP: Store path:/data/store ______ __ __ _ _____ _ _ _____ |___ / \ \ / / | |/ ____| | | | |_ _| / /____\ \ /\ / /_ ___ _____ | | (___ | | | | | | / /______\ \/ \/ / _' \ \ / / _ \ _ | |\___ \ | | | | | | / /__ \ /\ / (_| |\ V / __/ | |__| |____) | | |__| |_| |_ /_____| \/ \/ \__,_| \_/ \___| \____/|_____/ \____/|_____| 2026-02-18 18:23:50.470 WARN STORE: scenes.json not found 2026-02-18 18:23:50.476 WARN STORE: nodes.json not found 2026-02-18 18:23:50.650 INFO LOGGER: Cleaning up log files... 2026-02-18 18:23:50.736 INFO APP: Listening on port 44920 protocol HTTP 2026-02-18 18:23:50.779 INFO ZNIFFERMANAGER: Zniffer is DISABLED 2026-02-18 18:23:50.793 INFO MQTT: MQTT is disabled 2026-02-18 18:23:50.803 WARN BACKUP: Store backup is disabled 2026-02-18 18:23:50.810 WARN BACKUP: Nvm backup is disabled 2026-02-18 18:23:50.853 INFO Z-WAVE: Connecting to /dev/ttyACM0
Wanneer ik ChatGTP om advies vraag krijg ik:
Wanneer ik ChatGTP om advies vraag krijg ik:
Wat we nu doen (gestructureerd)
Stap 1 — Check geheugen
Ga via SSH:
free -m
Als je < 100MB vrij RAM hebt → dat is je probleem.
________________________________________
Stap 2 — Check of Z-Wave JS UI überhaupt start
Via SSH:
docker ps -a | grep zwave
Kijk naar:
• Exit code
• Restart loop
Of:
ha addons logs a0d7b954_zwavejs2mqtt
Dat omzeilt de UI log viewer (die nu stuk is).
________________________________________
Stap 3 — Volledige power cycle
Niet herstarten via UI.
Echt:
ha host shutdown
Wacht 30 seconden.
Voeding eraf.
Voeding erop.
RPi 3 + USB sticks willen soms vastlopen.
________________________________________
Stap 4 — Test met minimale config
Z-Wave JS UI:
• Alleen serial port
• Geen security keys
• Geen MQTT
• EU regio
Save → Restart
Hier kom ik niet echt verder mee, de stick wordt herkend. Zonder security keys kan ik sowieso niet verder in de UI. Herstarten helpt niet uiteraard.

Is dit een kwestie van te weinig geheugen, of kan ik nog iets anders proberen?

[Topicstart volledig herschreven]

[ Voor 121% gewijzigd door djoelzz op 19-02-2026 21:26 ]

Alle reacties


  • djoelzz
  • Registratie: Oktober 2007
  • Laatst online: 11-03 16:04
Ik heb de post helemaal herschreven en uitgebouwd. Misschien kan in de titel nog Home Assistent en RPI worden toegevoegd, ik kan de titel niet meer aanpassen.

  • WTBram
  • Registratie: September 2003
  • Laatst online: 22:09
Helpt het misschien om bij de instelling voor apparaatpad /dev/ttyACM0 in te voeren, ipv de dev/serial string?
Het is een gokje. (Ik heb zwavejs via docker draaien, en daar heb ik het tty device gemapped.)

Have no fear, the engineer is here


  • djoelzz
  • Registratie: Oktober 2007
  • Laatst online: 11-03 16:04
WTBram schreef op donderdag 19 februari 2026 @ 23:20:
Helpt het misschien om bij de instelling voor apparaatpad /dev/ttyACM0 in te voeren, ipv de dev/serial string?
Het is een gokje. (Ik heb zwavejs via docker draaien, en daar heb ik het tty device gemapped.)
Ik heb met beide geprobeerd, maar het resultaat blijft hetzelfde.