This is home-automation system demo using mqtt client to control your devices connected with your ESP device. Using this demo software, You can build your own custom solution for home-automation product.
- Before doing anything first, You need to update "MoS" tool which is provided by Mongoose OS to build and upload firmware to ESP device..
$ mos update
$ mos build --arch esp32
Note : In case of esp8266, Replace "esp8266" with "esp32" in above command.
$ mos flash --port COM9
Note - you need to specific port on which you device is connected.
$ mos