Not able to Expose Any Item to MYOpenHab.com

I have Spent one day trying to expose one item to MYOpenHab.com but it didn’t work for me
I am getting this error messages in the LOG I think it is related to the issue I face :

2019-08-08 09:32:00.179 [INFO ] [io.openhabcloud.internal.CloudClient] - Shutting down openHAB Cloud service connection

2019-08-08 09:32:00.193 [INFO ] [io.openhabcloud.internal.CloudClient] - Disconnected from the openHAB Cloud service (UUID = 3270d73e-f145-4e11-a302-160038d907c7, base URL = http://localhost:8080)

2019-08-08 09:32:00.404 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = 3270d73e-f145-4e11-a302-160038d907c7, base URL = http://localhost:8080)

2019-08-08 09:32:27.144 [ERROR] [io.openhabcloud.internal.CloudClient] - Socket.IO error: {}

io.socket.engineio.client.EngineIOException: xhr post error

	at io.socket.engineio.client.Transport.onError(Transport.java:71) [237:org.openhab.io.openhabcloud:2.4.0]

	at io.socket.engineio.client.transports.PollingXHR.access$000(PollingXHR.java:19) [237:org.openhab.io.openhabcloud:2.4.0]

	at io.socket.engineio.client.transports.PollingXHR$4$1.run(PollingXHR.java:88) [237:org.openhab.io.openhabcloud:2.4.0]

	at io.socket.thread.EventThread$2.run(EventThread.java:80) [237:org.openhab.io.openhabcloud:2.4.0]

	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:?]

	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:?]

	at java.lang.Thread.run(Thread.java:748) [?:?]

Caused by: java.io.IOException: 400

	at io.socket.engineio.client.transports.PollingXHR$Request$1.run(PollingXHR.java:218) ~[?:?]

	... 1 more

2019-08-08 09:32:27.195 [INFO ] [io.openhabcloud.internal.CloudClient] - Disconnected from the openHAB Cloud service (UUID = 3270d73e-f145-4e11-a302-160038d907c7, base URL = http://localhost:8080)

2019-08-08 09:32:28.573 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = 3270d73e-f145-4e11-a302-160038d907c7, base URL = http://localhost:8080)

2019-08-08 09:37:00.339 [WARN ] [okhttp3.OkHttpClient                ] - A connection to https://myopenhab.org/ was leaked. Did you forget to close a response body?

and here is my configuration file for the cloud service

############################## openHAB Cloud Connector #############################

# The URL of the openHAB Cloud service to connect to.

# Optional, default is set to the service offered by the openHAB Foundation

# (https://myopenhab.org/)

baseURL=https://myopenhab.org/

# Defines the mode in which you want to operate the connector.

# Possible values are:

# - notification: Only push notifications are enabled, no remote access is allowed.

# - remote: Push notifications and remote access are enabled.

# Optional, default is 'remote'.

mode=remote

# A comma-separated list of items to be exposed to external services like IFTTT.

# Events of those items are pushed to the openHAB Cloud and commands received for

# these items from the openHAB Cloud service are accepted and sent to the local bus.

# Optional, default is an empty list.

expose=Oo_06_05

and I have updated the item State many times and rebooted the whole system but still not exposing that item !

Any Clue ?

Search and you will find at least two other threads with more info. Short answer is exposing is disabled at the moment nothing wrong at your end.

Do you use IFTTT ?

1 Like

Yes and because I am not able to expose items to MyOpenhab.com, IFTTT Will not be able to communicate with them

IFTTT is currently disabled in the cloud too due to lead issues. They are working on figuring out a long term solution.

1 Like

Continuing the discussion from Not able to Expose Any Item to MYOpenHab.com:

Regards Bruce, I’m currently having the same problem Fadel has posted. I actually thought it was a problem with the cloud, however I’m highly interested in integrating the IFTTT service in my automation system. Do you have an approximate of when will this problem be solved? Thanks a lot for your help!

1 Like

@digitaldan is the man with that knowledge.

2 Likes