# Multitech AP Conduit BACnet

{% file src="<https://3438670560-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2dmhIDGpbJqTY8kJbQKC%2Fuploads%2FgASLO4cLXidOGaPARf3B%2FMultitech%20V1.6.zip?alt=media&token=6b379ac5-c9d1-4b6d-b7a4-35b1677458b4>" %}

{% code title="TX T\&H MINI 600-050" expandable="true" %}

```
{
  "description": "LoRaWAN Enless temperature and humidity sensor with classic and datalogging support, BACnet compatible.",
  "properties": {
    "id": { "type": "uint32" },
    "device_type": { "type": "uint8" },
    "fw_version": { "type": "uint8" },
    "seq_counter": { "type": "uint8" },
    
    "temperature": { "type": "int16", "units": "degrees-celsius" },
    "humidity": { "type": "uint8", "units": "percent" },

    "temperature_history_t-0": { "type": "int16", "units": "degrees-celsius" },
    "temperature_history_t-5": { "type": "int16", "units": "degrees-celsius" },
    "temperature_history_t-10": { "type": "int16", "units": "degrees-celsius" },
    "temperature_history_t-15": { "type": "int16", "units": "degrees-celsius" },
    "temperature_history_t-20": { "type": "int16", "units": "degrees-celsius" },
    "temperature_history_t-25": { "type": "int16", "units": "degrees-celsius" },
    "temperature_history_t-30": { "type": "int16", "units": "degrees-celsius" },
    "temperature_history_t-35": { "type": "int16", "units": "degrees-celsius" },
    "temperature_history_t-40": { "type": "int16", "units": "degrees-celsius" },
    "temperature_history_t-45": { "type": "int16", "units": "degrees-celsius" },
    "temperature_history_t-50": { "type": "int16", "units": "degrees-celsius" },
    "temperature_history_t-55": { "type": "int16", "units": "degrees-celsius" },
    
    "humidity_history_t-0": { "type": "uint8", "units": "percent" },
    "humidity_history_t-5": { "type": "uint8", "units": "percent" },
    "humidity_history_t-10": { "type": "uint8", "units": "percent" },
    "humidity_history_t-15": { "type": "uint8", "units": "percent" },
    "humidity_history_t-20": { "type": "uint8", "units": "percent" },
    "humidity_history_t-25": { "type": "uint8", "units": "percent" },
    "humidity_history_t-30": { "type": "uint8", "units": "percent" },
    "humidity_history_t-35": { "type": "uint8", "units": "percent" },
    "humidity_history_t-40": { "type": "uint8", "units": "percent" },
    "humidity_history_t-45": { "type": "uint8", "units": "percent" },
    "humidity_history_t-50": { "type": "uint8", "units": "percent" },
    "humidity_history_t-55": { "type": "uint8", "units": "percent" },
    
    "temperature_high_alarm": { "type": "uint8" },
    "temperature_low_alarm": { "type": "uint8" },
    "humidity_high_alarm": { "type": "uint8" },
    "humidity_low_alarm": { "type": "uint8" },
    
    "battery": { "type": "uint8" },
    "msg_type": { "type": "uint8" }
  },
  "decoder": "enlessdecoder.js"
}

```

{% endcode %}

{% code title="TX T\&H AMB 600-051" expandable="true" %}

