Xenon-s / js.Bayernluft

MIT License
0 stars 0 forks source link

Schnittstelle Bayernluft WLAN-Modul für ioBroker

Diese Schnittstelle ermöglicht es, Lüftungsgeräte der Firma Bayernluft (Bavariavent) in den ioBroker zu integrieren. Es ist sowhl möglich die Live-Werte auszulesen, als auch das Gerät zu steuern.

Was sollte beachtet werden?

Um das Script nutzen zu können, muss das export-Template geändert werden. Ich habe die Vorlage hier auf github liegen.

Wie wird das Template geändert?

  1. Zuerst muss die Oberfläche des jeweiligen Gerätes per IP auferufen werden
  2. Im nächsten Schritt muss auf das Einstellungsrad geklickt werden
    pic1.png
  3. Runterscrollen bis zum Punkt Experten Modus
    pic2.png
  4. Die Datei "export.txt" löschen (am besten vorher per Klick auf Download sichern)
    pic3.png
  5. Die neue Datei "export.txt" auswählen und hochladen
    pic4.png

Das Ist notwendig, damit die Daten im JSON-Format vorliegen und im ioBroker verarbeitet werden können!

Script-Updates einspielen

Anleitung

Script erstellen

Ein neues JS Script in iobroker erstellen und das Script aus "bayernluft.js" kopieren und einfügen.

erstellung_1.png
erstellung_2.png

Geräte anlegen

Folgendes muss eingetragen werden:

  1. Standardpfad: Der Pfad unter welchem das Gerät erscheinen soll
  2. Intervall (polling): In welchem Intervall sollen die Daten geholt werden (5-60 Sekundne möglich, eingabe allerdings in Millisekunden)
  3. Ip und Port: Standardport ist die 80

pic5.png

Falls euch meine Arbeit gefällt :

Paypal Donation

Changelog

0.1 (2021-02-13)

License

MIT License

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.