<?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[Move To HASS MQTT - Nodes not responding]]></title><description><![CDATA[<p dir="auto">Hello, I was planning to move away from OpenHab to Home Assistant and I started configuring my nodes in HASS. I have the MQTT up and running, and I have it configured in HASS, they appear and I can controll them. The problem is a lot of miss messages. In OpenHab I was able to do ON OFF ON OFF fast and the lamps would go on off, "never" (rarely) missing a cycle. In HASS I turn on the lamp, but when I go to put off it fails.</p>
<p dir="auto">I remember in OpenHab I had to make a small tweak to the config to make this work, QOS 2 and turn off asynchronously.</p>
<p dir="auto">What are your experiences with MQTT GW and the response time and viability?</p>
<p dir="auto">Thank you</p>
]]></description><link>https://forum.mysensors.org/topic/9531/move-to-hass-mqtt-nodes-not-responding</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 11:29:37 GMT</lastBuildDate><atom:link href="https://forum.mysensors.org/topic/9531.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 24 Jul 2018 11:14:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Move To HASS MQTT - Nodes not responding on Thu, 26 Jul 2018 12:33:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/soloam" aria-label="Profile: soloam">@<bdi>soloam</bdi></a></p>
<p dir="auto">If you changed the optimistic setting, actuators will have assumed state and this will show in the ui as two different buttons for on and off.</p>
<p dir="auto">I recommend to not use optimistic setting, but instead feedback the new state to home assistant.</p>
]]></description><link>https://forum.mysensors.org/post/91971</link><guid isPermaLink="true">https://forum.mysensors.org/post/91971</guid><dc:creator><![CDATA[martinhjelmare]]></dc:creator><pubDate>Thu, 26 Jul 2018 12:33:29 GMT</pubDate></item><item><title><![CDATA[Reply to Move To HASS MQTT - Nodes not responding on Tue, 24 Jul 2018 23:15:02 GMT]]></title><description><![CDATA[<p dir="auto">Thank you <a class="plugin-mentions-user plugin-mentions-a" href="/user/martinhjelmare" aria-label="Profile: martinhjelmare">@<bdi>martinhjelmare</bdi></a> it was that! One last question that I don't know if it's related! The first time that HA discovered my nodes (power cycle) the created items where with a toggle switch and under a card named lighs (I think that it was that). Now I deleted the mysensors.json file and added the items again, and now they are detected as interruptor and the switch is a lightning bolt. No major problem in that, just trying to understand the reason... It's the same nodes, no code changes.</p>
<p dir="auto">Thank You</p>
]]></description><link>https://forum.mysensors.org/post/91947</link><guid isPermaLink="true">https://forum.mysensors.org/post/91947</guid><dc:creator><![CDATA[Soloam]]></dc:creator><pubDate>Tue, 24 Jul 2018 23:15:02 GMT</pubDate></item><item><title><![CDATA[Reply to Move To HASS MQTT - Nodes not responding on Tue, 24 Jul 2018 18:22:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/soloam" aria-label="Profile: soloam">@<bdi>soloam</bdi></a></p>
<p dir="auto">You need to send/feedback the new state to home assistant from the node in the receive function. Otherwise home assistant thinks the message was not received by the node. This behavior is modified by the optimistic setting in the mysensors config section.</p>
]]></description><link>https://forum.mysensors.org/post/91943</link><guid isPermaLink="true">https://forum.mysensors.org/post/91943</guid><dc:creator><![CDATA[martinhjelmare]]></dc:creator><pubDate>Tue, 24 Jul 2018 18:22:37 GMT</pubDate></item><item><title><![CDATA[Reply to Move To HASS MQTT - Nodes not responding on Tue, 24 Jul 2018 12:31:28 GMT]]></title><description><![CDATA[<p dir="auto">Ok, I made a test adding manual, and it works... the problem is in the auto added switches</p>
<pre><code>switch:
  - platform: mqtt
    name: "My Light"
    command_topic: "mygateway1-in/1/2/1/0/2"
    payload_on: "1"
    payload_off: "0"
    optimistic: false
    qos: 2
</code></pre>
<p dir="auto">All works ok! With the auto added switch I click on... the light comes on, and immediately the switch goes to off... Only 30 seconds later (my node sends a updated status message every 30 seconds) the node goes to ON (the real state)</p>
]]></description><link>https://forum.mysensors.org/post/91939</link><guid isPermaLink="true">https://forum.mysensors.org/post/91939</guid><dc:creator><![CDATA[Soloam]]></dc:creator><pubDate>Tue, 24 Jul 2018 12:31:28 GMT</pubDate></item></channel></rss>