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.ta-blnet

v1.0.31

Published

An ioBroker adapter for reading inputs and outputs of the climate controller from Technische Alternative using BL-NET.

Downloads

851

Readme

ioBroker.ta-blnet

NPM version Downloads Number of Installations Current version in stable repository

NPM

Tests: Test and Release

ta-blnet adapter for ioBroker

An ioBroker adapter for reading data from one or up to eight climate controllers by Technische Alternative using BL-NET.

After installation, you need to create an instance and configure custom values for the IP address, port number, and update interval that the instance should use.

Please ensure that you own the BL-NET device and not the newer CMI product. A BL-NET device looks like this: BL-NET You can find the manual of BL-NET here: https://www.ta.co.at/fileadmin/Downloads/Betriebsanleitungen/00_Auslauftypen/BL-NET/Manual_BL-Net_V2.19-2_EN.pdf

Changelog

1.0.31 (2024-12-18)

  • removed port number constraint to allow port 80 for CMI

1.0.30 (2024-12-16)

  • added eslint9 config, removed eslint8 config

1.0.29 (2024-12-13)

  • added translation and documentation to data object config

1.0.28 (2024-12-13)

  • improved JSON Status Code logging
  • added data_objects per can_node to config for CMI requests

1.0.27 (2024-12-13)

  • added additional sections processing to CMI mode

1.0.26 (2024-12-12)

  • used uvr_type_code as capital letter string
  • node name for channel is now 4 digid

1.0.25 (2024-12-10)

  • improved error handling on CMI return codes
  • improved node names

1.0.24 (2024-12-08)

  • fixed lint errors

1.0.23 (2024-12-08)

  • added initial CMI support

1.0.22 (2024-12-01)

  • fixed negative current_heat_power

1.0.21 (2024-12-01)

  • added 2DL reading
  • renamed main class to TaBlnet and port to 'TA port'
  • fixed negative current_heat_power

1.0.20 (2024-11-30)

  • renamed adapter and git repo from ioBroker.uvr16xx-blnet to ioBroker.ta-blnet
  • published new package to npm

1.0.19 (2024-11-29)

  • removed onStateChange;
  • streamlined object node names;
  • improved node typing;
  • explicitely created every node;
  • improved outputs value filter;
  • ensured calls to setObjectNotExistsAsync happen only once;
  • removed data_frame_number parameter
  • introduced limit for poll intervall
  • removed obsolete react admin GUI settings and artefacts
  • use this.setTimeout instead of this.setInterval
  • finalized changes because of review findings

1.0.18 (2024-11-28)

  • introduced multiple data_frame_reading and population of multiple devices in adapter object tree

1.0.17 (2024-11-26)

  • added number of CAN frames to uvr_mode_str
  • improved recognition of retry necessity on 'keep patient' messages from BL-NET

1.0.16 (2024-11-25)

  • improved reading of flow rate
  • code refactoring

1.0.15 (2024-11-24)

  • refactorings and improved code documentation

1.0.14 (2024-11-23)

  • added frame index to options

1.0.13 (2024-11-22)

  • improved CAN bus mode reading

1.0.12 (2024-11-22)

  • lint fixes

1.0.11 (2024-11-22)

  • improved CAN bus mode reading

1.0.10 (2024-11-21)

  • improved reading device info
  • fixed handling of negative temperatures

1.0.9 (2024-11-21)

  • improved logging and introduced a new socket for each command

1.0.8 (2024-11-21)

  • improving logging in order to analyse system using CAN bus
  • added retry for reading UVR HEADER in order to identify uvr_mode

1.0.7 (2024-11-19)

  • testing deployment via "npm run release"

1.0.6 (2024-11-19)

  • testing deployment via "npm run release"

1.0.5 (2024-11-17)

  • improve build and deploy using github workflow (workflow>test-and-release.yml, ioBroker Check and Service Bot)
  • added compliance with ioBrokers adapter repository (https://github.com/ioBroker/ioBroker.repositories?tab=readme-ov-file#how-to-publish-on-npm)

1.0.1 (2024-11-17)

  • improve build and deploy

1.0.0 (2024-11-17)

  • (Klaus Weber) initial release

0.0.1

  • initial working version

License

MIT License

Copyright (c) 2024 Klaus Weber [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.