```
{
  "description": "LoRaWAN Enless temperature and humidity sensor with classic and datalogging support, BACnet compatible.",
  "properties": {
    "id": { "type": "uint32" },
    "device_type": { "type": "uint8" },
    "fw_version": { "type": "uint8" },
    "seq_counter": { "type": "uint8" },
    
    "temperature": { "type": "int16", "units": "degrees-celsius" },
    "humidity": { "type": "uint8", "units": "percent" },

    "temperature_history_t-0": { "type": "int16", "units": "degrees-celsius" },
    "temperature_history_t-5": { "type": "int16", "units": "degrees-celsius" },
    "temperature_history_t-10": { "type": "int16", "units": "degrees-celsius" },
    "temperature_history_t-15": { "type": "int16", "units": "degrees-celsius" },
    "temperature_history_t-20": { "type": "int16", "units": "degrees-celsius" },
    "temperature_history_t-25": { "type": "int16", "units": "degrees-celsius" },
    "temperature_history_t-30": { "type": "int16", "units": "degrees-celsius" },
    "temperature_history_t-35": { "type": "int16", "units": "degrees-celsius" },
    "temperature_history_t-40": { "type": "int16", "units": "degrees-celsius" },
    "temperature_history_t-45": { "type": "int16", "units": "degrees-celsius" },
    "temperature_history_t-50": { "type": "int16", "units": "degrees-celsius" },
    "temperature_history_t-55": { "type": "int16", "units": "degrees-celsius" },
    
    "humidity_history_t-0": { "type": "uint8", "units": "percent" },
    "humidity_history_t-5": { "type": "uint8", "units": "percent" },
    "humidity_history_t-10": { "type": "uint8", "units": "percent" },
    "humidity_history_t-15": { "type": "uint8", "units": "percent" },
    "humidity_history_t-20": { "type": "uint8", "units": "percent" },
    "humidity_history_t-25": { "type": "uint8", "units": "percent" },
    "humidity_history_t-30": { "type": "uint8", "units": "percent" },
    "humidity_history_t-35": { "type": "uint8", "units": "percent" },
    "humidity_history_t-40": { "type": "uint8", "units": "percent" },
    "humidity_history_t-45": { "type": "uint8", "units": "percent" },
    "humidity_history_t-50": { "type": "uint8", "units": "percent" },
    "humidity_history_t-55": { "type": "uint8", "units": "percent" },
    
    "temperature_high_alarm": { "type": "uint8" },
    "temperature_low_alarm": { "type": "uint8" },
    "humidity_high_alarm": { "type": "uint8" },
    "humidity_low_alarm": { "type": "uint8" },
    "motion_guard_alarm": {"type": "bool"},
    
    "battery": { "type": "uint8" },
    "msg_type": { "type": "uint8" }
  },
  "decoder": "enlessdecoder.js"
}

```

{% endcode %}

{% code title="TX T\&H E-INK AMB 600-052" expandable="true" %}

```

{
     "description": "The LoRaWAN temperature and humidity sensor with display is specifically designed for indoor tertiary environments. It enables monitoring of key parameters essential to occupant comfort, such as temperature and humidity, thus ensuring an optimal indoor climate. The data measured by the sensor is displayed on its 2.13-inch e-ink screen.",
     "properties": {
         "id": {
             "type": "uint32"
         },
         "device_type": {
             "type": "uint8"
         },
         "fw_version": {
            "type": "uint8"
        },
         "seq_counter": {
             "type": "uint8"
         }, 
         "temperature"   : {"type" : "float",     "units": "degrees-celsius"},
         "humidity"       : {"type" : "float",     "units": "percent"},
       
        "temperature_high_alarm": {
            "type": "uint8"
        },
        "temperature_low_alarm": {
            "type": "uint8"
        },
        "humidity_high_alarm": {
            "type": "uint8"
        },
        "humidity_low_alarm": {
            "type": "uint8"
        },
		"motion_guard_alarm": {
        "type": "bool"
        },
        "battery": {
            "type": "uint8"
        },
        "msg_type": {
            "type": "uint8"
        }
        
        },
         
     "decoder": "enlessdecoder.js"
 }

```

{% endcode %}

{% code title="TX CO2 T\&H AMB 600-053" expandable="true" %}

