Home assistant - custom integration für openWB

Hier kommt alles rein was nicht direkt zur OpenWB gehört.
Johnny79
Beiträge: 32
Registriert: Mi Feb 19, 2025 6:59 pm
Has thanked: 9 times
Been thanked: 4 times

Re: Home assistant - custom integration für openWB

Beitrag von Johnny79 »

arni hat geschrieben: Mi Okt 29, 2025 12:58 pm Irgenwelche Tipps.
Ja, in die mosquitto.conf muss folgender Inhalt:
connection openwb
address openwb.fritz.box:1883
start_type automatic
topic openWB/# both 2
local_clientid openwb.mosquitto
try_private false
cleansession true
Edit unter address musst die die IP der openWB eingeben z.B. 192.168.0.111:1883.

Code: Alles auswählen

:1883
muss angehängt werden, dass is der Port.
openWB
Site Admin
Beiträge: 9632
Registriert: So Okt 07, 2018 1:50 pm
Has thanked: 91 times
Been thanked: 224 times

Re: Home assistant - custom integration für openWB

Beitrag von openWB »

Wenn man nicht genau weiß was man macht würde ich von # Both als Option abraten.
Supportanfragen bitte NICHT per PN stellen.
Hardwareprobleme bitte über die Funktion Debug Daten senden mitteilen oder per Mail an support@openwb.de
arni
Beiträge: 4
Registriert: Mo Mai 16, 2022 7:33 pm

Re: Home assistant - custom integration für openWB

Beitrag von arni »

So habe den Fehler gefunden.
die mosquitto.conf in der >>Share>mosquitto Ornder war falsch eingetragen:

Code: Alles auswählen

#
# bridge to openWB Wallbox
#
connection openwb
address 192.168.178.XX:1883
start_type automatic
topic openWB/# in 2
topic openWB/set/ChargeMode both 2
topic openWB/config/set/pv/minCurrentMinPv
topic openWB/set/lp/1/ChargePointEnabled both 2
topic openWB/set/lp/2/ChargePointEnabled both 2
topic openWB/config/set/sofort/lp/1/chargeLimitation both 2
topic openWB/config/set/sofort/lp/2/chargeLimitation both 2
topic openWB/config/set/sofort/lp/1/current both 2
topic openWB/config/set/sofort/lp/2/current both 2
topic openWB/config/set/sofort/lp/1/energyToCharge both 2
topic openWB/config/set/sofort/lp/2/energyToCharge both 2
topic openWB/config/set/sofort/lp/1/socToChargeTo both 2
topic openWB/config/set/sofort/lp/2/socToChargeTo both 2
topic openWB/set/lp/1/%Soc both 2
topic openWB/set/lp/2/%Soc both 2
local_clientid openwb.mosquitto
try_private false
cleansession true
Jetzt gehts... Es hat mich Monate gekostet ;-DDD
a4320909533
Beiträge: 35
Registriert: Do Sep 02, 2021 2:03 pm
Been thanked: 4 times

Re: Home assistant - custom integration für openWB

Beitrag von a4320909533 »

Hi zusammen,
ich konnte die neue API in meiner HA Custom Integration hinzufügen und suche Alpha-Tester.
Bitte schaut euch diesen Post mit weiteren Infos an, falls ihr Interesse habt:
viewtopic.php?p=135643#p135643
Lest dort auch unbedingt die Warnung und seid euch im Klaren, dass ihr aktuell frühe Tester seid.

Happy testing - und bitte gebt über Github Feedback.
Andreas
Antworten