Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 499 Bytes

readme.md

File metadata and controls

22 lines (21 loc) · 499 Bytes

Smarthome V2 Documentation

JSON device integration

{
  "<string: room_id>": {
    "name": "<string: display_name>",
    "devices": {
      "<string: device_id>": {
        "name": "<string: display_name>",
        "ip": "<string: ip_addres>",
        "type": "<string: device_type>",
        "index": "<int: index>"
      }
    }
  }
}

Device Types:

  • Roller shutter (Shelly 2.5) - shelly.roller
  • Relay (Shelly 2.5) - shelly.relay
  • Dimmer (Shelly Dimmer) - shelly.dimmer