User Tools

Site Tools


supported_hardware:mqttbroker

MQTT Broker (Deprecated)

NOTE: The broker plugin is removed in favor of the new mqtt client plugin When free and fully functional brokers are available there is no reason to try to recreate one from scratch as a plugin. Please see the client plugin for MQTT communications.

version 0.1 (alpha 1)


What values work:

This alpha version is as of yet very simple and not feature complete. Only numeric values work at the moment.

Any string that is simply a number will work so just 15.6 works also “15.6”

Any string that contains letters before or after the number will also work, with the limitation that only the first range of numbers that are found will be sent to XTension.

  • “Temperature 75.5” will send 75.5
  • “75.5F” will send 75.5
  • “Temp 75.5F” will also send 75.5
  • “356 and 45” will send only 356 the rest is ignored.
  • “my two values are 356 and 45” will also send only 356.

Values that are dates will be parsed but will not currently yield any useful values in their XTension units. “Friday August 27, 2021 12:18:40” will become just 27 as that is the first valid number in the string.

For any message for which a numerical value can be found a Unit in XTension will be created automatically. If a numeric value cannot be parsed out of the message then no unit will be created and the message will be ignored. In the future I plan to build in ways to parse string values into usable values or states but this is not included in this alpha version.


This alpha version supports incoming data only. Subscriptions will not return errors to the clients, but no data will be sent. If you make changes in XTension to the units that information will not yet be forwarded on to the connected clients.


This is a broker not a client. This plugin does not support sharing other XTension units to a separate broker elsewhere. That is something else I can do a plugin for so please let me know if this is something you would find useful and I will move it up the list of projects.


XTension Naming Convention:

As of this alpha version the address of the unit is an all uppercase version of the topic path of the mqtt item as sent. It may be necessary to also add the client id to the beginning of the path to make sure they are unique across all possibilities so this may change when it’s done being alpha and you may have to edit your units.

The name of the unit is built by taking the client id and appending the topic path to it. Once the unit is created you can edit the unit and give it a more descriptive name or anything you wish as long as you do not change the address.


XTension Settings:

Setting up the broker in XTension requires only setting a unique port. The default port for an mqtt server is 1883. Though many devices can connect to a single broker you can also run multiple brokers on different ports if you wish.

There is currently no way to stop XTension from creating a unit for every message that it can find a numerical value in the message. I will be adding the standard “create units automatically” checkbox to the interface setup in an upcoming version so you can turn that off.


History:

  • The alpha 1 version was included in XTension version 9.4.43 in August of 2021
supported_hardware/mqttbroker.txt · Last modified: 2023/02/13 14:52 by 127.0.0.1