myopenHAB replaces my.openHAB!

1 Like

I have successfully accessed my OH2 via LTE on my iPhone.
Great, that this is working.
But when looking at the device section of myopenhab, the iPhone is no registered.
Probably I will not be able to use notifications?

I very much apologize for the delay, I assumed the switchover would be less complicated but we had certification tests failing on both the old and new systems which was preventing us from switching as a new certification review is done anytime changes need to be made. The good news is all tests are passing on the new system as of now. The bad news is its the weekend and I don’t know if they will be able to review our account and implement the switch. As soon as we get certified I will post back in the forums with instruction on how to link to the new service.

IFTTT seems to be connecting to myopenhab.org now, but my switch isn’t showing up. I know this is still a work in progress, I just want to make sure I’m doing it right. Is there anything I need to do besides add a comma separated list to the cfg file?

Here’s what I have:

openhabcloud:expose="lampLivingRoom,Blink,lampBedroom"

I’ve also tried it without the quotes, and rebooted the system.

Thanks!
Steve

I am using no quote and I can see the items in myopenhab and also the events are transmitted correctly. But I am already on OH2. If you are also on OH2 then remove “openhabcloud:” in the .cfg file.

No, not yet - we still need some clarifications with the IFTTT guys, which won’t happen before Monday. I hope that we can have IFTTT active on myopenHAB by Tuesday. Will keep you posted here.

Rule
sendNotification

Dont seam to work after af change to myopenhab.org

I have several sendbroadcastnotification commands in my rule. They do work with the new myopenhab.

Just made a quick check with sendnotification. Works for me!

Does it work when you send a message through myopenhab.org website (device section)?

no devices ?

Can I use the REST API with openhab Cloud and if yes what is the correct syntax.
I have tried

with http://myopenhab.org/CMD?myitemname=OFF
I am receiving: “Error 404 Not found”

https://myopenhab.org/CMD?myitemname=OFF
Receiving forbidden

I am using a tool which should add the login/password.
Do I have to use HTTP basic authentication?
If yes how does the syntax look taking into account that the login contains the “@” due to the email address is used as the login.

It’s not so easy to make a guess what may be your problem from a two-word-answer… :frowning:

Don’t you have any devices or don’t you know where to find the devices section?

It says no Devices, but i’m using the iPhone app with the new URL

Sorry to belabor this, but I am not seeing my exposed devices at all in IFTTT (you replied in my other thread). I’ve been banging my head on this and am curious if what I quoted above might mean that it is not a problem with my set up but rather a problem with myopenhab.org and IFTTT integration? Please let me know so that I can continue to work on figuring out what is wrong or just wait until things are resolved with IFTTT. I’m still running 1.3.8. Thanks

Can you access your sitemap with the iPhone app (local and/or remote)? Does the website myopenhab.org says that you are online?

Possibly. I don’t know how the tool you are using works. When I access it from Tasker I use basic auth. Also, note that that URL syntax will only work for OH 1.x. Setting an Item’s state using GET has never been officially supported and no longer exists in OH 2.0.

According to the quote that is part of your post, IFTTT will not be available until next Tuesday at the earliest.

That’s what I thought but it seemed like some folks are at least seeing some of their items in IFTTT whereas I cannot see them at all. That’s the reason I posed the question.

Yes using the iphone Sitemap, and its not local.

It says online On the www

Sorry, but then I have no other ideas…

I want to be able to see the item phone1 that is a Switch item. The the file /etc/openhab/configurations/openhab.cfg i have added openhabcloud:expose=phone1
Why does this not work?
I am running openhab 1.8.3.
Both notification and remote access is working.

Anyone that has a clu why its not working for me?

I will later use this for IFTTT but i understand that is not working right now.