An IoT-based Air Conditioner Monitoring System

January 19th, 2018 Posted by NEWS 0 thoughts on “An IoT-based Air Conditioner Monitoring System”

The project is an air conditioner monitoring system which is in collaboration between Daikin Malaysia and Taylor’s University with the main objective to expose Electrical and Electronic students to IoT by developing a condition monitoring system for an air conditioner system.  The project is designed to give a real-time update to the user or manufacturer with the sensors which are installed into the air conditioner system. The following parameters are measured as addressed to the common defects and to monitor the energy usage:

  1. Refrigerant pressure
  2. Piping vibration
  3. Differential air pressure across air filter
  4. Energy consumption

Data collected by the sensors is sent to an Internet of Things (IoT) platform Favoriotthrough an Arduino with Wi-Fi connection. The analytical process will be carried out and whenever one or more of the parameter passed through the threshold, an immediate response will be sent, such as switched off the air conditioner, as well as informing the user or manufacturer.

All the sensors are then connected to an Arduino UNO that is equipped with a Wi-Fi module for the internet connectivity. The figure below shows an Arduino with Wi-Fi module connected.

After the data is collected, it will be sent to an IoT platform via the internet. Favoriot, a company that specializes in IoT technology, has provided students a full-functional IoT platform for their project.

[Note: Taylor’s University is one of the 17 Malaysian Universities that utilizes Favoriot as their IoT platform for their Final Year students projects]

FAVORIOT – MQTT Websocket

January 19th, 2018 Posted by IOT PLATFORM 0 thoughts on “FAVORIOT – MQTT Websocket”

MQTT websocket allows the browser to receive messages directly from a server as new messages arrive. Favoriot platform has enabled this feature that allows data to be stored, and the same time delivered to the MQTT client that subscribe to the same topic (a bi-directional communication). This is an important feature for the following use cases.

  • Display live data from a device
  • Receive alert and notifications
  • Communicate effectively with a mobile phone application

*The data will be delivered “as-it-is” basis.

How to configure?

Sending / publish data

Use the following configuration to setup your device to send / publish data.

Host : mqtt.favoriot.com

Websocket Port : 3000

Use your Read-write API-Key as username and password to connect to the platform.

ClientID (for some MQTT clients): Any name

Publish : {Your-API-Key}/*

Example : {Your-API-Key}/Home/Temperature

Receive / subscribe

Use to the following configuration to receive / subscribe

Subscribe : {Your-API-Key}/*

Example : {Your-API-Key}/Home/Temperature

Whenever a new data arrives at the Favoriot MQTT websocket, the same data will then be pushed to the subscriber/s.

Smart IoT Waste Management

January 19th, 2018 Posted by IOT PLATFORM 0 thoughts on “Smart IoT Waste Management”

The waste container is an essential part of waste management in Singapore and is ubiquitous. Type of waste container can be from general waste to industrial waste, there is also a waste container for recycling.

This project aims to develop a smart waste sensing where waste status detail can be managed through a waste management platform via the Favoriot platform, providing instant access to information of the waste container, such as the capacity of the container, location, odor detection, smoke, and heat detection.

This would help reduce manpower and traffic, as the lesser trip will be needed to collect waste from waste container. As a result, it increases productivity and efficiency of the operation. While reducing the carbon footprint for the environment and traffic created by the waste collector.

[Note: This project is being done by the University of Glasgow Singapore, our FAVORIOT’s University’s collaborator.]

 

You can check out the whole LIST of IOT PROJECTS by our University Collaborators.

Copyright © 2026 All rights reserved