Skip to content

EchterTill/SmarthomeV2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published