Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

smarthomehandler Viessmann und MQTT (nur Gui) #1497

Merged
merged 2 commits into from Jul 28, 2021
Merged

Commits on Jul 26, 2021

  1. smarthomehandler Viessmann und MQTT (nur Gui)

    Viessmann Wärmepumpe hinzugefügt. Bei ON wird die "Einmalige Warmwasserbereitung" über Modbus ausgelöst.
    Bei OFF wird die "Einmalige Warmwasserbereitung" über Modbus gestoppt.
    MQTT Modul hinzugefügt, hier noch keine topics, nur Gui und Modulrahmen
    okaegi committed Jul 26, 2021
    Copy the full SHA
    1067bd0 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. smarthome mqtt

    Folgende Topics werden neu für die MQTT Smarthomeerweiterung gesendet, ((Beispiel für Device 4);)
    Bei durchlaufen vom on trigger
    openWB/SmartHome/set/Devices/4/ReqRelay = 1
    openWB/SmartHome/set/Devices/4/Ueberschuss = in Watt
    Bei durchlaufen vom off trigger
    openWB/SmartHome/set/Devices/4/ReqRelay = 0
    openWB/SmartHome/set/Devices/4/Ueberschuss = in Watt
    Bei der periodischen Abfrage wird die aktuelle Leistung
    openWB/SmartHome/set/Devices/4/Aktpower = in Watt erwartet
    und der aktuelle Zähler in Wattstunden wird hier erwartet
    openWB/SmartHome/set/Devices/4/Powerc
    wenn kein Zähler übergeben wird, rechnet openwb selber
    okaegi committed Jul 27, 2021
    Copy the full SHA
    6e2d39c View commit details
    Browse the repository at this point in the history