1.3.0 • Published 11 days ago

homebridge-loxone-control v1.3.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 days ago

verified-by-homebridge

Homebridge Loxone Control

Homebridge plugin to control a Loxone web interface with Puppeteer. This is very useful when you don't have network access to the Loxone Miniserver, but you can log into the web interface of Loxone:

Plugin Information

  • This plugin allows you to view and control all your Loxone devices within HomeKit. The plugin:
    • opens a headless Chrome browser with the Loxone web interface and intercepts the built-in websocket
    • attempts to control your devices by sending commands directly with the websocket connection
    • instantly getting state updates by listening for certain events on the websocket
    • support for various devices, including blinds (with percentage and tilt adjustments), lights (with dimming capabilities), outlets, ventilations and temperature sensors.

Prerequisites

  • To use this plugin, you will need to already have:
    • Node: latest version of v18 or v20 - any other major version is not supported.
    • Homebridge: v1.6 - refer to link for more information and installation instructions.
    • Credentials for Loxone MiniServer: You will need your Loxone MiniServer ID and login credentials for the Loxone App. Typically, your landlord will provide a login link or similar access method for the Loxone App. Within the app, navigate to the info panel to locate the "serial number," which serves as your MiniServer ID.

Tenants at Jägerstrasse 59, Winterthur

Check your emails for correspondence from the 'Living Services' portal. You likely have received emails from this service. Look for one of these emails and use it to access the 'Living Services' App on a desktop browser. Inside the app, there's a 'Loxone' link. Open it and log in using the credentials provided by Wincasa. If you're unsure of your credentials, reach out to Wincasa through a support ticket for assistance.

Setup

  1. Download the latest Chromium, open a terminal in the homebridge UI and execute sudo apt-get install chromium
  2. Verify the Chromium installation by running chromium, output should be similar to (chromium:30533): Gtk-WARNING **: cannot open display
  3. Install this plugin trough the homebrdige UI by the name homebridge-loxone-control, or manually with sudo npm install -g homebridge-loxone-control
  4. Just go trough the configuration wizard of the plugin - it will discover all available devices automatically

Configuration JSON

The plugin allows to control all values that need to be matched with your specific Loxone installation - so it can be used for really any Loxone configuration out there. The blindsTiming\* values are there to control how long it takes for a blind to reach 100% in seconds, 3 different types are supported: standart "window", a bigger one "window-big" and "awning". It is also possible to define all available fanLevels within your specific ventilation installation.

Blinds & Awning

"devices": [
    {
        "name": "Livingroom Blinds",
        "identifier": "Wohnzimmer • Beschattung:type=Jalousie:1b2f65ea-0188-97df-ffff3270fa7dbe12"
    }
]
"devices": [
    {
      "name": "Loggia Front Blinds",
      "identifier": "Loggia • Beschattung:type=Jalousie:1adc0782-020b-0acb-ffff61be6a4d6391",
      "blindsTiming": "awning"
    }
]
PropertyDescription
nameThe name of the device in HomeKit
identifierThe identifier of the device in Loxone
blindsTimingWhich blind timing you want to use: window, window-big or awning

Light

"devices": [
    {
      "name": "Kitchen Spot",
      "identifier": "Küche • Beleuchtung:type=Dimmer:1ae00af1-03c7-2aac-ffff4fded8e6fa73"
    }
]
PropertyDescription
nameThe name of the device in HomeKit
identifierThe identifier of the device in Loxone

Outlet

"devices": [
    {
      "name": "Office Plug",
      "identifier": "Wohnzimmer • Beleuchtung:type=Switch:1b2f67f3-01e2-210d-ffff62863f934c70",
      "lightOutlet": true
    }
]
PropertyDescription
nameThe name of the device in HomeKit
identifierThe identifier of the device in Loxone
lightOutletDo you want to handle this light as outlet?

Fan

"devices": [
    {
      "name": "Livingroom Fan",
      "identifier": "Wohnzimmer • Lüftung:type=Radio:1adc2790-03a4-5f71-ffff549825251d7a",
      "fanAddButtons": "2,3,6,7"
    }
]

Temperature Sensor

"devices": [
    {
      "name": "Livingroom Temperature",
      "identifier": "Wohnzimmer • Klima:type=InfoOnlyAnalog:1acf23d8-03df-100d-ffff549825251d7a"
    }
]
PropertyDescription
nameThe name of the device in HomeKit
identifierThe identifier of the device in Loxone
1.3.0

11 days ago

1.2.4

19 days ago

1.2.3

19 days ago

1.2.2

19 days ago

1.2.1

22 days ago

1.2.0

3 months ago

1.0.2

3 months ago

1.1.0

3 months ago

1.0.1

3 months ago

1.0.0

3 months ago

0.5.4

3 months ago

0.5.3

3 months ago

0.5.2

3 months ago

0.5.1

4 months ago

0.5.0

4 months ago