iobroker-community-adapters / ioBroker.fhem

Communication with FHEM over Telnet
MIT License
15 stars 7 forks source link
fhem iobroker smarthome

Logo

ioBroker.fhem

Number of Installations Number of Installations NPM version

Test and Release Translation status Downloads

This adapter allows to connect FHEM to ioBroker.

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.

To enable the connection the telnet must be enabled in FHEM. To enable it (enabled by default) check following settings in fhem.cfg:

define telnetPort telnet 7072 global

Exactly same port and the IP address of FHEM host (or localhost if FHEM and ioBroker run on same PC) should be used for settings of adapter.

ioBroker sends at the start jsonlist2 command to get all Readings from the list.

Supported devices

Normally all devices are supported. But some of them are better integrated.

The problems appear especially by controlling of the states. Because there is no clear attributes structure ioBroker tries to guess which PossibleSets fields can be used. Actually only following attributes are supported:

Features and Usage

Changelog

3.0.0 (2024-07-22)

NodeJS >= 18.x and js-controller >= 5 is required

2.0.5 (2023-08-13)

2.0.4 (2023-08-13)

2.0.3 (2023-01-03)

2.0.2 (2022-12-23)

2.0.0 (2022-12-22)

1.6.3 (2021-07-26)

1.6.2 (2021-07-16)

1.6.1 (2021-06-30)

1.6.0 (2021-04-09)

1.5.3 (2020-06-30)

1.5.2 (2020-05-15)

1.5.0 (2020-05-08)

1.4.3 (2020-03-21)

1.4.2 (2020-01-10)

1.4.1 (2019-12-12)

1.4.0 (2019-10-22)

1.3.0 (2019-07-14)

1.2.2 (2019-06-12)

1.2.1 (2019-03-28)

1.2.0 (2019-02-16)

1.1.1 (2018-11-08)

1.1.0 (2018-10-22)

1.0.0 (2018-10-15)

0.5.6 (2018-09-09)

0.5.5 (2018-08-22)

0.5.0 (2018-04-29)

0.4.2 (2018-04-15)

0.4.1 (2017-04-14)

0.4.0 (2017-03-12)

0.3.0 (2017-02-25)

0.2.2 (2016-06-17)

0.2.1 (2016-06-12)

0.2.0

0.1.0

License

The MIT License (MIT)

Copyright (c) 2016-2024 bluefox dogafox@gmail.com

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.