npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

iobroker.heizungssteuerung

v1.7.0

Published

heizungssteuerung

Downloads

123

Readme

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

1.4.6 (2022-09-12)

  • (jbeenenga) small fix

1.4.5 (2022-09-10)

  • (jbeenenga) correct type of temperatures to write into states

1.4.4 (2022-09-10)

  • (jbeenenga) small fix for state creation

1.4.3 (2022-09-10)

  • (jbeenenga) small fix for state creation

1.4.2 (2022-09-10)

  • (jbeenenga) small fix for state creation

1.4.1 (2022-09-10)

  • (jbeenenga) little logging fixes

1.4.0 (2022-09-10)

  • (jbeenenga) add default temperature
  • (jbeenenga) write current and target temperature into states

1.3.0 (2022-09-08)

  • (jbeenenga) add possibility to define update intervall

1.2.4 (2022-09-08)

  • (jbeenenga) small fixes

1.2.3 (2022-09-04)

  • (jbeenenga) set engine with boolean value

1.2.2 (2022-09-04)

  • (jbeenenga) set engine with boolean value

1.2.1 (2022-09-04)

  • (jbeenenga) some logging issues

1.2.0 (2022-09-02)

  • (jbeenenga) update dependencies

1.1.6 (2022-07-22)

  • (jbeenenga) little fix

1.1.5 (2022-07-22)

  • (jbeenenga) add some documentation
  • (jbeenenga) remove connection state

1.1.4 (2022-07-22)

  • (jbeenenga) little changes

1.1.3 (2022-07-22)

  • (jbeenenga) changed admin dependency to minimum version 5.3.8

1.1.2 (2022-07-22)

  • (jbeenenga) correct version problems

1.1.1 (2022-07-22)

  • (jbeenenga) correct version problems

1.1.0 (2022-07-22)

  • (jbeenenga) correct version problems

1.0.1 (2022-07-22)

  • (jbeenenga) correct version problems

1.0.0 (2022-07-22)

  • (jbeenenga) some changes

0.1.3 (2022-07-22)

  • (jbeenenga) changed some dependency versions

0.1.2 (2022-07-22)

  • (jbeenenga) add main logic

0.1.1 (2022-07-15)

  • (jbeenenga) little changes

0.1.0 (2022-07-15)

  • (jbeenenga) initial release

Images

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

License

MIT License

Copyright (c) 2022 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.