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

v0.3.4

Published

Connects the BSB_LAN Interface with ioBroker

Downloads

146

Readme

Logo

ioBroker.bsblan

NPM version Downloads Dependency Status Known Vulnerabilities

NPM

Tests:: Travis-CI

bsb_lan adapter for ioBroker

This adapter connects the BSB_LAN Interface to ioBroker. The BSB_LAN Interface brings the BSB (Boiler System Bus) to LAN. This adapter connects it to ioBroker.

BSB_LAN Interface User manual

Supported devices

  • BSB/LPB compatible devices (e.g. Brötje, Elco, MHG, Fujitsu)
  • see for details: Supported Devices

Usage

  • BSB_LAN Interface is up and running
  • Install Adapter
  • Configure
    • IP
    • User and password (if basic auth activated)
    • Poll interval in seconds (10 is minimum)
    • IDs which should be polled or changed (comma- or newline separated, see Webinterface of BSB_LAN for available ids)

Writing Values

  • Activate all or specific IDs as Writable in
  • Add IDs which should be written to Adapter instance config (see Usage)
  • Numbers, Enums and hr:min types are now writable (of course only writable IDs can be written)

Changelog

0.3.4

  • Fix order of individual destinations (They need to be queried sorted by destination, starting with default destination)

0.3.3

  • Support for individual destinations e.g. 710!7

0.3.2

  • Support dot-separated parameter ids like 20200.0, 20200.1. .0 is omitted from object view as it is also omitted in the bsb_lan response.

0.3.1

  • Code Quality Improvements

0.3.0

  • Add support for BSB_LAN 2.x
  • BREAKING: Names of 24h Average values changed (e.g. Außentemperatur_(8700) => 24h Durchschnittswert. Außentemperatur_(20050))

0.2.2

  • Replace invalid characters: https://github.com/ioBroker/ioBroker.js-controller/issues/198

0.2.1

  • Fix write issue with new bsb_lan2 firmware

0.2.0

  • Add 24h averages (needs BSB_LAN FW 1.1)

0.1.2

  • Support INF interface for setting external room temperatures

0.1.1

  • Support unit micro
  • Made robust against invalid or non existing IDs

0.1.0

  • Support write access

0.0.3

  • dynamically create states
  • IDs without whitespaces
  • add textarea for configuration

0.0.1

  • (hacki11) initial release

License

MIT License

Copyright (c) 2024 hacki11

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.

Credits

  • Icon made by Freepik from www.flaticon.com