1.6.2 • Published 7 years ago
homebridge-loxone v1.6.2
#homebridge-loxone
Loxone plugin for Homebridge
Example config.json:
"platforms": [
{
"platform": "Loxone",
"name": "Loxone",
"ip_address": "",
"username": "",
"password": "",
"TemperatureSensors":[
{
"name": "Temperature kitchen",
"input": "AWI3"
}
],
"HumiditySensors":[
{
"name": "Humidity bathroom",
"input": "AI_SEN3-RH"
}
],
"AirQualitySensors":[
{
"name": "Air quality kitchen",
"input": "AI_SEN2-CO2"
}
],
"Outlets":[
{
"name": "Socket",
"input": "I_I6",
"output": "Q_I6"
}
]
}
]
Supported Device Types:
- Temperature Sensors (input only)
- Humidity Sensors (input only)
- Air Quality Sensors (input only)
- Outlets (input and output)
Fields:
- "name": The name you want to use to control the loxone input or output (required)
- "input": The name of the loxone input
- "output": The name of the output
1.6.2
7 years ago
1.6.1
7 years ago
1.6.0
8 years ago
1.5.2
8 years ago
1.5.1
8 years ago
1.5.0
8 years ago
1.4.1
8 years ago
1.4.0
8 years ago
1.3.3
8 years ago
1.3.2
9 years ago
1.3.1
9 years ago
1.3.0
9 years ago
1.2.0
9 years ago
1.1.0
9 years ago
1.0.22
10 years ago
1.0.21
10 years ago
1.0.20
10 years ago
1.0.12
10 years ago
1.0.11
10 years ago
1.0.9
10 years ago
1.0.8
10 years ago
1.0.7
10 years ago
1.0.6
10 years ago
1.0.5
10 years ago
1.0.4
10 years ago
1.0.3
10 years ago
1.0.2
10 years ago
1.0.0
10 years ago