ioBroker / ioBroker.digitalstrom

Digitalstrom Adapter für ioBroker
MIT License
7 stars 4 forks source link
digitalstrom digitalstrom-adapter iobroker iobroker-adapter

Logo

ioBroker.digitalstrom

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.

Digitalstrom adapter for ioBroker

Support for Digitalstrom devices via DSS

Installation

Please install the adapter via Admin UI as usual.

As soon as the adapter is officially released he will be in the repo and simply selectable.

During test phase, or for testing of newer versions (see relevant forum threads) you can also install the adapter directly from GitHub using https://github.com/ioBroker/ioBroker.digitalstrom as URL. Please use the Admin "Custom Install" option for this.

Usage

After installing the adapter and creating an instance the admin dialog will appear. First of all you need to enter your DSS IP/Hostname. Then you can choose if you already have manually created an App Token in the DSS Web-Interface or not. If you do not have an App-Token simply enter your Username and Password to retrieve an App Token automatically.

Additionally to the Authentication settings (see above) you can edit the following settings to your needs:

After providing an App token and saving the settings the adapter will restart automatically.

When data are correct the adapter read out the apartment and devices structure and create them as ioBroker Objects. This can take some time (depending on the number of devices and floors/zones/groups and the performance of your system several seconds). Please be patient. And I really mean it that way ... Several thousand objects are easy to reach here! Give the adapter time please!

After this the adapter subscribes to several DSS Events to get notified about actions in the system.

The adapter status light will get green and you will see "Subscribed to states ..." as info log. After this everything is ready and you can e.g.:

State and Object structure

The adapter provides two data structures. The Apartment structure with Floors, Zones (Rooms) and Groups and additionally the structure of Circuits/dSMs and the connected devices with their detail data.

In the structures several "types" of data are included:

Apartment object and states

Apartment Objects

For the Apartment a structure with "floor"."zone" is created with the following substructures inside this:

On Apartment level all device groups are available with it's scenes.

On Apartment level also Sensors (also outdoor values), States and user states are included.

Devices objects and states

Devices Objects

The devices are structured with "circuit/dSM"."deviceID" and the subsctructure inside includes:

Known Issues / System design effects

How to report issues and feature requests

Please use GitHub issues for this.

Best is to set the adapter to Debug log mode (Instances -> Expert mode -> Column Log level). Then please get the logfile from disk (subdirectory "log" in ioBroker installation directory and not from Admin because Admin cuts the lines). If you do not like providing it in GitHub issue you can also send it to me via email (iobroker@fischer-ka.de). Please add a reference to the relevant GitHub issue AND also describe what I see in the log at which time.

Changelog

2.3.0 (2021-08-01)

2.2.1 (2021-07-26)

2.2.0 (2021-04-16)

2.1.0 (2021-04-13)

2.0.5 (2020-03-14)

1.0.2 (2020-02-10)

1.0.0 (2020-01-31)

0.5.5 (2020-01-29)

0.5.0 (2020-01-19)

0.4.10 (2020-01-19)

0.4.9 (2020-01-18)

0.4.7 (2020-01-17)

0.4.6 (2020-01-17)

0.4.5 (2020-01-17)

0.4.4 (2020-01-17)

0.4.2 (2020-01-16)

0.4.1 (2020-01-16)

0.4.0 (2020-01-15)

0.3.3 (2020-01-15)

0.3.2 (2020-01-14)

0.3.1 (2020-01-14)

0.3.0 (2020-01-14)

0.2.2 (2020-01-13)

0.2.1 (2020-01-13)

0.2.0 (2020-01-12)

0.1.x

License

MIT License

Copyright (c) 2020-2021 Apollon77 iobroker@fischer-ka.de

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.