The SOLECTRUS InfluxDB Adapter stores selected ioBroker states into an InfluxDB 2.x database and optionally computes derived values using a built-in formula engine.
It is designed for energy monitoring systems such as photovoltaic installations, battery storage, heat pumps, wallboxes, grid import/export monitoring, and custom sensors.
- Sensor Mapping -- Map any ioBroker state to an InfluxDB measurement/field with configurable data type (int, float, bool, string)
- Internal Sensors -- Mirror and monitor states without writing them to InfluxDB
- Reliable Buffering -- Persistent write buffer (up to 100k points) survives InfluxDB outages and adapter restarts
- Data-SOLECTRUS Formula Engine (optional) -- Compute derived values from multiple inputs using formulas, source mirroring, or rule-based state machines
- State Machine Mode -- Generate string/boolean states from rule conditions (first-match-wins), ideal for status labels and operating modes
- Formula Builder -- Visual editor with drag-and-drop building blocks, live preview, operator tooltips, and example patterns
- Folder Grouping -- Organize sensors and computed values into folders for better overview
- Install the adapter via the ioBroker admin UI
- Configure InfluxDB connection (URL, Organization, Bucket, Token) on the InfluxDB tab
- Map your ioBroker states on the Sensors tab
- (Optional) Enable Data-SOLECTRUS checkbox to unlock the formula engine with Data Values and Data Runtime tabs
- Save and start the adapter
- ioBroker >= latest stable
- Node.js >= 22
- InfluxDB 2.x
- (copilot) Remove legacy Forecast Lib
- (copilot) Migrate old config to new(now no Datapoints will be generated)
- (copilot) Fix some small possible issues
- (copilot) Update Docs
- (copilot) Add internal sensors (mirrored/monitored, but not written to InfluxDB) so they can also be used for interval and value checks
- (copilot) Add sensor folder/group support and document sensor status/group behavior
- (copilot) Update Readme and Timeout
- (copilot) Fixes for Repo Checker
- (patricknitsch) Add new Sensor "heatpump_tank_temp_setpoint" in io-package.json
- (copilot) Fixes for Repo Checker
Older changelog entries can be found in CHANGELOG_OLD.md.
MIT License
Copyright (c) 2026 patricknitsch patricknitsch@web.de
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
