b3nn0 / hassio-addon-ism7mqtt

HomeAssistant Addon for running ism7mqtt to fetch data from Wolf heaters
Apache License 2.0
18 stars 3 forks source link

Installationsanleitung #27

Closed threadstone83 closed 9 months ago

threadstone83 commented 9 months ago

Hallo,

Gibt es eine Installationsanleitung für das Addon? Ich habe HA installiert, MQTT (mosquito) in HA installiert und das Addon ebenfalls installiert. Aber wie bekomme ich jetzt die Werte aus meiner Wolf-Anlage (in meinem Fall eine Lüftungsanlage) eingebunden? Es wäre schön wenn es eine Anleitung oder zumindest ein paar Tipps geben würde.

Vielen Dank bereits im Voraus!!

b3nn0 commented 9 months ago

Das sollte eigentlich selbsterklärend sein. In die Addon Konfiguration, IP, User und Passwort des ISM eintragen, starten, fertig.

threadstone83 commented 9 months ago

Das habe ich soweit auch hinbekommen und ism7MQTT wird auch bei den Add-ons angezeigt, aber ich habe kein Gerät / keine Entitäten und kann es somit nicht auf dem Dashboard anzeigen lassen. Kannst du mir hierfür evtl. ein paar Tipps geben? Sorry wenn das für dich oder manch anderen das einfachste der Welt ist. Ich habe gerade erst mit HA / Smart Home angefangen und tu mir noch verdammt schwer :-(

b3nn0 commented 9 months ago

Hast du die MQTT Integration hinzugefügt? Also nicht nur das addon, sonder auch Integration. Da werden die dann aufgelistet. Wenn nicht ist was schief gelaufen, dann ggf. Protokoll des addons Posten.

threadstone83 commented 9 months ago

Ja, die Integration ist installiert und eingerichtet. Ich habe aber den Fehler eben gefunden. Ich hatte im Anlagennamen ein Leerzeichen. Nachdem ich es ersetzt habe ("Wolf Lüftungsanlage" --> "Wolf_Lüftungsanlage") und das Add-On neu gestartet habe, sind nun sehr viele Entitäten da :-) Danke für die Hilfe!

b3nn0 commented 9 months ago

Ah, super. Ich habe die Beschreibung des Parameters für die nächste Version dahingehend erweitert.

travismarius commented 3 months ago

@b3nn0 Maybe you can Add the following simple Instruction for Beginners:

  1. Go to Settings -> Add Ons and install "Mosquitto broker" and Start it
  2. Go to Settings -> Integrations and install "MQTT" It will ask you if it should use the local "Mosquitto broker" Add-On - click Yes
  3. Go to Settings -> Add Ons "Add On Store" (bottom right) -> Repository (Top Right) -> Add "https://github.com/b3nn0/hassio-addon-ism7mqtt" Repository
  4. Add the "Ism7MQTT" Add-On and Configure it for your WOLFLINK (Name, IP, Password) -> Open the Add-On -> TAB "Configure"
  5. start the Add-On "Ism7MQTT", it will configure all Entities for your WOLF
b3nn0 commented 3 months ago

Done.