This commit is contained in:
Kai Wansart
2018-02-02 00:21:59 +01:00
commit 9c3e560900
36 changed files with 1114 additions and 0 deletions

BIN
config/.DS_Store vendored Normal file

Binary file not shown.

51
config/devices.json Normal file
View File

@ -0,0 +1,51 @@
{
"yeelight" : {
"fernseher" : {
"ip" : "192.168.178.127",
"type" : "rgb",
"groups" : {
"1" : "passiv",
"2" : "zimmer"
}
},
"regal" : {
"ip" : "192.168.178.128",
"type" : "rgb",
"groups" : {
"1" : "passiv",
"2" : "zimmer"
}
},
"monitor" : {
"ip" : "192.168.178.126",
"type" : "rgb",
"groups" : {
"1" : "passiv",
"2" : "zimmer"
}
},
"bett" : {
"ip" : "192.168.178.122",
"type" : "rgb",
"groups" : {
"1" : "zimmer"
}
}
},
"ssh" : {
"nas" : {
"ip" : "192.168.178.81",
"user" : "root"
}
},
"wol" : {
"nas" : { "mac" : "38.EA.A7.A1.09.D7" }
},
"denon" : {
"ip" : "192.168.178.69",
"input" : {
"TV" : "TV Audio",
"Internet Radio" : "Internet Radio"
}
}
}

View File

@ -0,0 +1,36 @@
{
"yeelight" : {
"fernseher" : {
"ip" : "192.168.178.127",
"type" : "rgb"
},
"regal" : {
"ip" : "192.168.178.128",
"type" : "rgb"
},
"monitor" : {
"ip" : "192.168.178.126",
"type" : "rgb"
},
"bett" : {
"ip" : "192.168.178.122",
"type" : "rgb"
}
},
"ssh" : {
"nas" : {
"ip" : "192.168.178.81",
"user" : "root"
}
},
"wol" : {
"nas" : { "mac" : "38.EA.A7.A1.09.D7" }
},
"denon" : {
"ip" : "192.168.178.69",
"input" : {
"TV" : "TV Audio",
"Internet Radio" : "Internet Radio"
}
}
}

9
config/settings.json Normal file
View File

@ -0,0 +1,9 @@
{
"yeelight": {
"dunkel": "1",
"hell": "100",
"warm": "1700",
"normal": "3000",
"kalt": "6500"
}
}

View File

@ -0,0 +1,9 @@
{
"yeelight" : {
"dunkel" : "1",
"hell" : "100",
"warm" : "1700",
"normal" : "3000",
"kalt" : "6500"
}
}