homebridge-globalcache-itach
v0.1.7
Published
A homebridge plugin for Global Cache iTach devices
Downloads
9
Maintainers
Readme
homebridge-globalcache-itach
This homebridge plugin adds support for Global Cache iTach devices. Example configuration is below. Relays and IR devices are supported.
"platforms": [{
"platform": "GlobalCacheItach",
"name": "Global Cache Itach",
"devices": [{
"name": "Gate",
"host": "192.168.0.XXX",
"ports": [{
"name": "Gate",
"toggleMode": true
}, {
"disable": true
}, {
"disable": true
}]
}, {
"name": "Roomba",
"host": "192.168.0.XXX",
"enableLearnLogging": true,
"ports": [{
"name": "IR1",
"commands": {
"on": "1,37091,50,1,20,112,35,112,35,112,108,39,36,112,35,112,35,780,111,38,36,112,35,112,35,112,108,39,36,112,35,112,35,780,111,39,36,112,35,112,35,112,108,39,36,112,35,112,35,781,111,39,36,112,35,112,35,112,108,39,36,112,35,112,35,790,111,39,36,112,35,112,35,112,108,39,36,112,35,112,35,3709",
"off": "1,37000,4,1,32,32,32,32,32,32,64,32,32,32,32,32,32,161,32,32,32,64,32,32,64,32,32,32,32,32,32,32,32,32,32,64,64,2731,32,32,32,32,32,32,64,32,32,32,32,32,32,161,32,32,32,64,32,32,64,32,32,32,32,32,32,32,32,32,32,64,64,1200"
}
}, {
"disable": true
}, {
"name": "Roomba 572 Pet Series",
"commands": {
"On and Clean": ["Power", "Clean"],
"Dock": ["Power", "Clean"],
"Up": "1,23191,50,1,111,39,36,112,35,112,35,112,62,86,10,140,2,2319",
"Left": "1,37091,50,1,111,38,36,112,35,112,35,112,35,112,33,114,3,3709",
"Right": "1,22686,50,1,17,2268",
"Spot": "1,36982,50,1,45,67,3,3698",
"Power": "1,37091,5,1,20,112,35,112,35,112,108,39,36,112,35,112,35,780,111,38,36,112,35,112,35,112,108,39,36,112,35,112,35,780,111,39,36,112,35,112,35,112,108,39,36,112,35,112,35,781,111,39,36,112,35,112,35,112,108,39,36,112,35,112,35,790,111,39,36,112,35,112,35,112,108,39,36,112,35,112,35,100",
"Clean": "1,36982,1,1,111,38,36,112,35,112,35,112,108,39,36,112,35,112,35,781,111,38,36,112,35,112,35,112,108,39,36,112,35,112,35,780,111,38,36,112,35,112,35,112,108,39,36,112,35,112,35,781,111,38,36,112,35,112,35,112,108,39,36,112,35,112,35,790,111,38,36,112,35,112,35,112,108,39,36,112,35,112,35,781,111,38,36,112,35,112,35,112,108,39,36,112,35,112,35,781,111,38,36,112,35,112,35,112,108,39,36,112,35,112,35,780,111,38,36,112,35,112,35,112,108,359,36,112,35,112,35,4733",
"Cancel": "1,37091,50,1,111,38,36,112,35,112,35,112,35,112,108,39,36,112,108,707,3,3709"
}
}]
}]
}]