Skip to content

jbeenenga/ioBroker.heizungssteuerung

Repository files navigation

Logo

ioBroker.heizungssteuerung

NPM version Downloads Number of Installations Current version in stable repository Dependency Status

NPM

Tests: Test and Release

Heizungssteuerung adapter for ioBroker

This adapter can be used to manage heating systems. You can choose between cooling and heating mode and activate boost or pause for one room. Furthermore you can overwrite the target temperature for one room.

Configuration

To use the adapter you have to add rooms to rooms enum and add the sensors and engines to the rooms. Furthermore you have to add the functions temperature, humidity and engine to the correct states. The enums will be created after the first start of the Adapter. If you have no humidity sensor you can leave it empty. Configuration exampe

Main Settings

heating mode: you can choose beween cooling and heating.

Reset temperatures to default on adapter starts: if this setting is active, all temperature states will be overwritten with default temperature and targetUntil. So the next temperature check will set the temperatures to the configured temperatures setted in periods.

Stop cooling if humidity is higher than: If humudity is reached, cooling will be stopped. It only works, if you have add the humidity sensor to the Function and the Room.

Update intervall in seconds: Define how often the adapter will check the temperatures an set the engines

Default temperature: Define the temperature to set if no period is matching for the a room

Time until pause will be end in minutes: Define the time until die pause state will be reset to inactive in minutes

Time until boost will be end in minutes: Define the time until die boost state will be reset to inactive in minutes

Diffenernce from target temperature until start or stop heating: Define the difference from target temperature until the adapter will start or stop heating. For example if 20° is target temperature, this setting is 0.5 and engine is off heting will start if temperature is lower than 19.5° and will stop heating if temperature is higher tan 20.5°.

Periods

You can define periods for every room and time. Forthermore you can define whether this period should be used for cooling or heating. If heating mode is not matching to the setted mode on main settings the period will be ignored.

Changelog

1.7.0 (2023-01-05)

  • (jbeenenga) fix bug for end boost or pause mode
  • (jbeenenga) provide corrent humidity in temperatures

1.6.7 (2022-12-16)

  • (jbeenenga) fix date format

1.6.5 (2022-12-16)

  • (jbeenenga) add possibility to reset temperatures on adapter start

1.6.4 (2022-12-16)

  • (jbeenenga) add more debug outputs
  • (jbeenenga) fixed incorrect period to room mapping

1.6.3 (2022-12-15)

  • (jbeenenga) removed unnecessary debug output

1.6.2 (2022-12-15)

  • (jbeenenga) fix for temperature calculation

1.5.0 (2022-09-25)

  • (jbeenenga) add possibility to overwrite temperature temporarily
  • (jbeenenga) add config for temperature offset
  • (jbeenenga) add boost and pause function

Images

The main image created by Freepick (https://www.flaticon.com/de/kostenloses-icon/heizung_1295221)

License

MIT License

Copyright (c) 2023 jbeenenga j.beenenga@gmail.com

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.