Skip to content

alexandreLavenant/backhome

Repository files navigation

README

Simple ui to play some music when backhome (using dash button, kodi and iot switch).

I. Get the repository

git clone https://github.com/alexandreLavenant/backhome.git

II. Installation

yarn install
yarn build

III. Configuration

default.json

{
    "server" :
    {
        "port" : 3000,
        "auth" :
        {
            "cookieKeys" : ["", "", ""]
        },
        "user" :
        {
            "id" : "",
            "username" : "",
            "password" : ""
        }
    },
    "dash" :
    {
        "mac" : ""
    },
    "switch" :
    {
        "host" : "192.168.1.2"
    },
    "kodi" :
    {
        "host" : "192.168.1.3",
        "port" : 8080
    }
}

app.json

"music" :
{
	"morning" :
	[
		"edezd",
		"fezfz"
	],
	"evening" :
	[
		"fzdzedz"
	]
},
"enable" : true

IV. Run Program

yarn start

About

Back home app with amazon dash and kodi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published