myopenHAB replaces my.openHAB!

That the oh1 add-on. Use the Paper Ui

Kai wrote that my.openHAB will shut down on January 31st. What is then with OH2 ?
I don’t want to make panic, but for me is the year 2017 is OpenHab-v.2 and not v.1.8 or v.1.9 :wink:

I must be being dumb, but where is the download for the new connector for OH2?

PaperUI -> Extensions -> misc

i have a completely fresh installation of OH2. I can not find new myopenhab connector in PaperUI -> Extensions -> misc.

Andre,
It’s listed as “openHAB Cloud Connector”. You don’t see it?

Will my 50+++ iftt rules still work after moving over? I am using “alexa trigger bedroom light on”, while waiting for the official skill.

Yes, if all goes well, IFTTT will be transferred from my.openhab to myopenhab tonight. If you have your items that you use in IFTTT exposed (in the new configuration), your existing rules should all continue to work.

I’m really not very smart, so can you give an example on how to expose these? I know the config has this:

# 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.
openhabcloud:expose=

So I need to list all lights,switches,etc that IFTTT interacts with as a comma separated list and that’s it?

Yes!

i have an issue with myopenhab.org website, i verified my account however whenever i login it reports "You are using openHAB 1.x. " while i am running on OH2, and whenever i try to access account section i receive "Internal Server Error"
i have already verified my account and in my openhab log it shows:
connected to the openHAB Cloud service (UUID = b5d5e26c-4c87-4317-b40e-d7124275d03f, base RL = http://localhost:8080)

is there any support or helpdesk for myopenhab.org i can contact ?

Hi i got everything moved over from my.openhab.org to myopenhab.org

I got an issue AGAIN with problems that some items won’t show up.

Everything is listed correctly in config,

https://myopenhab.org/rest/items lists all my items
https://myopenhab.org/items only show some of them

Tried to toggle switches on and off but nothing gets updated

Switch item=Alexalightsfull it just wont show up (for triggering a rule)

I have installed the new add-on and myopenhab tells me that i am online.
Then i have changed the remote URL in the iPhone App to https://myopenhab.org, but the App tells me '401 unauthorized`. I am using 1.8.3 with an actual java (1.8.0_111) and the old credentials.

Do you have an idea to fix this?

In a apt-get installation of OpenHAB2 where is the config file to list all the items that I want to expose to openhabcloud located. Do I add them to the old Openhhab1 openhab.cfg file?

Follow this,

find
uuid & secret
############################## 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/)

#openhabcloud:baseURL=

Local port that the openHAB runtime is available through HTTP.

Optional, default is 8080

#openhabcloud:localPort=

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’.

#openhabcloud:mode=

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.

openhabcloud:expose=THIS CONTAINS COMMA SEPERATED ITEMS (tx: lightsliving,lightsbedroom etc

I left everywhere the default values and i believe UUID and secret are also right, else myopenhab.org wouldn’t tell me that the server is online.

Did you click on the link to verify your email in the confirmation email when you created the account. Per my message above you must confirm your email before it will proxy your server.

Yes i confirmed the Email.

I’m on OpenHAB 2.0.0b4, and the “openHAB Cloud Connector” does not appear on the list for me either.

Beta4 was basically frozen at that point in time. To see new add-ons like this you need to upgrade to the latest snapshot, as explained in the docs kai linked to in the original posting:

Please check the documentation for openHAB 1.8 or for openHAB 2.0 (requires a recent snapshot).