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
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.
muss angehängt werden, dass is der Port.
-
openWB
- Site Admin
- Beiträge: 9584
- Registriert: So Okt 07, 2018 1:50 pm
- Has thanked: 88 times
- Been thanked: 217 times
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
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