homebridge-loxone

1.6.2 • Public • Published

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

Package Sidebar

Install

npm i homebridge-loxone

Weekly Downloads

15

Version

1.6.2

License

ISC

Unpacked Size

36.3 kB

Total Files

13

Last publish

Collaborators

  • adeptive