Table of Contents

Wireless Tags

a new tag, motion/presence/temperature and much more sensor is available from https://www.mytaglist.com and now work with XTension after build #846.

Their ethernet bridge device can send changes in the tag states to XTension via the JSON interface. Their tag bridge is required to receive the signals from the tags. The configuration for the bridge has the ability to make an http request upon tag motion and this is the method to get that information into XTension.

Setting up in XTension
Settings for the tag manager

for a simple motion sensor turn on the “When motion is detected” the link to hit would look something like:

http://your server local address:the high port you chose to run it on/the token from above goes here/the address of the unit in XTension/on

or with some pseudo values installed:

http://192.168.0.33:12345/F40D235512ADE3/tag1motion/on

you must also click the “This URL uses private IP address (Call from tag manager)” checkbox. This lets it talk to your box via the internal network rather than from their servers on the internet so no passthrough your network is needed, and you dont have to expose this interface to the real world either.

so the setup of the link is /token/address/[on|off|value]

note that the unit in XTension must be set as dimmable if you are planning to send a value other than on and off.

If you're using the tag as a motion sensor you'll also want to go into the motion sensor settings of the tag setup “options” menu and set it to auto-reset after as short an interval as makes sense. Otherwise the tag will not report in again until you manually reset it. Door or position sensors may not need to be reset.