Re: [mh] MQTT update
[email protected] Sun, 1 Sep 2024 15:59:06 -0700
| Newsgroups | gmane.comp.misc.misterhouse.user |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--===============8697700693304121377==
Content-Type: multipart/alternative;
boundary="------------wnzTzfpVKR193e9DsLbaKVVI"
Content-Language: en-US
This is a multi-part message in MIME format.
--------------wnzTzfpVKR193e9DsLbaKVVI
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
I'm working in the MQTT area, mostly in mqtt_items. Nothing there is
ready for a PR yet. I'm mostly trying to generalize the code so it's not
so Tasmota-specific. I intend to allow arbitrary MQTT topic names, while
leaving the current, Tasmota-specific ones as the default values.
I have minor changes in mqtt.pm, but they're just to fix the set-by
field to something more legible. No functional changes planned there on
my end.
-Brian M.
On 8/28/24 08:47, Mike Jones wrote:
>
> Hi,
>
> I have just stuck my MH onto a pi5 after 24 years on a PC, the final
> OS was SBS2011 and it was at its end of life.
>
> I built the house 25 years ago and is fully automated I still run a
> Homevision controller as a big part of the system which was another
> bit of kit way ahead of its time.
>
> I would really like a way of getting messages on the HDMI fed TV’s
> like I use to do with Homevison on Analog TV’s.
>
> I have used the opportunity to update 24 years of code on code and
> done a lot of tidying up
>
> And wish I had done it a long time ago.
>
> One thing I wanted was MQTT to talk to Blue Iris CCTV system which is
> great when using AI to detect people and even the dog leaving through
> out gate 😊
>
> Has anyone updated the mqtt.pm module?
>
> I do have it working but wondered if any of the FIXME error comments
> in the code had been cleared.
>
> I have looked at HA and others but really with IA7 web front end MH
> does every I need and more and is much easier to customise.
>
> Thanks
>
> Beadster
>
> UK
>
>
>
> ________________________________________________________
> To unsubscribe from this list, go to:https://lists.sourceforge.net/lists/listinfo/misterhouse-users
>
--------------wnzTzfpVKR193e9DsLbaKVVI
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">I'm working in the MQTT area, mostly in
mqtt_items. Nothing there is ready for a PR yet. I'm mostly trying
to generalize the code so it's not so Tasmota-specific. I intend
to allow arbitrary MQTT topic names, while leaving the current,
Tasmota-specific ones as the default values.</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">I have minor changes in mqtt.pm, but
they're just to fix the set-by field to something more legible. No
functional changes planned there on my end.</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix"> -Brian M.<br>
</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">On 8/28/24 08:47, Mike Jones wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CWXP123MB5667671032EE5E12BA4DBA6BC0952@CWXP123MB5667.GBRP123.PROD.OUTLOOK.COM">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Generator"
content="Microsoft Word 15 (filtered medium)">
<style>@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}@font-face
{font-family:Aptos;}p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
font-size:11.0pt;
font-family:"Aptos",sans-serif;
mso-fareast-language:EN-US;}span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Aptos",sans-serif;
color:windowtext;}.MsoChpDefault
{mso-style-type:export-only;
font-size:11.0pt;
mso-ligatures:none;
mso-fareast-language:EN-US;}div.WordSection1
{page:WordSection1;}</style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal">Hi,<o:p></o:p></p>
<p class="MsoNormal">I have just stuck my MH onto a pi5 after 24
years on a PC, the final OS was SBS2011 and it was at its end
of life.<o:p></o:p></p>
<p class="MsoNormal">I built the house 25 years ago and is fully
automated I still run a Homevision controller as a big part of
the system which was another bit of kit way ahead of its time.<o:p></o:p></p>
<p class="MsoNormal">I would really like a way of getting
messages on the HDMI fed TV’s like I use to do with Homevison
on Analog TV’s.
<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I have used the opportunity to update 24
years of code on code and done a lot of tidying up<o:p></o:p></p>
<p class="MsoNormal">And wish I had done it a long time ago.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">One thing I wanted was MQTT to talk to Blue
Iris CCTV system which is great when using AI to detect people
and even the dog leaving through out gate
<span
style="font-family:"Segoe UI Emoji",sans-serif">😊</span><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Has anyone updated the mqtt.pm module?<o:p></o:p></p>
<p class="MsoNormal">I do have it working but wondered if any of
the FIXME error comments in the code had been cleared.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I have looked at HA and others but really
with IA7 web front end MH does every I need and more and is
much easier to customise.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Beadster<o:p></o:p></p>
<p class="MsoNormal">UK<o:p></o:p></p>
</div>
<br>
<fieldset class="moz-mime-attachment-header"></fieldset>
<br>
<fieldset class="moz-mime-attachment-header"></fieldset>
<pre class="moz-quote-pre" wrap="">________________________________________________________
To unsubscribe from this list, go to: <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/misterhouse-users">https://lists.sourceforge.net/lists/listinfo/misterhouse-users</a>
</pre>
</blockquote>
<p><br>
</p>
</body>
</html>
--------------wnzTzfpVKR193e9DsLbaKVVI--
--===============8697700693304121377==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
--===============8697700693304121377==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
________________________________________________________
To unsubscribe from this list, go to: https://lists.sourceforge.net/lists/listinfo/misterhouse-users
--===============8697700693304121377==--