iobroker.electrolux-aeg
v0.0.13
Published
Adapter for Electrolux and AEG
Readme

ioBroker.electrolux-aeg
Tests:
electrolux-aeg adapter for ioBroker
Adapter for Electrolux and AEG
Supported appliances are managed through the official Electrolux and AEG connected appliance services.
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.
Control
electrolux-aeg.0.XXXX.remote
Status
electrolux-aeg.0.XXXX.status
Live Events
electrolux-aeg.0.XXXX.events
Changelog
0.0.13 (2026-07-04)
- Trim old
common.newsentries for repository review.
0.0.12 (2026-07-04)
- Exclude
CHANGELOG_OLD.mdand test files from npm publishing. - Tighten object ID sanitization to replace commas.
- Remove stale commented-out logout code and document raw/sanitized appliance ID mapping.
0.0.11 (2026-07-03)
- Republish the latest repository review fixes with npm provenance.
- Remove obsolete ESLint and Prettier dependencies after migrating to
@iobroker/eslint-config.
0.0.10 (2026-07-03)
- Republish the 0.0.9 migration fixes with npm provenance.
0.0.9 (2026-07-03)
- Breaking: sanitize appliance object IDs. Characters like
:are replaced with_; update scripts, aliases, VIS and history settings that reference old IDs. - Remove old unsanitized appliance object trees after creating the new sanitized objects.
- Handle temporary Electrolux API gateway timeouts without error log spam
0.0.8 (2026-06-29)
- Hardened login, token refresh and WebSocket reconnect
- Added active alert summary states under
.status.activeAlert* - Fixed brand parameter for AEG accounts
0.0.6 (2025-12-09)
- fix refresh token
Older changes are documented in CHANGELOG_OLD.md.
License
MIT License
Copyright (c) 2023-2026 TA2k [email protected]
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.

