Skip to content

Commit 0645b7d

Browse files
committed
added the bugfix by Cßrvß for the NodeRed issue
1 parent 767ad3b commit 0645b7d

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

docs/Installation/mechanism/Ansible/ZeroTouchInstall.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,39 @@ it is time to make sure it is nominally working.
261261
When trying to log in for the first time, you might get a warning along the lines of `FTS Server is Not Reachable at {your IPA}`.
262262
[Restarting the services](../../../administration/Operation/fts-service-mgmt.md) can help.
263263

264+
### Node-Red issues
265+
266+
Currently there is a know issue regarding the Node-Red integration. The following is based on the [YouTube-Video by Cßrv0 (external)](https://www.youtube.com/watch?v=Yaa1viiC6_M&t=25m0s). If you run into troubles following the text description, please refer to this video for additional help.
267+
268+
This is due to a problem with nodeJS so we need to reinstall Node-Red at version 20:
269+
270+
```bash
271+
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered) --node20
272+
```
273+
274+
Accept the prompts following up depending on your needs.
275+
276+
Finally you'll need to restart Node-Red:
277+
278+
```bash
279+
sudo systemctl enable nodered.service
280+
sudo systemctl start nodered.service
281+
```
282+
283+
There still will be a known error regarding `worldmap` itself. To fix this you'll need to adjust the corresponding node within Node-Red.
284+
285+
Login into Node-Red again and go to the `FTH Webdmap` flow and edit the `FTS Server` TCP node (with the woarning below). Change the properties to:
286+
287+
```
288+
server: ${your IPA}
289+
port: 8087
290+
```
291+
292+
Redeploy the flows. This should fix the issues.
293+
294+
!!! note
295+
Don't worry when your clients and COTs dont show up immediately. The worldmap needs some time to get up to date.
296+
264297
### Reconfiguration
265298

266299
`ZeroTouch` will have configured the system and started the services for you.

0 commit comments

Comments
 (0)