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

v0.2.1

Published

Adapter for KEBA KeEnergy Web HMI - Remote Control

Downloads

10

Readme

Logo

ioBroker.keenergy

NPM version Downloads Number of Installations Current version in stable repository

NPM

Tests: Test and Release

keenergy adapter for ioBroker

Adapter for KEBA KeEnergy Web HMI - Remote Control

M-TEC

This adapter connects to your KeEnergy Web HMI in your local network (no cloud access!) and provides the states in your ioBroker. You can also change certain states if allowed by definition of your Web HMI.

Configuration

Configuration

Host

This can either be a IP-address or a hostname to the webinterface of your Web HMI

Connection timeout

UNIT: milliseconds

Each connection has a timeout that must not be exceeded. Large timeouts may block your system. Too small timeouts may break your connections before Web HMI could respond.

You can adapt this timeout depending on your network speed.

Update interval

UNIT: seconds

All states are updated in a periodical interval. Specifying to small intervals may overload either your ioBroker or your Web HMI. Larger intervals have the consequence that your data may be outdated.

Language

The language is used to get the descriptions of the objects.

System Unit

The system unit is used to describe the units of your data.

Max display level / Max input level

Each data point contains a display level or a max input level to be protected from unauthorized access. The display level defines the read access to the data whereas the input level decides for the write access.

The following user levels are known:

  • (1) Easy
  • (2) Customer
  • (3) Servicetengineer
  • (4) Serviceadmin
  • (10) Manufacturer
  • (99) Developer

Remove all states on adapter start

By setting this option, all data points are removed on restarting your adapter. This may be helpful if the system unit or language has changed or for debugging purpose.

Contribution and Development

If you want to contribute have a look at the Developer Guide

Changelog

0.2.1 (2024-09-18)

  • (jb-io) bugfix missing dependencies

0.2.0 (2024-09-18)

  • (jb-io) refactored code to typescript
  • (jb-io) update dependencies

0.1.1 (2022-10-02)

  • (jb-io) prepare adapter for public usage

0.1.0

  • (jb-io) first working release

0.0.1

  • (jb-io) initial release

License

Licensed under GPLv3 Copyright (c) 2024 jb-io