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.hausbus_de

v1.4.11

Published

Adapter to control haus-bus.de components.

Downloads

300

Readme

Logo

iobroker.hausbus_de

IO Broker Adapter that supports all haus-bus.de components. For a documentation about the supported hardware and IO Broker integration please checkwww.haus-bus.de/iobroker

Installation

This adapter is available as stable release in the official ioBroker catalog. It's recommended to install it directly from the catalog within ioBroker. If you need a newer version than available in the official ioBroker catalog you can also directly install this version here from github. If you are facing any problems or bugs please contact [email protected]

Setup

The HausBus.de adapter is ready to use without further configurations. It is automatically searching for haus-bus.de components using UDP broadcast requests. Its mandatory to have at least one haus-bus.de component with a network interface (for example any relay module) that is connected to the same network like io broker. Any further components can be connected by RS485 to the module with ethernet gateway.

Changelog

1.4.11 (2024-10-01)

  • removed js-controller as dependency

1.4.10 (2024-09-07)

  • check health for devices that do not respond during search devices

1.4.9 (2024-09-05)

  • fixed wrong value of brightness sensor

1.4.8 (2024-09-02)

  • fixed high bus traffic during startup phase

1.4.6 (2024-08-07)

  • support for new 12 channel relay module

1.3.0 (2023-12-31)

  • support for new analog inputs (0-10V or 4-20mA)

1.2.12 (2023-07-21)

  • configuration recovery

1.2.11 (2023-05-11)

  • updated latest iobroker catalog version

1.2.1 (2023-03-26)

  • support for new ESP32 32 IO module

1.1.5 (2023-01-11)

  • support for GIRA multi pushbuttons

1.1.4 (2023-01-02)

  • support for new rollo module

1.1.2 (2022-10-22)

  • removed dynamic upd broadcast address due to problems with docker submask

1.0.21 (2022-09-25)

  • (hausbusde) fixed error from adapter checker

1.0.12 (2022-08-10)

  • (hausbusde) first stable release and publish in ioBroker catalog.

0.1.18 (2022-03-13)

  • (hausbusde) corrected data type of backlight from string to number.

0.1.17 (2021-12-11)

  • (hausbusde) optimized bus speed in case of many outgoing messages at the same time.

0.1.16 (2021-11-28)

  • (hausbusde) corrected data type to number for setting temperatur, brightness and dimmer brightness.

0.1.15 (2021-11-17)

  • (hausbusde) new admin function for special configurations

0.1.14 (2021-10-02)

  • (hausbusde) support for new variant of 230V Dimmer

0.1.13 (2021-08-10)

  • (hausbusde) fixed unfunctional blink method for led interface

0.1.12 (2021-07-19)

  • (hausbusde) support for new RGB dimmer

0.1.11 (2021-07-14)

  • (hausbusde) added celsius as unit for temperature

0.1.10 (2021-07-06)

  • (hausbusde) replaced all blanks in object names by underscores

0.1.9 (2021-07-01)

  • (hausbusde) support for 8 channel shutter module

0.1.8 (2021-02-08)

  • (hausbusde) fixed backlight bug for push buttons

0.1.7 (2020-11-10)

  • (hausbusde) fixed adapter restart if no internet connection is available
  • (hausbusde) support for new 8 channel relay module and new 230V dimmer

0.1.5 (2020-11-01)

  • (hausbusde) just some preparations for the first official release

0.1.4 (2020-09-12)

  • (hausbusde) fixed invalid string value for relay events

0.1.3 (2020-09-11)

  • (hausbusde) supporting lan bridge

0.1.2 (2020-09-06)

  • (hausbusde) first public version

License

MIT License

Copyright (c) 2024 Hermann Hoeschen [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.