💻 ioBroker Monthly Review – April 2025

Welcome to the current monthly review! A lot has happened in the ioBroker world again in April 2025. New adapters have been released, existing ones have been improved, and the foundation of our system—the js controller—has received an update. Let's take a detailed look at all the new features.

Updates

💙 js-controller 7.0.7

The js-controller is the heart of ioBroker.

It controls the entire runtime environment, manages adapters and processes, and ensures central communication within the system.

No ioBroker installation would function without it.

Version 7.0.7 introduces important improvements and bug fixes:

  • Extended support for encryptedNative and protectedNative:

These fields can now also be used within complex structures and arrays, increasing data security and flexibility for developers.

  • Optimized typing, which improves the development of new adapters and system stability.

ioBroker.devices 1.2.2

Developer: bluefox

The devices adapter serves as the central management layer for devices in ioBroker. It aggregates states, channels, and objects from different adapters (e.g., iot, material, matter) into logical devices and provides a unified API through which other adapters and scripts can access device data. This makes device organization more transparent and simplifies automation.

With version 1.2.2, the adapter has been comprehensively modernized: It has been converted to TypeScript and Vite, improving code quality, loading speed, and ease of development.

In addition, all known bugs have been fixed, noticeably increasing stability and reliability in daily use.

➡️ View project on GitHub

New adapters in stable

The following adapters have been successfully tested and added to the stable repository. A big thank you to all developers and testers who contributed to the quality of these adapters with their efforts!

ioBroker.bayernluft

Category: Air conditioning / ventilation

Developer: ioBroker Community Adapter Team

Description:

The adapter connects ioBroker to ventilation units from BavariaAir. This allows these units to be conveniently monitored and controlled to ensure an optimal indoor climate.

Further information on GitHub page of the adapter

ioBroker.control

Category: Heating / Climate Control

Developer: MadErstam

Description: The adapter enables the connection of the local Controme mini server with ioBroker and controls various heating systems.

Features:

  • Control of underfloor heating, radiators and air conditioning systems

  • Use of the official API for local connection

Further information on GitHub page of the adapter

ioBroker.batrium-bms

Category: Energy Management / Battery Systems

Developer: bembelstemmer

Description: This adapter enables monitoring of Batrium Battery Management Systems via UDP.

Features:

  • Receiving telemetry data via UDP

  • Integration of BMS data into automation

Further information on GitHub page of the adapter

ioBroker.fyta

Category: Garden / Plant Care

Developer: muffin142

Description:

The FYTA adapter, which connects the smart plant sensors from FYTA to ioBroker, has now been added to the stable repository. It was already introduced in the last blog and is now officially in stable. The adapter enables monitoring of soil moisture, light conditions, and temperature directly in ioBroker and is ideal for smart plant care.

Further information on GitHub page of the adapter

ioBroker.shrdzm

Category: Energy Management / Smart Metering

Developer: mcm1957

Description:

The adapter integrates the smart meter interfaces from SHRDZM IT Services e.U. into ioBroker. SHRDZM offers specialized solutions for the simple and secure reading of digital electricity meters, primarily for the Austrian market.

Features:

  • Recording and transmission of consumption and feed-in data
  • Visualization and analysis of energy data within ioBroker

Further information on GitHub page of the adapter

New adapters in latest

The following adapters are currently in testing and are available via the latest repository. They can already be installed and tested, but are not yet officially released as stable.

Note: As always, we are very grateful for tests and feedback from the community – especially during this phase, feedback helps us to further improve the quality and stability of the adapters.

ioBroker.skiinfo

Category: Leisure / Weather Services

Developer: oweitman

Description:

The SkiInfo Adapter provides current information from ski resorts in Europe and enables the use of this data within ioBroker.

Features:

  • Retrieval of snow reports and snow depths
  • Display of open lifts and slope status
  • Providing weather and slope information for visualizations or notifications

Further information on GitHub page of the adapter

ioBroker.mhi-wfrac

Category: Heating / Climate Control

Developer: wolkeSoftware, W0w3, hacki11

Description:

The adapter connects ioBroker to Mitsubishi Heavy Industries air conditioners that use the WFRAC (Wireless Frequency Remote Air Conditioner Communication) protocol.

Features:

  • Control of MHI air conditioners via the WFRAC protocol
  • Reading operating data such as temperature, operating mode and status
  • Integration into smart scenarios and automations

Further information on GitHub page of the adapter

ioBroker.plenticore-g3

Category: Energy Management / Photovoltaics

Developer: FernetMenta

Description:

This adapter integrates the latest Kostal Plenticore G3 inverters into ioBroker.

Features:

  • Reading performance data and energy flows
  • Monitoring and analysis of PV systems

Further information on GitHub page of the adapter

ioBroker.dnscope

Category: Network / DNS Management

Developer: simatec

Description:

With the DNScope adapter, dynamic DNS accounts can be updated directly from ioBroker. DNS (Domain Name System) is an internet service that translates domain names (like www[.]example.com) into IP addresses. For dynamic internet connections where the IP address changes regularly, a DynDNS service is necessary to ensure your home servers or smart home systems always remain accessible. DNScope allows you to automatically register your current IP address with various DynDNS providers – without any additional hardware or external software.

Features:

  • Automatic update of the public IP address with DynDNS providers
  • Support for IPv64, DuckDNS, KeinIP, Dynv6 and custom update URLs
  • Configurable update intervals (default: every 10 minutes)

Further information on GitHub page of the adapter

Anyone who doesn't have any new ideas for automation yet probably needs to monitor a few ski resorts or repot their plants first.

Until next month’s review – stay smart and curious!