ioBroker / ioBroker.wolf

Connect WOLF heating, solar and domestic ventilation
MIT License
25 stars 16 forks source link

Add "write": true and "read": true in to "common" #16

Closed LHBL2003 closed 4 years ago

LHBL2003 commented 4 years ago

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.