myopenHAB replaces my.openHAB!

yes

The opencloud.cfg is mandatory? All the values inside are optional…

anything you want to communicate with the servics has to be exposed. see the second post on this thread by watou, and click the configuration link.

Yes, but keep in mind that if you only want to get remote access through myopenhab (for using the Apps), you don’t have to expose any items.

Thank you so much. I was struggling with this issue, some of my items were showing up on myopenhab and some were not and I had no idea why.

I don’t have any items show up in cloud,
Currently I only have openHab Cloud connector, I uninstall my.openHAB, is this right way to do?
I can see my online status from cloud, just no items show up, I have tick 3 items only in cloud connector setting (paper UI), I have checked the log in console, only found log of connected to the openHAB cloud, no items info send in log,

I solved, same as this post

Hi,

I’m quite new to openhab and in particular openhab2 (upgraded last weekend) so please bear with me.
So I installed the cloud connector add-on and setup an account and everything worked fine. For now I only want to use myopenhab for remote access and notifications so I have not done anything with persistence.

Everything worked fine for a couple of days and then I got a notification from myopenhab was offline after a bit of tshooting i find out that the add-on had been uninstalled. So today I reinstalled the add-on (and all stated working again) but just about 30 min later I got the following log entry:

2017-02-02 20:37:56.892 [INFO ] [core.karaf.internal.FeatureInstaller] - Uninstalled ‘openhab-misc-openhabcloud’

I did not do anything with my setup at the time so I have no clue what happened. Has anyone seen something like this before?

All add-ons have been installed using paperui but this is the only one that I have this issue with.

Hi @simpalimpa,

Do you by chance have anything defined within conf/services/addons.cfg or are all entries still in comments in there?
I wouldn’t have any explanation, why an uninstall happens during the runtime without doing anything actively yourself…

Hi Kai

Here are my uncommented lines from addons.cfg:

package = expert
remote = true
legacy = true
binding = sonos,tellstick,zwave,nma,astro1,pushover
ui = basic,paper,habmin,habpanel,classic
persistence = rrd4j
action = pushover,astro,nma
misc = myopenhab

Also I installed the cloudconnector from the console and since then I have not had any unistallation.

So replace

misc = myopenhab

by

misc = openhabcloud

and all should be fine.

Hi everyone!
I am asking for your help.
I have two openHAB 1.8.3 installations in different locations, and both were linked to different my.openHAB accounts. The first one is installed on a Debian PC, the second one on a RaspberryPI.
I moved the first one to the new myopenHAB service few days after it was brought live, and there were no problems.
Now I decided to move the second one, I follow the instructions, do same steps that I’ve done for the first, but openHAB doesn’t come Online in myopenhab.org. Here is what I’ve done:

  1. Created a new account on myopenhab.org, using existing uuid and secret;
  2. Activated this account by following the link from the letter;
  3. Checked Java version on my Raspberry - it is 1.8.0_122;
  4. Replaced the old my.openhab binding jar with the new openhabcloud one in the folder /usr/share/openhab/addons
  5. Restarted openHAB, and… fail:
    "Your openHAB is not online. Please check if your installation is running or recheck the openHAB settings in your account."
    I looked into logs and did not find any errors or even warnings from openhabcloud binding, only debug messages. Here is what I tried to do additionally:
  6. Tried to expose one of my items in openhab.cfg, because I read somewhere that it can help. No effect.
  7. Tried to remove old uuid and secret files, restart openHAB and let it generate new files, update them in myopenhab.org account settings, and restart openHAB again. No effect, openHAB is still offline.

I don’t know what to do next. Here is the output of netstat -tan | grep 139.162.171.235 (IP address of myopenhab.org), maybe it can help somehow:

tcp        0      0 172.16.0.210:36685      139.162.171.235:443     TIME_WAIT  
tcp        0      0 172.16.0.210:36693      139.162.171.235:443     TIME_WAIT  
tcp        0      0 172.16.0.210:36694      139.162.171.235:443     TIME_WAIT  
tcp        0      0 172.16.0.210:36684      139.162.171.235:443     TIME_WAIT  
tcp        0      0 172.16.0.210:36688      139.162.171.235:443     TIME_WAIT  
tcp        0      0 172.16.0.210:36690      139.162.171.235:443     TIME_WAIT  
tcp        0      0 172.16.0.210:36692      139.162.171.235:443     TIME_WAIT  
tcp        0      0 172.16.0.210:36686      139.162.171.235:443     TIME_WAIT  
tcp        0      0 172.16.0.210:36687      139.162.171.235:443     TIME_WAIT  
tcp        0      0 172.16.0.210:36689      139.162.171.235:443     TIME_WAIT  
tcp        0      0 172.16.0.210:36695      139.162.171.235:443     TIME_WAIT  
tcp        0      0 172.16.0.210:36691      139.162.171.235:443     TIME_WAIT

Hello,

are there any new news About the Alexa Skill?
I like the Alexa Hue Skill with my two Hue Bulbs but i will Love the Alexa openHAB Skill with my Rollershutter and Radiator and and and.

Jörg

No news.
You can help retweeting https://twitter.com/TaronKevin/status/829304931781898240 or directly ask @alexadevs about it. Maybe some social pressure from the community helps…

Here’s another one to retweet for you, maybe we can get some attention: https://twitter.com/kaikreuzer/status/831267691575001088

2 Likes

same issue here, any news?

Yes, any news about my question?

Hi roher,
no help, but I have the same problem. OH 1.8.3 on Raspberry with Jessie.
OH is running, logs are looking good, but myopenhab showing “offline”.
Did the same things like you did, but no success :frowning:

I looked into logs and did […] find […] only debug messages.

Might be worth posting them here in any case.

I am having the same problem for OH1 on RaspberryPi2 running Wheezy. Successfully registered to myOpenHAB but cannot get on line from runtime. No error messages. Have you or anyone else discovered the solution?