Skip to content

Simulate home appliance hardware object controller for IoT

Notifications You must be signed in to change notification settings

afiqharith/iot-mqtt-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartHouse control using MQTT for IoT implementation

This project is a simulation on IoT remote control for SmartHouse. Implemented MQTT to broadcast the bit state to the hardware. Future planning to include physical hardware.


Bit mask of the objects

Hardware ID Bit7 Bit6 Bit5 Bit4 Bit3 Bit2 Bit1 Bit0
Fan ID1 0 0 0 0 0 0 0 1
Fan ID1 0 0 0 0 0 0 1 0
Fan ID1 0 0 0 0 0 1 0 0
Fan ID1 0 0 0 0 1 0 0 0
Lamp ID1 0 0 0 1 0 0 0 0
Lamp ID2 0 0 1 0 0 0 0 0
Lamp ID3 0 1 0 0 0 0 0 0
Lamp ID4 1 0 0 0 0 0 0 0

Application window

outputimage outputimage

**Only for proof of concept

About

Simulate home appliance hardware object controller for IoT

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages