github.com/simpleiot/simpleiot@v0.18.3/docs/user/shelly.md (about)

     1  # Shelly IoT
     2  
     3  Shelly sells a number of reasonably priced open IoT devices for home automation
     4  and industrial control. Most support WiFi network connections and some of the
     5  Industrial line also supports Ethernet. The API is open and the devices support
     6  a number of communication protocols including HTTP, MQTT, CoAP, etc. They also
     7  support mDNS so they can be discovered on the network.
     8  
     9  - [Main website](https://www.shelly.cloud/)
    10  - [Device documention](https://kb.shelly.cloud/knowledge-base/devices)
    11  - [API](https://shelly-api-docs.shelly.cloud/)
    12  
    13  Simple IoT provides the following support:
    14  
    15  - automatic discovery of all Shelly devices on the network using mDNS
    16  - Support for the following devices:
    17    - 1pm (not tested)
    18    - Bulb Duo (on/off only)
    19    - Plus 1
    20    - Plus 1PM (not tested)
    21    - Plus 2PM
    22    - Plus Plug (only US variant tested)
    23      - measurements such as Current, Power, Temp, Voltage are collected.
    24    - Plus i4
    25  - Currently status is polled via HTTP every 2 seconds
    26  
    27  ## Setup
    28  
    29  - Configure the Shelly devices to connect to your WiFi network. There are
    30    several options:
    31    1. Use the Shelly phone app
    32    1. A new device will start up in access point mode. Attach a computer or phone
    33       to this AP, open [http://192.168.33.1](http://192.168.33.1) (default
    34       address of a reset device), and then configure the WiFi credentials using
    35       the built-in Web UI.
    36  - Add the Shelly client in SIOT
    37  - The Shelly client will then periodically scan for new devices and add them as
    38    child nodes.
    39  
    40  ## Example
    41  
    42  ![shelly](images/shelly.png)
    43  
    44  ## Plug Example
    45  
    46  ![shelly plug](images/shelly-plug.png)