- Platform information:
- Hardware: Proxmox VM
- OS: openhabian
- openHAB version: 2.5.0-1 and 2.5.0-2
- Issue of the topic:
After update from 2.5 to 2.5.0-1 (and / or 2.5.0-2) i have no MQTT anymore.
if i start mosquitto in debug mode, it looks like the broker is working
1580323459: Received PUBLISH from DVES_EA64BC (d0, q0, r0, m0, 'tele/PowWohnzimmer2/STATE', ... (308 bytes))
1580323459: Received PUBLISH from DVES_EA64BC (d0, q0, r0, m0, 'tele/PowWohnzimmer2/SENSOR', ... (231 bytes))
1580323459: Received PUBLISH from DVES_374710 (d0, q0, r0, m0, 'tele/PowServer/STATE', ... (250 bytes))
1580323459: Received PUBLISH from DVES_374710 (d0, q0, r0, m0, 'tele/PowServer/SENSOR', ... (233 bytes))
1580323464: Received PINGREQ from DVES_4E9F81
1580323464: Sending PINGRESP to DVES_4E9F81
1580323464: Received PINGREQ from DVES_956E7D
1580323464: Sending PINGRESP to DVES_956E7D
1580323465: Received PINGREQ from DVES_EA6347
1580323465: Sending PINGRESP to DVES_EA6347
1580323465: Received PINGREQ from DVES_374710
1580323465: Sending PINGRESP to DVES_374710
1580323467: Received PUBLISH from DVES_956E7D (d0, q0, r0, m0, 'tele/PowBuero/STATE', ... (251 bytes))
1580323467: Received PUBLISH from DVES_956E7D (d0, q0, r0, m0, 'tele/PowBuero/SENSOR', ... (237 bytes))
1580323467: Received PUBLISH from DVES_EA6347 (d0, q0, r0, m0, 'tele/PowWohnzimmer/STATE', ... (251 bytes))
1580323467: Received PUBLISH from DVES_EA6347 (d0, q0, r0, m0, 'tele/PowWohnzimmer/SENSOR', ... (232 bytes))
1580323474: Received PINGREQ from DVES_4E9F81
1580323474: Sending PINGRESP to DVES_4E9F81
But i got no logs in frontail. Also my Basic UI can’t load the tasmota fields…
my items looking like this:
Number PowWohnzimmer_Power "Wohnzimmer Power [%.1f W]" <pressure>
{ mqtt="<[broker:tele/PowWohnzimmer/SENSOR:state:JSONPATH($.ENERGY.Power)]" }
Number PowWohnzimmer_Signal "Wohnzimmer WLAN Signal: [%d %%]" <network>
{ mqtt="<[broker:tele/PowWohnzimmer/STATE:state:JSONPATH($.Wifi.RSSI)]" }
the sitemap like this…
Text label="PowWohnzimmer2" icon="poweroutlet" {
Switch item=PowWohnzimmer2_Switch
Text item=PowWohnzimmer2_Power
Text item=PowWohnzimmer2_Signal
have you any tips for me?
clear cache, reinstall bindings, reinstall mosquitto did not work
thank you