-
Notifications
You must be signed in to change notification settings - Fork 3
Configuration instructions
Unless you are familiar with the concept of openHAB things, channels and items, and you want to manually create and manage items for your Loxone Miniserver, you should use so-called Simple mode
for openHAB. In this mode, openHAB will create all required items for you automatically (which in most cases is what you need).
To enable simple mode, open PaperUI and go to Configuration/System
page. Find Item linking
section and, if not enabled, enable Simple mode
. Don't forget to click on the Save
button!
Simple mode must be enabled prior to the next steps, in which Miniserver Thing is created. If you created Miniserver Thing but had forgotten to enable the simple mode, you have to delete the thing and repeat the creation process once again.
Each Loxone Miniserver device is represented in openHAB as a separate Thing. To create a Miniserver Thing:
- Open PaperUI
- Go to
Inbox
and see if there already is your Loxone Miniserver discovered. If yes, click on the+
sign to add it as a Thing and move to Configuring user name and password section.
- If there is no Miniserver in the
Inbox
, go toConfiguration/Things
and press"+"
to add a new thing, then selectLoxone Binding
- Loxone Miniservers visible on the local network should be now discovered and listed
- If it does not happen, it is possible that they were already discovered and placed in the
Inbox
- please double check - If you still can't find your Miniserver, try to add it manually
A discovered and added Miniserver needs setting up credentials to become functional. A Miniserver without completed setup will show Uninitialized
status.
-
Go to
Configuration/Things
and select your Miniserver- Enter user name and password in the
Miniserver settings
section - Check thing name and location and update them to your preference
- Location is populated automatically only on the first run, it will not be reverted once you change it
- Here you can also change host address and port number in case there is such need in the future
- Enter user name and password in the
-
Push checkmark sign to confirm your changes
- If everything is fine, you should see your Miniserver changing status to
ONLINE
- If something went wrong, Miniserver status will be
OFFLINE
and there should be detailed reason displayed next to it. You may consult debugging instructions for troubleshooting your problem.
- If everything is fine, you should see your Miniserver changing status to
A Miniserver, which is ONLINE
, will contain openHAB Channels
, that represent Loxone funtional blocks exposed in the Loxone UI.
Please note, that not all types of functional blocks are currently supported by the binding. For the list of supported blocks please consult repository's readme.MD file.
When you click on the Miniserver Thing, you should see which channels were created for the thing. Channel label is comprised of a room name and control name separated by /
. When there is no room configured for the control, it will be equal to the control name only.
You can interact with Loxone controls through the created channels, by operating on openHAB Items.
openHAB will create an item for each of the channels automatically, only if it operates in the Simple mode
.
To see the Items
and interact with them, please go to the Control
page of the Paper UI
. This page is intended mainly for administration and verification purposes and is not a target user interface for openHAB. Creating a sophisticated user interfaces that operate on items linked to Loxone controls, is a subject of a separate tutorial.
Now your setup is ready to operate and you may start combining your Loxone devices with a variety of services that openHAB makes possible.