Skip to content

Instantly share code, notes, and snippets.

@sashless
Last active August 29, 2015 14:16

Revisions

  1. sashless renamed this gist Mar 6, 2015. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion gistfile1.json → gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,4 @@
    ```json
    {
    “devices”: {
    “r1sw1″: {
    @@ -45,4 +46,5 @@
    }
    }
    }
    }
    }
    ```
  2. sashless created this gist Mar 6, 2015.
    48 changes: 48 additions & 0 deletions gistfile1.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,48 @@
    {
    “devices”: {
    “r1sw1″: {
    “protocol”: [ “elro_he_switch” ],
    “id”: [{
    “systemcode”: 14,
    “unitcode”: 1
    }],
    “state”: “off”
    }
    },
    “rules”: {},
    “gui”: {
    “r1sw1″: {
    “name”: “Schalter 1″,
    “group”: [ “Raum 1″ ],
    “media”: [ “all” ]
    }
    },
    “settings”: {
    “log-level”: 4,
    “pid-file”: “/var/run/pilight.pid”,
    “log-file”: “/var/log/pilight.log”,
    “send-repeats”: 10,
    “receive-repeats”: 1,
    “webserver-enable”: 1,
    “webserver-root”: “/usr/local/share/pilight/”,
    “webserver-port”: 5001,
    “webserver-cache”: 1,
    “firmware-update”: 0
    },
    “hardware”: {
    “433gpio”: {
    “sender”: 0,
    “receiver”: 1
    }
    },
    “registry”: {
    “webgui”: {
    “tabs”: 1
    },
    “pilight”: {
    “version”: {
    “current”: “5.0”
    }
    }
    }
    }