1.6.2 • Published 5 years ago

homebridge-loxone v1.6.2

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

#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

5 years ago

1.6.1

5 years ago

1.6.0

6 years ago

1.5.2

6 years ago

1.5.1

6 years ago

1.5.0

7 years ago

1.4.1

7 years ago

1.4.0

7 years ago

1.3.3

7 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.22

8 years ago

1.0.21

8 years ago

1.0.20

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.0

8 years ago