DE: Über den FHEM Adapter kann man direkt die Wolf Adapter Variablen beschreiben.
Hierzu muss aber für die RW Variablen in den RAW Daten unter "common": { mindestens folgender Inhalt enthalten sein: "write": true
Dieser Eintrag definiert im ioBroker ob eine Anwendung auf die Variable schreiben darf.
Gleichzeitig sollte man auch für alle Variablen das "read": true nachpflegen.
Der aktuelle Eintrag "native": { "rw": "rw" ist nur Info Material und hat daher keine Funktion.
EN: With the FHEM adapter you can directly describe the Wolf adapter variables.
For this purpose, however, the RW variables in the RAW data under "common": { must contain at least the following content: "write": true. This entry defines in the ioBroker if an application is allowed to write to the variable. At the same time you should also maintain the"read": true" for all variables.
The current entry "native": { "rw": "rw" is only info material and therefore has no function.
DE: Über den FHEM Adapter kann man direkt die Wolf Adapter Variablen beschreiben. Hierzu muss aber für die RW Variablen in den RAW Daten unter
"common": {
mindestens folgender Inhalt enthalten sein:"write": true
Dieser Eintrag definiert im ioBroker ob eine Anwendung auf die Variable schreiben darf. Gleichzeitig sollte man auch für alle Variablen das"read": true
nachpflegen.Der aktuelle Eintrag
"native": { "rw": "rw"
ist nur Info Material und hat daher keine Funktion.EN: With the FHEM adapter you can directly describe the Wolf adapter variables. For this purpose, however, the RW variables in the RAW data under
"common": {
must contain at least the following content:"write": true. This entry defines in the ioBroker if an application is allowed to write to the variable. At the same time you should also maintain the
"read": true" for all variables.The current entry
"native": { "rw": "rw"
is only info material and therefore has no function.