What is it about
This project is split into two main parts:
1. Detecting indoor air quality by regularly measuring temperature and amount of humidity and fine particles concentration in the air
2. Automatically notifying Maintenance Company when water leak is detected. Imagine that there is a Plumbing company that sells connected devices to detect water leaks. In this project we will implement smart connected devices capable of notifying the maintenance team when a water leak is detected to take appropriate action.
Why this project
The idea of this project is to show how to connect a smart home with business solutions like Dynamics CRM to allow businesses to track their products after they are deployed to customer fields with real time updates.
How does it Work
1. User logs in to a web application hosted on Azure and sees in real time dashboards indoor temperature and amount of humidity and fine particles concentration
2. When Water leak is detected, the maintenance team in the plumbing company automatically receives a new incident in their Dynamics CRM system
What will we use
1. The web application for configuring and management will be hosted on Microsoft Azure
2. Indoor sensors will use Beebotte.com API to send data to Beebotte (IoT platform) to store and visualize data
3. Water Leak detectors will send data to an Azure service bus queue
4. Dynamics CRM adapter will listen to Azure Service bus queue and create a new incident whenever a new message is detected
Comments