Skip to main content

Kilvington Comms Room Temperature Sensor

The Kilvington comms room temperature sensor receives a DHCP address from the .134 subnet.

A reservation is currently in place for the IP address 192.168.134.127

This sensor sends MQTT messages to Thingsboard sensor running on the server pbr-iot-1.pbr.org.au

The sensor is configured via the HTTP interface.

The sensor resides on the Special wifi network

image.png

The set up for the temperature and humidity module is below:

image.png

The MQTT setting is below:

image.png


A custom rule is used for sending MQTT messages to the Thingsboard. 

The command for the rule is below. This rule pushes an MQTT message whenever new sensor data 

This can be copied and pasted into the 

Rule1
ON Tele-SI7021#TEMPERATURE DO PUBLISH v1/devices/me/telemetry {"Temperature":%VALUE%} ENDON
ON Tele-SI7021#HUMIDITY DO PUBLISH v1/devices/me/telemetry {"Humidity":%VALUE%} ENDON
ON Tele-SI7021#DEWPOINT DO PUBLISH v1/devices/me/telemetry {"DewPoint":%VALUE%} ENDON
Rule1 1

The console is access through the main menu:

image.png