iobroker.enet
v2.0.10
Published
ioBroker eNet Adapter
Downloads
99
Readme

ioBroker.enet
Jung/Gira eNet Smarthome Adapter for ioBroker smart home system
Control Jung/Gira eNet smarthome devices using the Jung/Gira eNet Mobile Gate Wireless IP gateway (https://www.gira.com/en_GB/gebaeudetechnik/systeme/enet/enet-produkte/bediengeraete/enet-mobile-gate.html) or the Jung/Gira eNet Smart Home Server.
Changelog
2.0.10 (2025-06-29)
Server version
- added clearTimeout in main.js
- added username as encryptedNative,-> please input username once again
- added script package.json
Gateway version
- fixed warnings from Issue#86, -> please remove object tree before first start
2.0.8 (2025-06-25)
- fixed problem causing UnAuthorized LOGIN
- changed some Async functions
2.0.7 (2025-06-25)
- fixed problem causing UnAuthorized LOGIN
- changed some log output
2.0.6 (2025-06-18)
- fixed problem causing UnAuthorized LOGIN
2.0.5 (2025-06-12)
fixed warning: "Object of state 'enet.....value' is missing the required property "common.type"
fixed warning: "State value to set for 'enet....value' has to be type "string" but received type "boolean"
to fix above: delete Project- and Scenes-Object treeadopted some log output
Breaking Change be aware, if you update direct to new version
username/password are stored encrypted, you need to input username/password once again
2.0.4 (2025-06-07)
- fixed error in Gateway "statechange" function
2.0.3 (2025-06-05)
switched configUI to JSON
Gateway version
"discover.js" and "gateway.js" replaced by files from Version 1.2.2
and reformatted accroding to requirements from ESLINT
no logical code changed
Gateway function activated again,
eNet Gateway version should now be running again (depending on outstanding tests)Server version
Breaking Change
username/password are stored encrypted, you need to input username/password once again
fixed wrong type-errors/warnings, you should delete project and scenes folder
(will be rebuild during Adapter start)
2.0.2 (2025-05-30)
(stoffel7) fixed error in io-package.json (materialize)
index.html removed
fixed JSDoc issues
Gateway version actually not supported, please remain on Version 1.0.1
2.0.1 (2025-05-26)
- (stoffel7) adpter takeover and added some changes to requests from adapter creator
- added PING function, ( config-> interval=0 no PING)
1.2.2 (2023-09-28)
- minor changes/fixes for js-controller 5
1.2.0 (2023-09-19)
- (stoffel7) fixed some bugs, check for js-contoller 5.0 ( uploaded source)
1.1.0 (2022-11-29)
- (stoffel7) fixed some minor bugs ( uploaded orignal source)
1.0.52 (2021-03-23)
- (stoffel7) fixed some errors ( deltree.fct, valueChanged..)
1.0.2 (2021-03-19)
- (stoffel7) reprogrammed eNet-Server
1.0.1 (2019-01-21)
- (SebastianSchultz) added support for compact mode
1.0.0 (2019-01-21)
- (SebastianSchultz) first release
License
The MIT License (MIT)
Copyright (c) 2025 stoffel7
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.