```
{
     "description": "The Enless LoRaWAN CO₂, temperature, and humidity sensor is specifically designed for indoor commercial environments. It enables monitoring of key parameters essential to occupant comfort, such as CO₂ levels, temperature, and humidity, thereby ensuring an optimal indoor climate.",
     "properties": {
         "id": {
             "type": "uint32"
         },
         "device_type": {
             "type": "uint8"
         },
         "fw_version": {
            "type": "uint8"
        },
	
         "seq_counter": {
             "type": "uint8"
         }, 
        "temperature"   : {"type" : "float",     "units": "degrees-celsius"},
        "humidity"       : {"type" : "float",     "units": "percent"},
	"co2"            : {"type" : "float",     "units": "parts-per-million"},
	"CO2_sampled": { "type": "bool"},

        
        "co2_high_alarm": {
            "type": "bool"
        },
        "co2_low_alarm": {
            "type": "bool"
        },
		"motion_guard_alarm": {
            "type": "bool"
        },
         "battery": {
            "type": "uint8" , "units": "percent"
        },
		"led": {
            "type": "bool"
        },
        "msg_type": {
            "type": "bool"
        }
        
        },
         
     "decoder": "enlessdecoder.js"
 }

```

{% endcode %}

{% code title="TX LIGHT PIR T\&H 600-062" expandable="true" %}

```
{
    "description": "The Enless LoRaWAN Light, Presence, Temperature, and Humidity Sensor is specifically designed for tertiary and residential indoor environments. Developed to optimize indoor comfort and the energy efficiency of buildings, this sensor allows for precise monitoring of light levels, temperature, humidity, and presence within a room.",
    "properties": {
         "id": {
             "type": "uint32"
         },
         "device_type": {
             "type": "uint8"
         },
         "fw_version": {
            "type": "uint8"
        },
	
         "seq_counter": {
             "type": "uint8"
         }, 
        "temperature"    : {"type" : "float",     "units": "degrees-celsius"},
        "humidity"       : {"type" : "float",     "units": "percent"},
	    "luminosity"     : { "type": "bool"},
		"PIR_status"     : { "type": "bool"}, 
		"PIR_count"     : { "type": "uint32"},	

        "temperature_high_alarm": {
            "type": "bool"
        },
        "temperature_low_alarm": {
            "type": "bool"
        },
        "humidity_high_alarm": {
            "type": "bool"
        },
        "humidity_low_alarm": {
            "type": "bool"
        },
		"motion_guard_alarm": {
            "type": "bool"
        },
         "battery": {
            "type": "uint8" , "units": "percent"
        },
        "msg_type": {
            "type": "bool"
          }
     
	 },
	 
     "decoder": "enlessdecoder.js"
 }

```

{% endcode %}

{% code title="TX WINDOW 600-065" expandable="true" %}

```

{
     "description": "The LoRaWAN Enless open/close sensor is specially designed for indoor commercial environments. It enables real-time monitoring of the open or closed status of doors and windows, helping to secure premises and optimize building energy consumption.",
     "properties": {
         "id": {
             "type": "uint32"
         },
         "device_type": {
             "type": "uint8"
         },
         "fw_version": {
            "type": "uint8"
        },
         "seq_counter": {
             "type": "uint8"
         }, 
		"window_opened": {
            "type": "bool"
        },
		"window_sensor_count": {
            "type": "uint16"
        },
         "battery": {
            "type": "uint8" 
        },
        "msg_type": {
            "type": "bool"
        }
     
	 },
	 
     "decoder": "enlessdecoder.js"
 }

```

{% endcode %}

{% code title="TX TEMP INS 600-031" expandable="true" %}

```
{
    "description": "Many sectors (building - smart building - industry - agriculture...) integrate temperature monitoring activities into their processes. This Enless Wireless LoRaWAN “hardened” (IP65) transmitter with integrated temperature sensor is used for temperature monitoring (°C) for different applications in outdoor environments and/or in areas subject to extreme conditions.",
    "properties": 
   {
       "id": {"type": "uint32"},
       "device_type": {"type": "uint8"},
       "fw_version": {"type": "uint8"},
       "seq_counter": {"type": "uint8"}, 
       "temperature"   : {"type" : "float",     "units": "degrees-celsius"},
      
       "temperature_high_alarm": {"type": "uint8"},
       "temperature_low_alarm": {"type": "uint8"},
       
       "battery": {"type": "uint8"},
       "msg_type": {"type": "uint8"}
   },
        
    "decoder": "enlessdecoder.js"
}

```

