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

v1.0.9

Published

ioBroker Haas+Sohn Adapter

Downloads

99

Readme

ioBroker.haassohn

Number of Installations Tests Tests CodeQL

NPM

This adapter has been tested on the following Haas+Sohn devices:

  • HSP 2.17 PREMIUM (V5.13)
  • HSP 2.17 PREMIUM III (V7.02)
  • HSP 6 PALLAZZA III (VV5.07)
  • HSP 6 PALLAZZA III 519.08 (V5.12)
  • HSP 6 PALLAZZA III 534.08 (V6.02)
  • HSP 6 HELENA RLU (V7.07)
  • HSP 6 PELLETTO IV Grande 434.08 (V7.08)
  • HSP 6 PELLETTO IV Grande 434.08 (V7.11)
  • HSP 6 PELLETTO IV 419.08 (V7.13)
  • HSP 7 DIANA Plus RLU (V7.06)
  • HSP 7 DIANA (V7.04)
  • HSP 7 (V6.07)
  • HSP 8 CATANIA II 444.08-ST (V5.10)

This adapter has been tested on the following Hark devices:

  • Hark Ecomat 6

Features

  • All states of the device are read regularly (by polling) and represented in ioBroker
  • The polling interval, the IP address of the device as well as the device PIN can be configured
  • The adapter contains a predefined data model of the states of the device (defined in io-package.json). If the adapter senses that the data model is missing some states, the state of the adapter missing_states is set to true. This situation might occur, as the data model is not fully known (since the source code of the device is not available). The predefined data model was learned by observing the device
  • The adapter gets disabled, if an error occurs (i.e., if the hardware / software version is not supported). In this case, the adapter is shut down internally (no further polling of the device). This is implied by the state terminated which then changes to true.
  • The device can be controlled: it can be turned on and off (prg) and the desired temperature (sp_temp) can be set

Changelog

1.0.9

  • Added support for KS01_V6.07 (HSP 7)
  • Updated dependencies

1.0.8

  • Added support for KS01_V6.01 (Hark Ecomat 6)
  • Removed gulp, added adapter-dev and updated dependencies

1.0.7

  • Added support for KS01_V7.13 (HSP 6 PELLETTO IV 419.08)
  • Updated dependencies

1.0.6

  • Added support for KS01_V5.07 (HSP 6 PALLAZZA III)

1.0.5

  • Added support for KS01_V7.11 (HSP 6 PELLETTO IV Grande 434.08)

1.0.4

  • Updated dependencies

1.0.3

  • Added support for KS01_V7.02 (HSP 2.17 PREMIUM III)

1.0.2

  • Fixed findings from code review

1.0.1

  • Support of compact mode

1.0.0

  • Published adapter in ioBroker repository

0.3.0

  • Renamed adapter to iobroker.haassohn

0.2.8

  • Added support for KS01_V5.10 (HSP 8 CATANIA II 444.08-ST)

0.2.7

  • Added support for KS01_V7.04-oKV (HSP 7 DIANA)

0.2.6

  • Added support for KS01_V5.12 (HSP 6 PALLAZZA III 519.0)

0.2.5

  • Added support for KS01_V7.08 (HSP 6 Pelletto-IV Grande 434.08)
  • Refined some states

0.2.4

  • Added support for KS01_V7.07 (Haas+Sohn Haas+Sohn HSP 6 HELENA RLU)
  • Refined some states

0.2.3

  • Added support for KS01_V7.06 (Haas+Sohn HSP 7 DIANA Plus RLU)

0.2.2

  • Added support for KS01_V5.13 (Haas+Sohn HSP 2.17 PREMIUM)

0.2.1

  • Added missing state

0.2.0

  • The device can now be controlled. Currently, turning the device on and off (prg) and setting the desired temperature (sp_temp) is supported.

0.1.0

  • First functional release. States of the device are read and represented in ioBroker. However, the device cannot be controled yet (e.g., setting the temperature).

0.0.1

  • Initial release. The adapter is not functional yet.

License

The MIT License (MIT)

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