
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
iobroker.fhem
Advanced tools

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.
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:
PossibleSets and in Readings it will be combined into one state that can be read and written. Values like #234567 will be automatically converted to 234567.on and off exist in PossibleSets and state in Readings, it will be combined into on state under name state. It can be controlled with true and false and commands will be changed to set DEVICE on and set DEVICE off.TYPE, NAME, PORT, manufacturername, modelid, swversion will be synchronized (role=value.xxx)room, alias, disable, comment will be synchronized, and it is possible to edit Attributes in ioBroker. (role=state.xxx)Readings xxx with any PossibleSets will be set role=state.xxxReadings xxx without PossibleSets will be set role=value.xxxReadings xxx with PossibleSets "noArg" will be set role=button.xxxReadings xxx with PossibleSets "slider" will be set role=level.xxx, min=slider(min), max=slider(max)Readings "desired-temp" will be set role=level.temperature, min=5, max=35, unit=°C.Readings "pct, brightness,dim" will be set role=level.dimmer, min=0, max=100, unit=%Readings "Volume, volume, GroupVolume" will be set role=level.volume, min=0, max=100, unit=%Readings "GroupVolume" will be set role=level.volume.group, min=0, max=100, unit=%SmartName for Cloud Adapter will be set automatically with alias or name (only fhem.0 and objects with role = level.temperature, level.dim, level.volume)NodeJS >= 18.x and js-controller >= 5 is required
membersThe 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.
FAQs
ioBroker FHEM Adapter
We found that iobroker.fhem demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 32 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.