{% endcode %}

{% code title="TX TEMP CONT1 600-032" expandable="true" %}

```
{
     "description": "This Enless Wireless LoRaWAN IP65 transmitter with external temperature contact probe allows you to measure temperatures (°C) in a remote manner, on contact with surfaces.The robustness of our transmitter – IP 65 housing – and its high environmental tolerance (probe temperature range -180°C / +250°C) allow it to withstand any type of “outdoor” environment, sometimes under extreme conditionse monitoring activities into their processes. This Enless Wireless LoRaWAN “hardened” (IP65) transmitter with integrated temperature sensor is used for temperature monitoring (°C) for different applications in outdoor environments and/or in areas subject to extreme conditions.",
     "properties": 
    {
        "id": {"type": "uint32"},
        "device_type": {"type": "uint8"},
        "fw_version": {"type": "uint8"},
        "seq_counter": {"type": "uint8"}, 
        "temperature"   : {"type" : "float",     "units": "degrees-celsius"},
       
        "temperature_high_alarm": {"type": "uint8"},
        "temperature_low_alarm": {"type": "uint8"},
        
        "battery": {"type": "uint8"},
        "msg_type": {"type": "uint8"}
    },
         
     "decoder": "enlessdecoder.js"
 }

```

{% endcode %}

{% code title="TX TEMP CONT2 600-232" expandable="true" %}

```
{
     "description": "This Enless Wireless LoRaWAN IP65 transmitter with two external temperature contact probes allows you to measure two temperature points (°C) simultaneously in a remote manner, on contact with surfaces.The robustness of our transmitter 1 IP 65 housing - and its high environmental tolerance (probe temperature range - 180°C / +250°C) allow it to withstand any type of “outdoor” environment, sometimes under extreme conditions.",
     "properties": 
    {
        "id": {"type": "uint32"},
        "device_type": {"type": "uint8"},
        "fw_version": {"type": "uint8"},
        "seq_counter": {"type": "uint8"}, 
        "temperature_1"   : {"type" : "float",     "units": "degrees-celsius"},
        "temperature_2"   : {"type" : "float",     "units": "degrees-celsius"},
        "temperature_1_high_alarm": {"type": "uint8"},
        "temperature_1_low_alarm": {"type": "uint8"},
        "temperature_2_high_alarm": {"type": "uint8"},
        "temperature_2_low_alarm": {"type": "uint8"},
        "battery": {"type": "uint8"},
        "msg_type": {"type": "uint8"}
    },
         
     "decoder": "enlessdecoder.js"
 }

```

{% endcode %}

{% code title="TX T\&H EXT 600-034" expandable="true" %}

```
{
     "description": "This Enless Wireless LoRaWAN IP65 transmitter with external temperature and humidity probe allows you to measure temperatures and humidity (°C & %rH data) in a remote manner.The robustness of our transmitter - IP 65 housing - and its high environmental tolerance (probe temperature range - 40°C / +125°C) allow it to withstand any type of “outdoor” vironment, sometimes under extreme conditions",
     "properties": {
         "id": {
             "type": "uint32"
         },
         "device_type": {
             "type": "uint8"
         },
         "fw_version": {
            "type": "uint8"
        },
         "seq_counter": {
             "type": "uint8"
         }, 
         "temperature"   : {"type" : "float",     "units": "degrees-celsius"},
         "humidity"       : {"type" : "float",     "units": "percent"},
       
        "temperature_high_alarm": {
            "type": "uint8"
        },
        "temperature_low_alarm": {
            "type": "uint8"
        },
        "humidity_high_alarm": {
            "type": "uint8"
        },
        "humidity_low_alarm": {
            "type": "uint8"
        },
        "battery": {
            "type": "uint8"
        },
        "msg_type": {
            "type": "uint8"
        }
        
        },
         
     "decoder": "enlessdecoder.js"
 }

```

