Loxone OpenHAB Binding
Einklappen
X
-
Detailed logs paragraph here: https://github.com/ppieczul/org.open...g-instructions
(TRACE level not required now)Kommentar
-
org.eclipse.jetty.websocket.api.MessageTooLargeExc eption: Text message size [337921] exceeds maximum size [65536]
org.eclipse.jetty.websocket.api.MessageTooLargeExc eption: Text message size [337921] exceeds maximum size [65536]
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.smarthome.io.transport.upnp [11]
org.osgi.framework.BundleException: Could not resolve module: org.openhab.binding.loxone [10]
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.smarthome.io.transport.upnp [11]
org.osgi.framework.BundleException: Could not resolve module: org.openhab.binding.loxone [10]
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.smarthome.io.transport.upnp [11]
org.osgi.framework.BundleException: Could not resolve module: org.openhab.binding.loxone [10]
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.smarthome.io.transport.upnp [11]
org.osgi.framework.BundleException: Could not resolve module: org.openhab.binding.loxone [10]
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.smarthome.io.transport.upnp [11]
org.osgi.framework.BundleException: Could not resolve module: org.openhab.binding.loxone [10]
org.eclipse.jetty.websocket.api.MessageTooLargeExc eption: Text message size [337921] exceeds maximum size [65536]Kommentar
-
Please increase the websocket text message size to be above 337921 (e.g. 500000) in binding advanced parameters.
More details about that are in readme file in the repo.
The other warnings about unresolvable modules are suspicious. They may indicate something is wrong with the installation. but let's see if increasing the message helps. If it does not but these warnings persist I recommend repeat the installation with full removal of the previous version using Karaf console. This is described in the wiki.
Please let me know how it goes
thanks!Kommentar
-
Oh, I know what is happening, this is my fault. I uploaded the old binding to the release! It should be 2.2.0-3 but is 2.1.0-3. I fixed that, now it has the correct version uploaded. Please upgrade.
Thanks for helping me figure out that error and sorry for inconveniece.Kommentar
-
Pablo I use the Status Block to overview all Window and Licht States. Openhab seams to have quite some delay updating this information vs Loxone app. Anything that can be tweaked?Kommentar
-
#23.1Gast kommentierte27.08.2017, 11:48Kommentar bearbeitenHow much delay do you see?
There may be tens of reasons where this delay is introduced. If you can, you may enable debug information (https://github.com/ppieczul/org.open...g-instructions) and look at the log file when you manipulate switches (sudo tee /var/log/openhab2/openhab.log). There you should see if the logs appear immediately or where the delay is introduced. Based on the point, we may be able to tune it or not.
-
-
I just connect again and get UNINITIALIZED (HANDLER MISSING ERROR)
The openhab.log shows
[DEBUG] [openhab.binding.loxone.core.LxServer] - [3] Websocket connect failed, retrying after pause
[DEBUG] [openhab.binding.loxone.core.LxServer] - [3] Server connecting to websocket
[DEBUG] [enhab.binding.loxone.core.LxWsClient] - [3] Closing websocket session, reason : Attempt to connect a websocket in non-idle state: CLOSING
Rebooting is not helping.Zuletzt geändert von Rar9; 20.08.2017, 18:09.Kommentar
-
Hi,
first of all great job.
do somebody have a simple tutorial how i get this binding work with alexa. In the alexa app only switches are visible.
The folder /etc/openhab2/items/loxone.items doesn't exist, do i have do configure it manually?
BR
MichaelZuletzt geändert von wrack solutionist; 21.08.2017, 23:18.Kommentar
-
There will be only switches available. Alexa openhab binding does not support anything else but lighting switches and thermostats.
Please read the README.md file in the repo, there are two methods of configuration described: automatic and throug .items file. They are mutually exclusive.Kommentar
-
I am happy to announce that the Loxone binding has been upstreamed and now is part of the openHAB 2.2.x stream.
2.2.x stream is currently the development mainstream of openHAB that is targeted at the next future release of openHAB. You can download it following the instructions for the "Snapshot Release" on Linux Installation page.
Upstreamed version has one limitation comparing to the 2.2.0-3 version hosted on my page:- Lighting controllers and radio buttons do not have automatically populated scene and button selection labels to the channel options. In the UI, a drop down list of selectable values will not be available. All commands for the channels of these blocks should work fine. If selection labels are important, user has to define them manually in the sitemap. This limitation is due to the need for redesign of parts of the openHAB to support this feature in a proper way.
Zuletzt geändert von Gast; 27.08.2017, 11:50.Kommentar
-
Hi Pablo,
so far i read the forum the openhab Alexa binidng can also handle dimmer, raffstores,.. Unfortunetly I am very new in openhab. Can you give me a example, how a thing can be manually added in *.items. I want to understand the syntax for loxone items..
BR
Kommentar
-
There is an example at the end of readme file: https://github.com/openhab/openhab2-...binding.loxone
Please let me know if more information is needed.
-
-
Hi Pablo,
Under things I can not add Dimmer to items. (blue circle buttons does nothing)
Switches are fine.
Last beta config 9.1.10.9
Snapshot 2.20 #1062Zuletzt geändert von Rar9; 16.10.2017, 21:55.Kommentar
-
Hi Pablo!
Many thanks for your great job! It is magic :-)
I installed snapshot openhab2 fromCode:https://openhab.jfrog.io/openhab/openhab-linuxpkg unstable main
Everything works smooth, loxone miniserver is recognized, channels are available (switch, dimmer, rollershutter). In the control section I can control everything!
I connect alexa with openhab, there I see only the switches (lighting). I do not see dimmer or rollershutter. Is this not supported or do I do something wrong?
Kommentar
-
Hi. It was not supported. But I have not checked in a while the Alexa binding so maybe it can be supported now. I will take a look. Thanks for your feedback! -
According to the docu https://github.com/openhab/openhab-alexas it should work:
In addition you can tag Rollershutter items by [ "Switchable" ] and get support for setPercentage, incrementPercentageand decrementPercentage commands.
-
Kommentar