iobroker.heizungssteuerung
heizungssteuerung
This adapter provides comprehensive heating system management for ioBroker installations. It supports both heating and cooling modes with advanced features like boost mode, pause functionality, and time-based temperature scheduling.
- Dual Mode Support: Switch between heating and cooling modes
- Boost Mode: Temporarily increase heating/cooling for individual rooms
- Pause Mode: Temporarily disable heating/cooling for specific rooms
- Time-based Scheduling: Define temperature periods for different times and days
- Room-based Control: Individual temperature management for each room
- Humidity Control: Stop cooling when humidity thresholds are reached
- Absence Mode: Set reduced temperatures during holidays or extended absences
- Temperature Override: Manually override target temperatures when needed
- Open ioBroker Admin interface
- Go to "Adapters" tab
- Search for "heizungssteuerung"
- Click "Install"
npm install iobroker.heizungssteuerung
Before configuring the adapter, you need to set up your room structure in ioBroker:
- Navigate to Objects → Enums → Rooms
- Create rooms for each area you want to control (e.g., "Living Room", "Bedroom", "Kitchen")
- Add the following devices to each room:
- Temperature sensors
- Heating/cooling actuators (valves, switches, etc.)
- Humidity sensors (optional)
Set up the required functions in Objects → Enums → Functions:
- Temperature: Add all temperature sensor states
- Humidity: Add humidity sensor states (optional)
- Engine: Add all heating/cooling actuator states
- Operating Mode: Choose between "Heating" and "Cooling"
- Check Interval: How often the adapter checks temperatures (in minutes)
- Default Temperature: Fallback temperature when no period matches
- Temperature Hysteresis: Temperature difference threshold for switching heating/cooling on/off
Configure temperature schedules for each room:
- Select a room from the dropdown
- Set start and end times
- Define target temperature
- Choose days of the week
- Specify if this period is for heating or cooling mode
- Pause Duration: Auto-reset time for pause mode (minutes)
- Boost Duration: Auto-reset time for boost mode (minutes)
- Humidity Threshold: Maximum humidity before cooling stops
- Reset on Startup: Overwrite all temperatures with default values on adapter start
The adapter creates action objects under heizungssteuerung.0.Actions
:
-
absenceUntil: Set absence mode until specific date/time
- Format:
dd.MM.yyyy HH:mm
(e.g., "01.01.2024 14:00") - Effect: Ignores periods and uses default temperature
- Format:
- pause: Temporarily pause all heating/cooling
- boost: Activate boost mode for all rooms
For each room, you'll find:
- pause: Pause heating/cooling for this room only
- boost: Activate boost mode for this room only
- targetTemp: Override target temperature temporarily
Room: Living Room
Time: 06:00 - 22:00
Days: Monday to Friday
Temperature: 21°C
Mode: Heating
Room: Living Room
Time: 08:00 - 24:00
Days: Saturday, Sunday
Temperature: 22°C
Mode: Heating
Room: Bedroom
Time: 22:00 - 06:00
Days: All days
Temperature: 18°C
Mode: Heating
- Living Areas: 21°C during day, 19°C at night
- Bedrooms: 19°C during day, 16°C at night
- Bathrooms: 22°C in morning/evening, 19°C otherwise
- Office: 21°C during work hours, 18°C otherwise
- Use lower night temperatures (2-3°C reduction)
- Set absence temperatures 3-5°C below normal
- Configure boost mode for quick warm-up instead of constant high temperatures
- Use humidity control to prevent over-cooling
Temperatures not changing
- Check if room enums are correctly configured
- Verify temperature sensors are assigned to correct rooms
- Ensure actuators are in the "Engine" function enum
Periods not working
- Verify time format (24-hour format)
- Check if operating mode matches period configuration
- Confirm room selection in period settings
Humidity control not working
- Add humidity sensors to both room and function enums
- Check humidity threshold settings
- Verify sensors are providing current data
Enable debug logging in adapter settings to see detailed information about:
- Temperature calculations
- Period matching
- Actuator control decisions
- Error conditions
- (jbeenenga) fix build bug
- (jbeenenga) fix technical issues
- (jbeenenga) update dependencies
- (jbeenenga) add absence mode
- (jbeenenga) fix pause and boost for cooling mode
- (jbeenenga) fix bug for end boost or pause mode
- (jbeenenga) provide corrent humidity in temperatures
- (jbeenenga) fix date format
- (jbeenenga) add possibility to reset temperatures on adapter start
- (jbeenenga) add more debug outputs
- (jbeenenga) fixed incorrect period to room mapping
- (jbeenenga) removed unnecessary debug output
- (jbeenenga) fix for temperature calculation
- (jbeenenga) add possibility to overwrite temperature temporarily
- (jbeenenga) add config for temperature offset
- (jbeenenga) add boost and pause function
MIT License
Copyright (c) 2025 jbeenenga [email protected]
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.
Icon created by Freepik (https://www.flaticon.com/de/kostenloses-icon/heizung_1295221)
Support this project ⭐ Star this repository if you find it helpful!