Skip to content

chaoslion/raspy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RasPy 3.3

Python Package Requirements

Basic Configuration

Permissions

  • RasPy must run with root permissions
  • php folder must belong to webserver group [www-data]

Example configuration

{
    "apikey": "???",
    "timeout": 5,
    "rcsocket": {
        "automatctrl": {
            "items": [
                "automat1",
                "automat2"
            ]
        }
    },
    "notifier": {
        "pushbullet": {
            "apikey": "???",
            "excluded": ["alex", "bob"]
        },
        "mail": {
            "server": "mail.gmx.net",
            "port": 587,
            "user": "???",
            "password": "???",
            "sender": "webmaster@foo.de",
            "recipients": ["bob@foo.de"]
        },
        "twitter": {
            "consumer": [
                "???",
                "???"
            ],
            "access": [
                "???",
                "???"
            ]
        }
    },
    "traffic": {
        "apikey": "???"
    },
    "weather": {
        "forecast": {
            "apikey": "???",
            "location": [50.37, 13.37]
        },
        "cam": {
            "device": 0
        }
    },
    "system": {
        "disk": {
            "rootpartition": "sda2"
        }
    },
    "fritz": {
        "ip": "192.168.178.1",
        "password": "???",
        "user": "???"
    }
}

Run RasPy

Start RasPy with -d to enter debug mode

python raspy.py [-d]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published