Description of the idea.
For many years, I have been thinking about the concept of a Smart Home.
I have seen many systems and devices, expensive and cheap.
All of these systems and devices, in general, is a lighting control consoles and some other devices.
Almost all of these systems are able to control the room temperature.
In these systems, I saw not much "SMART" ...
All these systems and devices are very expensive. Nowadays there are many cheap devices that can and should be used.
Arduino and ESP8266 boards, for me, are the ideal option in terms of functionality and price.
In small and home automation, it makes no sense to use boards with a lot of functions and outputs/inputs.
The price for one board does not exceed 5 Euro, plus a mini power supply unit, plus 1, 2 relays, and the total cost does not exceed 15 Euro.
Yes, I considered the most expensive option, plus I constructed everything by myself.
I think the system that I created has more chances to be called "SMART".
The main device in my system is a Linux server with Apache, PHP, MySQL.
At the moment, all my devices are made on the basis of the ESP8266 and communicate via Wi-Fi with the Server.
To date, I have made only a few models of devices, "Power Meter","Light Control", "Weather Logger", "Access Control",
"I/O Module", "Windows Close/Open".
Tell me that there are such devices in any system ...
Yes there is. But not these devices make my system "SMART".
All work, all logic is processed by the Server. And there are no limits.
My system works like this.
To create a device, it is necessary to describe the device model, that is, incoming and outgoing data.
A device model is a database record describing functions and codes that can be sent to or from a device.
No comments:
Post a Comment