Leveraging MQTT and Shelly smart home devices to seamlessly control a lamp's on/off functionality within a smart home setup.
- Install IoT app for Smart Home based on MQTT protocol, such as IoT MQTT Panel.
- Or use MQTT Explorer, an MQTT client that provides a structured overview of your MQTT topics.
...needs to be updated later on in the project...
...needs to be updated later on in the project.. "Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space."
This software is licensed under the MIT License, allowing you to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software under the following conditions:
- Include the original copyright message and the MIT License in all copies or substantial portions of the software. For more details, refer to the MIT License file.
Follow these steps to run the application using Docker.
``` docker pull fungover/thunder:latest ```
``` docker run -p 1883:1883 -d fungover/thunder:latest ```