HA - MQTT Add-on + Fully Kiosk Browser MQTT

Hi All,

Can someone help me out. I add MQTT Add-on in HA. Everything work great!! lights, system info from other RPi’s etc…

In Fully Kiosk Browser you can enable MQTT as well. The MQTT Broker URL must look like:

tcp://192.168.100.76:1883

But it won’t connect. Connection failed.

Can someone tell me how to solve this?

Tried other ways:

mqtt://192.168.100.76:1883

192.168.100.76:1883

Didn’t work as well…

Cheers

I second this. I have never been able to get Fully to play nice with MQTT.

tcp://192.168.100.76:1883

have already this way. Still below on the screen of tablet see error message.
Strange enought FKB sends MQTT payload and can use it in HA…

I have it working with

http://192.168.0.8:1883

I have set the MQTT Device Info Topic to fullykios/event/mainwallpanel and the event topic to fullykiosk/event/$event/mainwallpanel

1 Like

Has anyone been able to solve this issue?
I’m struggling with the exact same issue unfortunately. Tried both with tcp:// and http://

Getting the error message and also “MQTT connected: No” in the remote admin console :frowning:

1 Like

Simple question: Sure that credentials are allright?

If it’s the same user as the one I have set up for Mosquitto, then absolutely, yes (unfortunately :frowning: )

Same thing
Credentials correct, tcp, http no matter have it not authorized message

If anyone comes here from Google, for me, this did not work:

tcp://mqtt.myhome.local:1883

But this did:

tcp://192.168.0.123:1883

1 Like