Dieses Script ermöglicht es, alias States zu erzeugen. Die Unterschied zu schon vorhandenen Boardmitteln, bzw. Adaptern ist, dass man nahezu nichts von Hand eingeben muss. Es reicht der Name des Datenpunktes. Das Script erstellt dann anhand des device-Namens eine neue Ordnerstruktur mit ausschließlich den Datenpunkten, die vom User vorgegeben werden.
Aktuell funktioniert dieses Script nur mit dem ioBroker Zigbee Adapter. Erweiterungen werden folgen (können auch per Issue angefragt werden). Es sollten nur die wirklich relevanten Datenpunkte per Alias angelegt werden, um keine unnötige Systemlast zu erzeugen.
- Delete Button: Per Klick sollen alle nicht mehr vorhandenen Datenpunkte automatisch entfernt werden
- Integration weiterer Adapter
Es gibt im Script selber nur zwei Parameter, die der User ändern kann.
- den neuen Zielpfad
- die Zigbee Instanz (aktuell nur Zigbee möglich!)
Ein neues JS Script in iobroker erstellen und das Alias-Script V 0.2 kopieren und einfügen.
Folgendes kann optional geändert werden:
- Zielpfad (Standard: "0_userdata.0.alias_zigbee")
- Adapterinstanz (Standard: "zigbee.0")
Es wird der Datenpunkt 0_Config zur Verfügung gestellt. Im Datenpunkt "attributes" werden dann die gewüschten States eingetragen. Standardmäßig stehen hier bereits "state, temperature, occupancy" drin. Jeder weitere Eintrag muss mit einem Komma getrennt werden.
Original Struktur aus dem Adapter:
Falls euch meine Arbeit gefällt :
- (xenon-s) Update Version 0.2
- Bugfix: Namen wurden nicht immer gefunden
- (xenon-s) initial commit
The MIT License (MIT)
Copyright (c) 2021 xenon-s
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.