jojo100 Posted February 27, 2022 at 09:21 AM Share Posted February 27, 2022 at 09:21 AM (edited) Hallo, ich nutze Openhab 3 zum steuern der PV-Ladung. Ladestrom setzen, Parameter auslesen über MQTT funktioniert alles. Ich bekomme nur den Befehl start_charging / stop_charging nicht an die WARP 2 und stehe da irgenwie auf dem Schlauch (vermutlich hängt es an dem übergeben von"null"). Hat jemand zufällig eine funktionierenden events.sendCommand in Openhab zum stoppen / starten des Ladevorgangs? Ergänzung: ich nutze openhabian auf dem Raspberry mit dem standard mosquitto Broker der Distribution. Hier meine Channel Config: id: WarpSetChargingStop channelTypeUID: mqtt:string label: Warp Set Charging Stop description: "" configuration: commandTopic: warp2/Www/evse/stop_charging Edited February 27, 2022 at 01:24 PM by jojo100 Quote Link to comment Share on other sites More sharing options...
jojo100 Posted February 27, 2022 at 01:18 PM Author Share Posted February 27, 2022 at 01:18 PM Habe im evcc Projekt gestöbert und habe mein Problem behoben. Ich habe zu kompliziert gedacht 😁 die Lösung ist ganz einfach: var param param = "null" events.sendCommand("WarpCharger_WarpSetChargingStop", param); 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.