{% endcode %}

{% code title="TX 4/20mA 600-035" expandable="true" %}

```
{
     "description": "This LoRa / LoRaWAN 4/20mA analogue radio transmitter is specifically designed for industrial applications (construction industry - water management - rail industry,etc.).Self-powered, it connects to all types of analogue probes with 4/20mA interface and reassemble the signal.This transmitter can meet all types of applications including pressure, flow, fluid levels (water, fuel oil, gas,etc.) / gauges (ultrasonic probes), etc.The robustness of our LoRaWAN transmitter - IP 65 enclosure - and its high environmental tolerance (-20°C / +55°C) allow it to withstand any type of environment.",
     "properties": {
         "id": {
             "type": "uint32"
         },
         "device_type": {
             "type": "uint8"
         },
         "fw_version": {
            "type": "uint8"
        },
         "seq_counter": {
             "type": "uint8"
         }, 
         "analog_4_20ma"   : 
         {
            "type" : "float", 
            "units": "milliamperes"
        },
              
        "analog_4_20ma_high_alarm": {
            "type": "uint8"
        },
        "analog_4_20ma_low_alarm": {
            "type": "uint8"
        },
       
        "battery": {
            "type": "uint8"
        },
        "msg_type": {
            "type": "uint8"
        }
        
        },
         
     "decoder": "enlessdecoder.js"
 }

```

{% endcode %}

{% code title="TX PULSE 600-036" expandable="true" %}

```
{
     "description": "TThe Enless Wireless Tx Pulse 600-036 consists of a pulse sensor that is compatible with pulse meters with a dry contact interface or an open collector inlet. It transmits pulse counts over the LoRaWAN® network. Tx Pulse 600-036 will quickly and economically transform your conventional gas meter into a smart meter.",
     "properties": {
         "id": {
             "type": "uint32"
         },
         "device_type": {
             "type": "uint8"
         },
         "fw_version": {
            "type": "uint8"
        },
         "seq_counter": {
             "type": "uint8"
         }, 
         "Counter_Pulse1": {
            "type": "uint32",
            "unit": ""
        },
        "Counter_Pulse2": {
            "type": "uint32",
            "unit": ""
        },
        "Counter_oc": {
            "type": "uint32",
            "unit": ""
        },
        "pulse_ch1_flow_high": {
            "type": "bool"
        },
        "pulse_ch1_flow_low": {
            "type": "bool"
        },
        "pulse_ch2_flow_high": {
            "type": "bool"
        },
        "pulse_ch2_flow_low": {
            "type": "bool"
        },
        "oc_flow_high": {
            "type": "bool"
        },
        "oc_flow_low": {
            "type": "bool"
        },
        "pulse_ch1_leak": {
            "type": "bool"
        },
        "pulse_ch2_leak": {
            "type": "bool"
        },
        "pulse_oc_leak": {
            "type": "bool"
        },
        "battery": {
            "type": "uint8"
        },
        "msg_type": {
            "type": "uint8"
        },
        "pulse_ch1": {
            "type": "bool"
        },
        "pulse_ch2": {
            "type": "bool"
        },
        "pulse_oc": {
            "type": "bool"
        },
        "debounce_ch1": {
            "type": "bool"
        },
        "debounce_ch2": {
            "type": "bool"
        },
        "debounce_ch3": {
            "type": "bool"
        }
        },
         
     "decoder": "enlessdecoder.js"
 }

```

{% endcode %}

{% code title="TX PULSE ATEX 600-037" expandable="true" %}

