Skip to content

Commit

Permalink
Try to fix images sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Sep 27, 2023
1 parent 456ec42 commit 4f19dc5
Show file tree
Hide file tree
Showing 8 changed files with 251 additions and 246 deletions.
2 changes: 1 addition & 1 deletion blog/de/2023_02_15.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Auch die Arbeit an vis 2.x geht voran, aber es ist noch viel zu tun. Mit iobroke
<!-- ID: 700450 -->

## Auch die `BackitUp`-Entwicklung steht nicht still:
<!-- ID: 261191 -->
<!-- ID: 214543 -->
- Es können jetzt Node-Red-Projekte, SQLLite- und Zigbee2MQTT-Backups gesichert werden.
<!-- ID: 208290 -->
- Es gibt auch einen Local-Storage-Check, um zu überprüfen, ob genügend Speicherplatz verfügbar ist.
Expand Down
38 changes: 19 additions & 19 deletions blog/en/2023_02_15.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,48 +3,48 @@ Author: Bluefox
title: Dev meeting February 2023
logo: de/blog/images/2023_02_15.jpg
translatedFrom: de
hash: MEiIKSR7/ob4XijlfV+9+X6noalye1mV7BFjGNUaYLQ=
hash: j10/7xz6mO/xYklN5ddNt9oOXGP6YkrzwmcDaOhqyrQ=
---
## JS Controller 4.0.24 and Node.js 18: An update is worth it
<!-- SOURCE: 909729 ## JS-Controller 4.0.24 und Node.js 18: Ein Update lohnt sich -->
<!-- SOURCE: 909729 ## JS Controller 4.0.24 and Node.js 18: An update is worth it -->
The latest version of the JS Controller, version 4.0.24, improves compatibility with Node.js 18. It still prefers IPv4 addresses, which was changed in Node.js 18. Additionally, Node.js 18 becomes the recommended version as Node.js 14 and 16 reach end of life later this year. This is an important step to ensure the stability and security of your system.
<!-- SOURCE: 584823 Die neueste Version des JS-Controllers, Version 4.0.24, verbessert die Kompatibilität mit Node.js 18. Sie bevorzugt weiterhin IPv4-Adressen, was in Node.js 18 geändert wurde. Darüber hinaus wird Node.js 18 zur empfohlenen Version, da Node.js 14 und 16 im Laufe dieses Jahres ihr End of Life erreichen werden. Dies ist ein wichtiger Schritt, um die Stabilität und Sicherheit Ihres Systems sicherzustellen. -->
<!-- SOURCE: 584823 The latest version of the JS Controller, version 4.0.24, improves compatibility with Node.js 18. It still prefers IPv4 addresses, which was changed in Node.js 18. Additionally, Node.js 18 becomes the recommended version as Node.js 14 and 16 reach end of life later this year. This is an important step to ensure the stability and security of your system. -->

In this context, you should also update the info adapter if you are still using it.
<!-- SOURCE: 552912 In diesem Zusammenhang sollten Sie auch den Info-Adapter aktualisieren, falls Sie diesen noch nutzen. -->
<!-- SOURCE: 552912 In this context, you should also update the info adapter if you are still using it. -->

## Status Matter: Exciting times are coming!
<!-- SOURCE: 391572 ## Status Matter: Spannende Zeiten kommen auf uns zu! -->
<!-- SOURCE: 391572 ## Status Matter: Exciting times are coming! -->
The integration of the new Matter smart home standard is progressing. There will be both a controller and a bridge adapter. This means that Matter devices can be controlled directly and ioBroker devices can be used as a bridge for other controllers such as Apple Home, Google Home or Alexa for local control via a hub. However, there is still a lot of work to be done and it will be a few weeks before an alpha version is available. Matter is based very much on UDP and in some cases (e.g. Google) IPv6 support is also required in the network. So it will be interesting when it comes to subnets, VLANs and Docker. We see details when we have something. Anyone who would like to support - be it in development or later with documentation etc. - please contact Apollon77!
<!-- SOURCE: 214409 Die Integration des neuen Smart-Home-Standards Matter schreitet voran. Es wird sowohl einen Controller- als auch einen Bridge-Adapter geben. Damit können sowohl Matter-Geräte direkt gesteuert werden als auch ioBroker-Geräte als Bridge für andere Controller wie Apple Home, Google Home oder Alexa zur lokalen Steuerung über einen Hub genutzt werden. Es gibt jedoch noch viele Baustellen, und es wird noch einige Wochen dauern, bis eine Alpha-Version verfügbar ist. Matter basiert sehr stark auf UDP und teilweise (z.B. bei Google) wird auch IPv6-Support im Netzwerk vorausgesetzt. Es wird also interessant sein, was Subnetze, VLANs und Docker angeht. Details sehen wir dann, wenn wir etwas haben. Wer unterstützen möchte - sei es in der Entwicklung oder auch später bei Dokumentation u.ä. - bitte bei Apollon77 melden! -->
<!-- SOURCE: 214409 The integration of the new Matter smart home standard is progressing. There will be both a controller and a bridge adapter. This means that Matter devices can be controlled directly and ioBroker devices can be used as a bridge for other controllers such as Apple Home, Google Home or Alexa for local control via a hub. However, there is still a lot of work to be done and it will be a few weeks before an alpha version is available. Matter is based very much on UDP and in some cases (e.g. Google) IPv6 support is also required in the network. So it will be interesting when it comes to subnets, VLANs and Docker. We see details when we have something. Anyone who would like to support - be it in development or later with documentation etc. - please contact Apollon77! -->

