Skip to content

Commit

Permalink
Updated recommended Node.js version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Sep 10, 2024
1 parent 5a8711f commit 6a0a0f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/de/basics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gründe für die Aufteilung können räumlicher Art oder eine Leistungsverteilun
Ein ioBroker Server kann nahezu auf jeder Hardware installiert werden.
Einzige Bedingung ist, dass es für das entsprechende Betriebssystem eine aktuelle Version von [nodejs](https://nodejs.org/en/download/) gibt.

!> Stand August 2024 wird für ioBroker Node.js 18.x empfohlen.
!> Stand August 2024 wird für ioBroker Node.js 20.x empfohlen.

Für eine größere Installation wird außerdem ein Arbeitsspeicher (RAM) von
mindestens 2 GB besser 4 GB empfohlen. Zum Testen reicht ein Raspberry Pi 2/3
Expand Down
8 changes: 4 additions & 4 deletions docs/en/basics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ The reasons for the division can be spatial or performance-related.
An ioBroker server can be installed on almost any hardware.
The only requirement is that there is a current version of [nodejs](https://nodejs.org/en/download/) for the corresponding operating system.

!> As of August 2024, Node.js 18.x is recommended for ioBroker.
!> As of August 2024, Node.js 20.x is recommended for ioBroker.

For a larger installation, a RAM of at least 2 GB, preferably 4 GB, is recommended. For testing, a Raspberry Pi 2/3 with 1 GB RAM is sufficient; even smaller computers are sufficient as a slave for a few adapters in a multi-host environment.

###Softwares
### Softwares
ioBroker manages the data in a database. The structure of the data is organized accordingly.

For each adapter there is a so-called namespace that contains all the data for an instance of the adapter.
For each adapter, there is a so-called namespace that contains all the data for an instance of the adapter.
Accordingly, the name of the namespace is, for example: ***AdapterName.0***

Within this area, ioBroker creates the devices, their channels and their data points with their values (states).
Expand All @@ -52,4 +52,4 @@ In this example, it is a self-created namespace for your own measured values.

[Adapter]: http://download.iobroker.net/list.html

[nodejs]: https://nodejs.org
[nodejs]: https://nodejs.org

0 comments on commit 6a0a0f3

Please sign in to comment.