stephanritscher / ioBroker.ebus

reads data from ebusd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

ioBroker.ebus

Number of Installations Number of Installations Downloads NPM version

Known Vulnerabilities GitHub Actions

NPM

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.

If you like it, please consider a donation:

paypal

This adapter reads

There is a possibillity to poll data which are not polled by ebusd directly. Command 'read -f' is used to force reading over ebus.

Another feature is to send any command to ebusd and receive answer to work with e.g. scripts.

current supported ebusd-version: 3.3

known issues

  • please create issues at github if you find bugs or whish new features

Changelog

2.2.7 (2021-07-03)

  • (René) dependencies updated
  • (René) see issue #48: bug fix for wrong data type logs

2.2.5 (2021-03-21)

  • (René) dependencies updated

2.2.4 (2021-02-17)

  • (René) see issue #42: Uncaught ReferenceError: oView is not defined in widget solved

2.2.3 (2020-10-24)

  • (René) create history DP if not available

2.2.0 (2020-09-06)

  • (René) change DP only if necessary to reduce system load
  • (René) update dependencies

2.1.1 (2020-06-27)

  • (René) issue #26: bug fix: "cmd not found" is only debug message instead of error

2.1.0 (2020-06-17)

  • (René) refactoring: 'async/await' used

2.0.0 (2020-04-26)

  • (René) "request" replaced by "bent"

1.0.0 (2019-12-15)

  • (René) update to my own flot 3.0

0.8.2 (2019-11-10)

  • (René) some more error messages in datapoint "error"

0.8.1 (2019-10-31)

  • (René) update flot to version 3.0

0.8.0 (2019-02-24)

  • (René) hcmode2 value 5 = EVU Sperrzeit

0.7.0 (2019-01-28)

  • (René) add adjustable timeout

0.6.0 (2019-01-06)

  • (René) support of compact mode

0.5.5 (2018-11-04)

  • (René) code clean up

0.5.4

  • (René) arduino support removed

0.5.3

  • (René) add error information

0.5.2

  • (René) bug fix: in vis 1.x some values are not stored

0.5.1

  • (René) bug fix: if nothing to poll then skip telnet connection

0.5.0

  • (René) write date over TCP to ebusd

0.4.2

  • (René) bug fix for admin V3

0.4.1

  • (René) logo changed

0.4.0

  • (René) reading data from ebusd

0.3.0

  • (René) support of ebusd
  • (René) admin3 support

0.2.0

  • (René) add history as JSON for vis
  • (René) add flot based widget to display temperatur, status and power graph

0.1.0

  • (René) scheduled adapter instead of deamon

0.0.3

  • (René) UTF8 coding

0.0.2

  • (René) initial release

License

Copyright (C) <2017 - 2021> info@rg-engineering.eu

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.

About

reads data from ebusd

License:MIT License


Languages

Language:JavaScript 82.9%Language:HTML 17.1%