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

v2.2.0

Published

Javascript/Node.js based Busware CUL USB / culfw adapter

Downloads

76

Readme

Logo

ioBroker.cul

Number of Installations Number of Installations NPM version

Test and Release Translation status Downloads

This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and for information how to disable the error reporting see Sentry-Plugin Documentation! Sentry reporting is used starting with js-controller 3.0.

ioBroker adapter to control FS20, Max!, HMS and other devices via CUL / culfw. Depends on https://github.com/hobbyquaker/cul

Supported devices

  • EM - EM1000WZ, EMWZ
  • FS20, incl. ESA1000/2000
  • HMS - HMS100-TF, HMS100-T, HMS100-WD, RM100-2, HMS100-TFK, HMS100-MG, HMS100-CO, HMS100-FIT
  • MORITZ - MAX!
  • WS - KS300TH, S300TH, WS2000/WS7000

HowTo

Send a command to a FS20 Device in e.g. JavaScript

sendTo("cul.0", "send", {"protocol":"FS20", "housecode":"A1B2", "address":"01", "command":"00"});

Send a raw command (to a InterTechno device for example) using JavaScript

sendTo("cul.0", "sendraw", {"command": 'is0FFFFF0FFFFF'});

These commands use the CUL Library of this adapter to send the commands a Device. Javascript/Node.js based Busware CUL USB / culfw adapter

Changelog

2.2.0 (2023-04-17)

  • (jpk) Select port by ID instead of name as option
  • (bluefox) Updated GUI for admin 6

2.0.2 (2022-05-11)

  • IMPORTANT: Nodejs 12.x is now needed at least!
  • (Apollon77/achimmm) Add support for devices with address 0
  • (bluefox) Updated serialport package

1.3.5 (2021-04-12)

  • (Apollon77) Make sure that cul is connected before accepting state changes (Sentry IOBROKER-CUL-R)

1.3.4 (2020-12-02)

  • (Apollon77) prevent crash case (Sentry IOBROKER-CUL-D)

1.3.3 (2020-09-25)

  • (EvilEls) Added raw command support with cul.write()

1.3.2 (2020-08-23)

  • (Apollon77) check that all needed objects are existing on start (Sentry IOBROKER-CUL-C)
  • (Apollon77) fix Moritz device crash case (Sentry IOBROKER-CUL-7)

1.3.1 (2020-07-26)

  • (Apollon77) make sure connection check do not crash adapter (Sentry IOBROKER-CUL-3)
  • (Apollon77) crashes prevented (Sentry IOBROKER-CUL-5, IOBROKER-CUL-8)

1.3.0 (2020-07-20)

  • (Apollon77) Really update dependencies and Serialport

1.2.2 (2020-04-30)

  • (Apollon77) Update dependencies/Serialport

1.2.1 (2020-03-18)

  • (bluefox) Changed license from non SPDX conform "GPL-2.0" to "GPL-2.0-or-later"

1.2.0 (2020-02-10)

  • (MK-2001) Sending of FS20 cmdRAW possible or via sendTo as described in the readme
  • (Bluefox) Refactoring

1.1.0 (2020-01-04)

  • (foxriver76) removed usage of adapter.objects

1.0.0 (2019-05-15)

  • (Apollon77) Support for nodejs 12 added, nodejs 4 is no longer supported!

0.4.0 (2018-03-07)

  • (Apollon77/Michael Lorenz) Optimizations for nanoCul, Support for ESA devices

0.3.0 (2018-01-23)

  • (Apollon77) Upgrade Serialport Library

0.2.2 (2017-01-23)

  • (bluefox) use new npm cul module

0.2.0 (2017-01-21)

  • (bluefox) Add raw data state

0.1.1 (2017-01-14)

  • (bluefox) Use newer version of cul module

0.1.0 (2016-11-01)

  • (bluefox) Update cul package

0.0.4 (2015-04-16)

  • (bluefox) update package.json

0.0.3 (2015-03-03)

  • (bluefox) try to bring the adapter to state of the art

License

Licensed under GPLv2 Copyright (c) 2014-2023 hobbyquaker