Skip to content

fungover/thunder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ITHS

⚡ Thunder ⚡

Open issues workflow badge Pull request workflow badge Open issues workflow badge Contributors workflow badge Language workflow badge

Description

Leveraging MQTT and Shelly smart home devices to seamlessly control a lamp's on/off functionality within a smart home setup.

Installation

  • 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.

Instruction

...needs to be updated later on in the project...

Usage

...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."

Licensing

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.

Running the Application with Docker

Follow these steps to run the application using Docker.

Step 1: Pull the Docker Image

``` docker pull fungover/thunder:latest ```

Step 2: Run the Docker Container

``` docker run -p 1883:1883 -d fungover/thunder:latest ```