## Echarts: Bar charts and more
<!-- SOURCE: 202863 ## Echarts: Balkendiagramme und mehr -->
<!-- SOURCE: 202863 ## Echarts: Bar charts and more -->
Echarts has also received some interesting expansions in the last few days:
<!-- SOURCE: 476449 Auch Echarts hat in den letzten Tagen einige interessante Erweiterungen erhalten: -->
<!-- SOURCE: 476449 Echarts has also received some interesting expansions in the last few days: -->

- Bar charts can now be created.
<!-- SOURCE: 625848 - Es können jetzt Balkendiagramme erstellt werden. -->
<!-- SOURCE: 625848 - Bar charts can now be created. -->
- JSON data with "ts" and "val" can be processed, which enables your own data sources and also calculations such as converting watts to kilowatts.
<!-- SOURCE: 793104 - JSON-Daten mit "ts" und "val" können verarbeitet werden, was eigene Datenquellen und auch Berechnungen wie z.B. Watt in Kilowatt umrechnen ermöglicht. -->
<!-- SOURCE: 793104 - JSON data with "ts" and "val" can be processed, which enables your own data sources and also calculations such as converting watts to kilowatts. -->
- A preview for all charts is available on a dedicated page, and the X-axis can even be shifted negatively.
<!-- SOURCE: 145190 - Eine Vorschau für alle Diagramme ist auf einer speziellen Seite verfügbar, und die X-Achse kann sogar negativ verschoben werden. -->
<!-- SOURCE: 145190 - A preview for all charts is available on a dedicated page, and the X-axis can even be shifted negatively. -->

## Iobroker.vis-2-widgets-jaeger-design: Easily configure pretty interfaces
<!-- SOURCE: 74360 ## Iobroker.vis-2-widgets-jaeger-design: Easily configure pretty interfaces -->
<!-- SOURCE: 74360 ## Iobroker.vis-2-widgets-jaeger-design: Einfach hübsche Oberflächen konfigurieren -->
Work on vis 2.x is also progressing, but there is still a lot to do. With iobroker.vis-2-widgets-jaeger-design we are introducing a special widget that will be commercially available. It allows you to create views for the smart home with simple configuration and is extensively configurable.
`ioBroker BackitUp` Extensions
<!-- SOURCE: 700450 Auch die Arbeit an vis 2.x geht voran, aber es ist noch viel zu tun. Mit iobroker.vis-2-widgets-jaeger-design stellen wir ein spezielles Widget vor, welches kommerziell erhältlich sein wird. Es ermöglicht Ihnen, mit einfacher Konfiguration Ansichten für das Smart-Home zu erstellen und ist umfangreich konfigurierbar.
§§SSSSS_0§§ Erweiterungen -->
<!-- SOURCE: 700450 Work on vis 2.x is also progressing, but there is still a lot to do. With iobroker.vis-2-widgets-jaeger-design we are introducing a special widget that will be commercially available. It allows you to create views for the smart home with simple configuration and is extensively configurable.
§§SSSSS_0§§ Extensions -->

## The `BackitUp` development does not stand still either:
<!-- SOURCE: 354753 ## Auch die §§SSSSS_0§§-Entwicklung steht nicht still: -->
<!-- SOURCE: 228843 ## Auch die §§SSSSS_0§§-Entwicklung steht nicht still: -->
- Node Red projects, SQLLite and Zigbee2MQTT backups can now be backed up.
<!-- SOURCE: 208290 - Es können jetzt Node-Red-Projekte, SQLLite- und Zigbee2MQTT-Backups gesichert werden. -->
<!-- SOURCE: 208290 - Node Red projects, SQLLite and Zigbee2MQTT backups can now be backed up. -->
- There is also a local storage check to check whether there is enough storage space available.
<!-- SOURCE: 597961 - Es gibt auch einen Local-Storage-Check, um zu überprüfen, ob genügend Speicherplatz verfügbar ist. -->
<!-- SOURCE: 597961 - There is also a local storage check to check whether there is enough storage space available. -->
- Additionally, there is now support for OneDrive Cloud and integration for Matrix Messenger.
<!-- SOURCE: 948083 - Darüber hinaus gibt es jetzt Unterstützung für OneDrive Cloud und eine Integration für den Matrix Messenger. -->
<!-- SOURCE: 948083 - Additionally, there is now support for OneDrive Cloud and integration for Matrix Messenger. -->

So it's worth checking regularly for updates and making sure everything is up to date to get the most out of your system
<!-- SOURCE: 289413 Es lohnt sich also, regelmäßig nach Updates zu suchen und sicherzustellen, dass alles auf dem neuesten Stand ist, um das Beste aus Ihrem System heraus -->
<!-- SOURCE: 289413 So it's worth checking regularly for updates and making sure everything is up to date to get the most out of your system -->
Loading

0 comments on commit 4f19dc5

Please sign in to comment.