=================
judoisoft-Adapter für ioBroker
Ein kleiner Auszug aus den Befehlsoptionen:

Verfügbare Einstellungen:

Bei Geräten mit dem neuen JUDO-Konnektivitätsmodul aktivieren SieREST API (connectivity module) in den Instanzeinstellungen. Dies verwendet die lokale Schnittstelle.http://<ip>/api/rest/... (Basisauthentifizierung). (Standardbenutzername/Passwort: 'admin' / 'Connectivity')
Die Cloud-Anmeldung hat Vorrang: Wenn sie aktiviert ist, wird die REST-API-Option ausgeblendet und ignoriert.
Changelog
1.1.5 (2026-09-04)
- fix release
1.1.4 (2026-09-04)
- Add device selection for cloud connection - #194
- Fix issues detected by repository checker
- Derive
info.connectionfrom the active mode (local REST vs cloud) - #212 - Cloud login takes precedence over REST API when both are enabled
1.1.3 (2026-07-18)
- (copilot) Adapter requires node.js >= 22 now
- (iobroker-bot) Adapter requires node.js >= 20 now.
- (@SimonFischer04) support rest-api (#143). closes #32, closes #82
- (@arteck, @SimonFischer04) (dependency) bump / cleanups
- (@SimonFischer04) Migration to ESLint 9 and @iobroker/eslint-config. #114
- (@SimonFischer04) Migrate admin config to ioBroker jsonConfig. Closes #55
1.1.2 (2025-01-04)
- (arteck) corr some errors
1.1.1 (2024-09-26)
- (arteck) corr cloud connection
License
The MIT License (MIT)
Copyright (c) 2018-2026 Arthur Rupp arteck@outlook.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.