```
{
     "description": "This LoRaWAN pulse transmitter has been specially designed for pulse counting applications on gas meters with a dry contact interface or an open collector inlet.ATEX approved - Explosives Atmospheres - Zone 0, this transmitter allows the remote reading of the data from the gas meter to which it is connected without any manual intervention. In other words, this transmitter will quickly and economically transform your conventional gas meter into a smart meter.",
     "properties": {
         "id": {
             "type": "uint32"
         },
         "device_type": {
             "type": "uint8"
         },
         "fw_version": {
            "type": "uint8"
        },
         "seq_counter": {
             "type": "uint8"
         }, 
         "Counter_Pulse1": {
            "type": "uint32",
            "unit": ""
        },
        "Counter_Pulse2": {
            "type": "uint32",
            "unit": ""
        },
        "Counter_oc": {
            "type": "uint32",
            "unit": ""
        },
        "pulse_ch1_flow_high": {
            "type": "bool"
        },
        "pulse_ch1_flow_low": {
            "type": "bool"
        },
        "pulse_ch2_flow_high": {
            "type": "bool"
        },
        "pulse_ch2_flow_low": {
            "type": "bool"
        },
        "oc_flow_high": {
            "type": "bool"
        },
        "oc_flow_low": {
            "type": "bool"
        },
        "pulse_ch1_leak": {
            "type": "bool"
        },
        "pulse_ch2_leak": {
            "type": "bool"
        },
        "pulse_oc_leak": {
            "type": "bool"
        },
        "battery": {
            "type": "uint8"
        },
        "msg_type": {
            "type": "uint8"
        },
        "pulse_ch1": {
            "type": "bool"
        },
        "pulse_ch2": {
            "type": "bool"
        },
        "pulse_oc": {
            "type": "bool"
        },
        "debounce_ch1": {
            "type": "bool"
        },
        "debounce_ch2": {
            "type": "bool"
        },
        "debounce_ch3": {
            "type": "bool"
        }
        },
         
     "decoder": "enlessdecoder.js"
 }

```

{% endcode %}

{% code title="TX PULSE LED 600-038" expandable="true" %}

```
{
     "description": "This LoRaWAN pulse meter transmitter works by reading and transcribing pulsed LED flashes and is therefore compatible with electric meters with light diodes.This radio transmitter allows the remote reading of the electric consumption data from the meter to which it is connected without any manual intervention. In other words, this transmitter will quickly and economically transform your electric meter into a smart meter. hanks to its LED optical reading head, the connection to the meter is simplified and requires only a few seconds.",
     "properties": {
         "id": {
             "type": "uint32"
         },
         "device_type": {
             "type": "uint8"
         },
         "fw_version": {
            "type": "uint8"
        },
         "seq_counter": {
             "type": "uint8"
         }, 
        
        "Counter3": {
            "type": "uint32",
            "unit": ""
        },      
        "battery": {
            "type": "uint8"
        },
        "msg_type": {
            "type": "uint8"
        },
        "pulse_oc": {
            "type": "bool"
        }       
        },
         
     "decoder": "enlessdecoder.js"
 }

```

{% endcode %}

{% code title="TX CONTACT 600-039" expandable="true" %}

```
{
     "description": "This LoRaWAN contact/status change transmitter is specifically designed for smart building, security and industrial applications.It meets all types of ON/OFF status change monitoring needs thanks to its two dry-contact inputs (binary output signal)",
     "properties": {
         "id": {
             "type": "uint32"
         },
         "device_type": {
             "type": "uint8"
         },
         "fw_version": {
            "type": "uint8"
        },
         "seq_counter": {
             "type": "uint8"
         }, 
         "Counter_Pulse1": {
            "type": "uint32",
            "unit": ""
        },
        "Counter_Pulse2": {
            "type": "uint32",
            "unit": ""
        },
        "Counter_oc": {
            "type": "uint32",
            "unit": ""
        },
        "battery": {
            "type": "uint8"
        },
        "msg_type": {
            "type": "uint8"
        },
        "pulse_ch1": {
            "type": "bool"
        },
        "pulse_ch2": {
            "type": "bool"
        },
        "pulse_oc": {
            "type": "bool"
        }
        },
         
     "decoder": "enlessdecoder.js"
 }

```

{% endcode %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://enless.gitbook.io/centre-aide/ressources/capteurs/codecs-et-decodage/multitech-ap-conduit-bacnet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
