From adcb440cd9af90d506c24016839c28f35d967537 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Wed, 27 Sep 2023 12:06:59 +0200 Subject: [PATCH] Deleted unused file --- docs/en/history/2023_09_blog.md | 92 --------------------------------- 1 file changed, 92 deletions(-) delete mode 100644 docs/en/history/2023_09_blog.md diff --git a/docs/en/history/2023_09_blog.md b/docs/en/history/2023_09_blog.md deleted file mode 100644 index b34f3586d..000000000 --- a/docs/en/history/2023_09_blog.md +++ /dev/null @@ -1,92 +0,0 @@ -# News from ioBroker (August-September 2023) - -In this blog post, we'll take a look at some of the new adapters and new features that have been released for ioBroker in August and September 2023. - -## Frigate (August 20, 2023) - - -[Frigate](https://github.com/Bettman66/ioBroker.frigate) is an open-source NVR built around real-time AI object detection. This adapter parses Frigate's MQTT messages and creates data objects from them. - -## Notification Manager (August 21, 2023) - - -[Notification Manager](https://github.com/foxriver76/ioBroker.notification-manager) allows you to manage ioBroker notifications, such as sending them as messages. - -## ProCon.IP (August 24, 2023) - - -[ProCon.IP](https://github.com/ylabonte/ioBroker.procon-ip) is an ioBroker adapter that provides basic support for the `ProCon.IP` swimming pool control unit. - -## DeyeIDC (August 29, 2023) - - -[DeyeIDC](https://github.com/raschy/ioBroker.deyeidc) is a data collector for `Deye`-compatible inverters. - -## ACME (September 1, 2023) -![ACME](https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.acme/master/admin/acme.png) - -[ACME](https://github.com/iobroker-community-adapters/ioBroker.acme) is an adapter that generates certificates using ACME challenges. - -## Admin (September 1, 2023) -![Admin](media/2023_09_26_admin_context.png) - -The [Admin](https://github.com/ioBroker/ioBroker.admin) adapter received updates, including an easy creation of aliases. - -## JavaScript (September 1, 2023) -![JavaScript Playground](media/2023_09_27_javascript_chat_gpt.png) - -The [JavaScript](https://github.com/ioBroker/ioBroker.javascript) adapter now includes a playground for testing JavaScript code using ChatGPT. - -## CEC2 (September 6, 2023) - - -[CEC2](https://github.com/iobroker-community-adapters/ioBroker.cec2) is an adapter for HDMI CEC, allowing you to monitor and control devices using HDMI CEC. - -## Alexa2 (September 9, 2023) -- (Apollon77) Update Alexa2 adapter to adjust to the changed Push-Notification system from Amazon, allowing access to history and interaction information. - -## vis-2-widgets-material (September 10, 2023) -- (bluefox) Door lock widget has been added. - ![Lock Widget 1](media/2023_09_10_vis-2-widgets-material-lock-1.png) - ![Lock Widget 2](media/2023_09_10_vis-2-widgets-material-lock-2.png) - -## Pushbullet (September 10, 2023) - - -- (bluefox) API has been updated to version 3. -- (bluefox) JSON configuration was added. - ![JSON config](media/2023_09_10_pushbullet.png) - -### JSON Config Documentation -- (bluefox) JSON-Config documentation has been added to the ioBroker website [here](https://www.iobroker.net/#en/documentation/dev/adapterjsonconfig.md). - -## Telegram Menu (September 11, 2023) - - -Easily create Telegram menus with the [Telegram Menu](https://github.com/MiRo1310/ioBroker.telegram-menu) adapter. - -## vis-2 (September 12, 2023) -- (bluefox) Horizontal menu. - ![Horizontal Menu](media/2023_09_12_vis-2-menu.png) - -## Echarts (September 12, 2023) -- (bluefox) Added the ability to export data to a JSON file. - ![Echarts 1](media/2023_09_12_echart-1.png) -- (bluefox) Added the ability to restore zoom and pan after X seconds of inactivity. - ![Echarts 2](media/2023_09_12_echart-2.png) -- (bluefox) Show legend as a dialog. - ![Echarts 3](media/2023_09_13_echart-3.png) - -## js-controller (September 14, 2023) -- (foxriver76) Released js-controller 5 to stable. -- (foxriver76) Upgraded installer to just allow Node.js 16.x+. - -## APG Info (September 16, 2023) - - -The [APG Info](https://github.com/HGlab01/ioBroker.apg-info) adapter provides peak-times for the Austrian Power Grid and PHELIX-AT Day-Ahead prices for Austria. - -## TinyMQTTBroker (September 16, 2023) - - -[TinyMQTTBroker](https://github.com/HGlab01/ioBroker.tinymqttbroker) is a small MQTT broker for ioBroker that offers a central MQTT broker instance for publishing and subscribing to topics as an MQTT client.