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 🙏

© 2026 – Pkg Stats / Ryan Hefner

iobroker.schwoerer-ventcube

v1.4.2

Published

Adapter for Schwoererhaus Ventcube system

Readme

Logo

ioBroker.schwoerer-ventcube

NPM version Downloads Dependency Status

Number of Installations (latest) Number of Installations (stable)

Language grade: JavaScript Github release status

NPM

schwoerer-ventcube adapter for ioBroker

Adapter for Schwoererhaus Ventcube system. More information about Ventcube Fresh can be found here.

Disclaimer: This adapter is neither developed nor officially supported by the company Schwoererhaus KG which distributes the Ventcube system. Instructions should be followed with care and at your own risk.

Preconditions

In order to access the network-interface of Ventcube the following (known) preconditions need to be met:

  • The Ventcube needs to be connected to your internal network (usually via network-cable)
  • Modbus TCP interface needs to be supported (Control-Panel: >= V1.05, VentCube: >= V02.11) and often has to be enabled manually first
    • On Control Panel login to "Service" section (use standard password from docs)
    • In Basic Settings check that Network Connection is established and "9. Network Interface" and "10. Modbus TCP" are both active.
    • If the last two settings are not active, activate them and restart the Ventcube (e.g. by cutting the power temporarily)

Configuration parameters

Depending on the building-specific Ventcube setup not all parameters that can be retrieved from or changed via the Ventcube interface will be used. Each parameter in the "parameters" folder goes side-by-side with an entry in the "lastUpdate" folder that indicates the last fetch timestamp for each parameter.

All parameters mentioned in the specification referenced below were added to the adapter and can be accessed via Advanced Functions option that is configurable during adapter deployment. Enabling this option will cause the adapter to periodically retrieve data for 100+ parameters, of which most might not be used in common households. Test scope was limited to Basic Functions (enabled by default).

The following default config-values likely will need to be changed during adapter deployment for it to connect to Ventcube properly: | Parameter | Default Value | Explanation | |---------------------------------------|---------------|-------------| | Server | HERMES-LT | Usually Ventcube registers itself in network with HERMES-LT but if it does not work, try using the IP address. | | Port | 502 | | | Interval | 30 | After how many seconds should metrics be refreshed from server | | Request Timeout | 5000 | How many milliseconds to wait until requests to Ventcube time out | | Reconnection Attempts | 10 | In case connection is lost to Ventcube, how many times a reconnect should be attempted | | Delay between reconnection attempts | 10000 | How long to wait between reconnection attempts (in milliseconds) | | Advanced Functions | ✓ | While basic functions might be sufficient if Ventcube is just used for air ventilation, advanced functions should be activated if heating/cooling functions, or system metrics (error codes, fan details) are needed. |

Interesting functions (to start with)

  • Betriebsart, changeable
  • Stoßlüftung (30 minute level 4 air burst), changeable
  • Ist Temp Raum 1 (temperature inside house)
  • T10 Außentemperatur

Reference system

The ioBroker adapter was tested sucessfully with:

| Control Panel | Ventcube | Modbus specification | |---------------|----------|-----------------------------------| | V01.10 | V02.26 | Parameterliste_Modbus_TCP_03.2020 |

Changelog

See Changelog.

License

MIT License

Copyright (c) 2020-2021 Excodibur

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.