<?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[Homie MySensors bridge Controller. For use in OpenHab 3 (and others)]]></title><description><![CDATA[<p dir="auto">Hallo, so I came back to automation after a while away and set up MySensors again on MQTT and tried to pick a decent automation controller.  I tried home assistant, but it kept corrupting itself, and then fired up openhab again, not realising that version 3 had just been released.</p>
<p dir="auto">That worked well with ZWave, till I tried attaching to MySensors and realised that the binding for openhab had all been deprecated and abandoned, which made me sad.</p>
<p dir="auto">I tried doing direct MQTT, which <em>works</em>, but is easy to forget and debugging numeric IDs each time I want to alter the system was becoming a chore.</p>
<p dir="auto">After seeing this issue - <a href="https://github.com/mysensors/MySensors/issues/1212" rel="nofollow ugc">https://github.com/mysensors/MySensors/issues/1212</a>  a thought came to me.</p>
<p dir="auto">Could the MySensors MQTT setup be bridged to the Homie conventional one?   OpenHab already understands that well enough (they share a dev, so I believe), so that would be an easy integration.</p>
<p dir="auto">I spend the last few days researching and have built this in node/ typescript</p>
<p dir="auto"><a href="https://github.com/daviddawson/mysensors-homie-bridge" rel="nofollow ugc">https://github.com/daviddawson/mysensors-homie-bridge</a></p>
<p dir="auto">It acts as a (<em>very simplistic</em>) MySensors controller on the MQTT gateway, giving out IDs and what not and provides bidirectional communication between MySensors MQTT and Homie MQTT.  It advertises MySensors devices using Homie, and you can receive data and set values using the Homie protocol.</p>
<p dir="auto">Right now, I've only put support for S_BINARY, but its easy to add in the other types, just that my first use case is relay control.</p>
<p dir="auto">This lets me auto detect switches in OpenHab 3 and control them, I'll be adding in others soon, but if anyone likes the idea, adding support for the types is easy - <a href="https://github.com/daviddawson/mysensors-homie-bridge/blob/master/src/type-handler/s_binary.ts" rel="nofollow ugc">https://github.com/daviddawson/mysensors-homie-bridge/blob/master/src/type-handler/s_binary.ts</a></p>
<p dir="auto">I'm not sure how complete the controller side of things needs to be, right now it only handles I_ID_REQUEST and I_ID_RESPONSE.</p>
]]></description><link>https://forum.mysensors.org/topic/11532/homie-mysensors-bridge-controller-for-use-in-openhab-3-and-others</link><generator>RSS for Node</generator><lastBuildDate>Thu, 12 Mar 2026 19:01:24 GMT</lastBuildDate><atom:link href="https://forum.mysensors.org/topic/11532.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 16 Jan 2021 13:32:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Homie MySensors bridge Controller. For use in OpenHab 3 (and others) on Sun, 18 Apr 2021 16:22:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/david-dawson" aria-label="Profile: David-Dawson">@<bdi>David-Dawson</bdi></a><br />
great idea for that translation  from homie to mysensors and back.</p>
<p dir="auto">but I think it would be a better approach, if mysensors would have the ability to "speak" homie-convention in MQTT optionally (e.g. #MY_GATEWAY_MQTT_HOMIE)<br />
that would eliminate the need of tweaking on an extra binding and let mysensors talk an IOT-standard</p>
]]></description><link>https://forum.mysensors.org/post/109984</link><guid isPermaLink="true">https://forum.mysensors.org/post/109984</guid><dc:creator><![CDATA[Peter Loeffler]]></dc:creator><pubDate>Sun, 18 Apr 2021 16:22:22 GMT</pubDate></item><item><title><![CDATA[Reply to Homie MySensors bridge Controller. For use in OpenHab 3 (and others) on Mon, 18 Jan 2021 09:01:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/klabbe" aria-label="Profile: Klabbe">@<bdi>Klabbe</bdi></a> Yes I have seen that :smile:</p>
<p dir="auto">I'll probably give it a try, but I've quite enjoyed the dev in any case and it seems to be a <em>potentially</em> useful thing to have for cases other than OH3.</p>
]]></description><link>https://forum.mysensors.org/post/108846</link><guid isPermaLink="true">https://forum.mysensors.org/post/108846</guid><dc:creator><![CDATA[David Dawson]]></dc:creator><pubDate>Mon, 18 Jan 2021 09:01:23 GMT</pubDate></item><item><title><![CDATA[Reply to Homie MySensors bridge Controller. For use in OpenHab 3 (and others) on Mon, 18 Jan 2021 06:44:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/david-dawson" aria-label="Profile: David-Dawson">@<bdi>David-Dawson</bdi></a><br />
Have you seen this topic? TimO has updated the binding to work with openhab 3. Works great for me. Hope it will work for you too!</p>
<p dir="auto">[<a href="https://forum.mysensors.org/topic/11482/oh3-mysensors-binding/30">https://forum.mysensors.org/topic/11482/oh3-mysensors-binding/30</a>](link url)</p>
]]></description><link>https://forum.mysensors.org/post/108845</link><guid isPermaLink="true">https://forum.mysensors.org/post/108845</guid><dc:creator><![CDATA[Klabbe]]></dc:creator><pubDate>Mon, 18 Jan 2021 06:44:05 GMT</pubDate></item></channel></rss>