Seite 18 von 18
Re: Home assistant - custom integration für openWB
Verfasst: Sa Nov 01, 2025 4:11 pm
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.
muss angehängt werden, dass is der Port.
Re: Home assistant - custom integration für openWB
Verfasst: Sa Nov 01, 2025 4:42 pm
von openWB
Wenn man nicht genau weiß was man macht würde ich von # Both als Option abraten.
Re: Home assistant - custom integration für openWB
Verfasst: Sa Nov 01, 2025 6:05 pm
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