<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MQTT gateway - MQTT connection status]]></title><description><![CDATA[<p dir="auto">Hello to all, I have successfully set-up a MQTT gateway. Now i'm trying to expand my gateway with a LCD screen in order to display some relevant statusses. I was wondering how I can e.g know if the MQTT connection is ok or not not - you can see this if you enable debugging mode but this is too much info to display on the lcd (and not that user friendly)</p>
]]></description><link>https://forum.mysensors.org/topic/11402/mqtt-gateway-mqtt-connection-status</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Jul 2026 20:12:33 GMT</lastBuildDate><atom:link href="https://forum.mysensors.org/topic/11402.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 13 Oct 2020 06:56:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MQTT gateway - MQTT connection status on Tue, 20 Oct 2020 16:57:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lood29" aria-label="Profile: lood29">@<bdi>lood29</bdi></a> said in <a href="/post/107828">MQTT gateway - MQTT connection status</a>:</p>
<blockquote>
<p dir="auto">bool PubSubClient::connected()</p>
</blockquote>
<p dir="auto">Did not work like this: it works with  if (!_MQTT_client.connected()) {</p>
]]></description><link>https://forum.mysensors.org/post/107862</link><guid isPermaLink="true">https://forum.mysensors.org/post/107862</guid><dc:creator><![CDATA[pgeens]]></dc:creator><pubDate>Tue, 20 Oct 2020 16:57:02 GMT</pubDate></item><item><title><![CDATA[Reply to MQTT gateway - MQTT connection status on Fri, 16 Oct 2020 09:29:52 GMT]]></title><description><![CDATA[<p dir="auto">If you are using pubsubclient, then</p>
<pre><code>bool PubSubClient::connected()

</code></pre>
<p dir="auto">should do the trick</p>
]]></description><link>https://forum.mysensors.org/post/107828</link><guid isPermaLink="true">https://forum.mysensors.org/post/107828</guid><dc:creator><![CDATA[lood29]]></dc:creator><pubDate>Fri, 16 Oct 2020 09:29:52 GMT</pubDate></item></channel></rss>