poudenes
(Poudenes)
1
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.
sholofly
(Rudolf Offereins)
3
tcp://192.168.100.76:1883
poudenes
(Poudenes)
4
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…
gsemet
(Gaetan Semet)
5
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
AlexR9412
(Alex R9412)
6
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 
1 Like
sholofly
(Rudolf Offereins)
7
Simple question: Sure that credentials are allright?
AlexR9412
(Alex R9412)
8
If it’s the same user as the one I have set up for Mosquitto, then absolutely, yes (unfortunately
)
denveronly
(Denveronly)
9
Same thing
Credentials correct, tcp, http no matter have it not authorized message
qJake
10
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