nakh_Home
(Nakh Home)
January 23, 2019, 1:43pm
14
This issue is driving me crazy and i am not sure that the severity is understood.
so, i will summarize. @Kai , once again the reliability of the android application and iOs is affected
When using the android application with a connection to myopenhab, some warnings are logged and the android application UI is not refreshed.
[WARN ] [io.openhabcloud.internal.CloudClient] - Jetty request 1379803 failed: null
[WARN ] [io.openhabcloud.internal.CloudClient] - Response Failure: null
Movie issue
Github issue
How can i debug a such issue?
it’s not possible to increase the log level for io.openhabcloud.internal.CloudClient, it’s not a binding
This issue was raised in several threads and it affects the android and iOS users:
Hi,
yeah - I’ve seen this happening. I’ve also been using the safari workarround, but found it cumbersome, as I couldn’t access easily remotely via the OpenHab Cloud Service.
It’s a pitty that the iOS development doesn’t progress as much as the android version does, since the userbase of this phone is considerably high.
Kurt
I think that the problem is local (see my “improved” assumption )
From the warning message, I understand that:
io.openhabcloud.internal.CloudClient sends requests to Jetty and gets null responses
Maybe you can put the io.openhabcloud addon in TRACE log level to see what the heck is the io.openhabcloud.internal.CloudClient asking from Jetty during the failure?
I want to underline that in my current case, the sendnotifications do not work also
As already posted here :
Although some users reported that sendNotification still works, i cannot get notifications from a rule. But i can get notifications that i send from the textbox on myopenhab.org .
What i tried is
sendNotification(“my@email.address”, “Test”) like on the intro page
sendBroadcastNotification(“Test”) also does not work
the cloud service source code says something about “String userId” as input so i tried various IDs i found on the webpage (device ids, ids that are within t…
i have tried also the items below with no success:
Often when one encounters a problem with OH, particularly after an update, OH will refuse to run or certain parts of OH stop working. Some reported errors include:
500 or 404 errors when accessing the UIs
lots of exceptions from Jetty or other core components in openhab.log
OH refuses to start at all
The first step in debugging the problem is to clear the tmp and cache.
Installed OH
If you are running an installed OH (openHABian, installed using apt or yum):
openhab-cli stop
openhab-cl…
Updating the threads settings
If you’re running openHAB on a host computer with many cores, you may see an error in your log file that looks like this.
16:25:43.381 [ERROR] [et.http.internal.WebClientFactoryImpl] - Could not start Jetty http client
java.lang.IllegalStateException: Insufficient configured threads: required=13 < max=10 for QueuedThreadPool[common]@75f3f957{STARTED,5<=5<=10,i=5,q=0}[ReservedThreadExecutor@16f08868{s=0/1,p=0}]
at org.eclipse.jetty.util.thread.ThreadPoolBudget.check(ThreadPoolBudget.java…
Usually that exception is a side effect of the load.
The increased load could be due to openHAB trying to apply addon changes every minute.
Can you post the contents of the following files?
/etc/openhab2/services/addons.cfg
/var/lib/openhab2/config/org/openhab/addons.config
It may help to delete /var/lib/openhab2/config/org/openhab/addons.config so it is regenerated with correct content (see [SOLVED] OH 2.3 missing ComfoAir Binding in PaperUI ).
Some Details about my configuration:
Release = Raspbian GNU/Linux 9 (stretch)
Kernel = Linux 4.14.79-v7+
Platform = Raspberry **Pi 3 Model B Plus** Rev 1.3
CPU Usage = 2.78% avg over 4 cpu(s) (4 core(s) x 1 socket(s))
CPU Load = 1m: 0.40, 5m: 0.37, 15m: 0.38
Memory = Free: 0.08GB (9%), Used: 0.86GB (91%), Total: 0.95GB
Swap = Free: 0.02GB (29%), Used: 0.06GB (71%), Total: 0.09GB
Root = Free: 9.36GB (67%), Used: 4.54GB (33%), Total: 14.53GB
Updates = 14 apt updates available.
Sessions = 2 sessions
Processes = 141 running processes of 32768 maximum processes
openHAB 2.5.0~S1502-1 (Build #1502)
My Openhab story:
Hi @nakh_Home ,
I love your excelent write up of your configuration.
But i have a question about the use of the Z-Wave Neo Coolcam Door/Window Sensors. I have a number of these devices in my config, but i am having problems getting them configured right in openHAB.
I see the door sensors status in my sitemap (Binary Sensor). But i do not know how to get the other info from the sensors in my sitemap. You mentioned that the Temperature and Luminance are not working, but i see the Alarm (burlar)…