Myopenhab authentication

I am not able to handle the new security options in myopenhab in the cfg file.

My local ip is 192.168.178.71

security:option=EXTERNAL
security:netmask=192.168.178.0/75

the external access via the browser does not work, nor does the access with the iPhone openhab appl

if I am setting
security:option=OFF

then the iphone openhab can access my openhab server (working both local and remote) but the access via the browser does not work.

What is my mistake.

You need to set the mask to 192.168.178.0/24, not to 75.

Hi sihui,

Thanks for the reply but it does not work.

Remote access via the iphone app does not work, nor does external browser access via the
link “https://my.openhab.org/openhab.app?sitemap=demo#” work.
And yes, the sitemap “demo” exists in my setup

I am stuck.

After applying the new netmask did you restart openhab? Because the openhab.cfg is not automatically reloaded by default … (only if you set mainconfig:refresh to a certain value)

I had Openhab restarted. This is not the reason.

FYI, I moved this topic to the my.openHAB category.

It just does not work.

I have notice there is also a use.cfg.
What user do I have to define here.

  1. the user/login I am using for myopenhab
  2. is there anything I have to add in the start up file?

Anyone?

What exactly do you mean by that?

I have tried it again this morning. Now it seems to work.
I have no clue what has happened. For sure my setup did not change.

Hi
I am struggeling with my.openhab binding as well. My cfg file looks like this:

security:option=EXTERNAL

security:netmask=192.168.1.0/24

I use the same url as

but it says offline,

However as soon as i connect my laptop/android to the my local network it works fine.

What setting am i missing? Do i need to copy some files over to the rpi? I just created a profile in my.openhab and made does changes to the .cfg file.

Can I have multiple openhab server connected? I am running two with static Ip 192.168.1.155 and 156

Thanks

This means your openHAB is unable to connect to my.openHAB cloud. Double check your UUID and Secret configuration in my.openHAB account and check your openHAB logs - there should be some errors about my.openHAB.

Thanks, it says openhab is offline…

I tried following this tutorial

I used this:

For remote URL, enter https://my.openhab.org, and you username (email) and password that you entered when you signed up

I guess it has to do with this in my log file:

2015-09-24 20:51:08.161 [INFO ] [.myopenhab.internal.MyOHClient] - Shutting down my.openHAB service connection

this is my config file

    security:option=EXTERNAL

# the Netmask to define a range of internal IP-Addresses which doesn't require
# authorization (optional, defaults to '192.168.1.0/24')
security:netmask=192.168.1.0/24

# The name of the default persistence service to use
persistence:default=myopenhab

So what am I missing?

1 Like

Can you please restart openhab and show me the log messages about myopenhab during startup?

Here is my log file:)

2015-10-10 08:53:07.332 [INFO ] [.o.core.internal.CoreActivator] - openHAB runtime has been started (v1.7.1).
2015-10-10 08:53:12.375 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl] - mDNS service has been started
2015-10-10 08:53:12.564 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl] - Service Discovery initialization completed.
2015-10-10 08:53:20.933 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'demo.sitemap'
2015-10-10 08:53:22.034 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'myopenhab.persist'
2015-10-10 08:53:22.157 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'db4o.persist'
2015-10-10 08:53:22.226 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'rrd4j.persist'
2015-10-10 08:53:22.265 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'logging.persist'
2015-10-10 08:53:22.319 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'exec.persist'
2015-10-10 08:53:22.711 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'demo.script'
2015-10-10 08:53:23.488 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'demo.items'
2015-10-10 08:53:25.146 [INFO ] [penhab.io.rest.RESTApplication] - Started REST API at /rest
2015-10-10 08:53:30.586 [INFO ] [.o.u.w.i.servlet.WebAppServlet] - Started Classic UI at /openhab.app
2015-10-10 08:53:33.801 [INFO ] [c.internal.ModelRepositoryImpl] - Refreshing model 'demo.items'
2015-10-10 08:53:36.520 [INFO ] [.service.AbstractActiveService] - NTP Refresh Service has been started
2015-10-10 08:53:36.539 [WARN ] [inding.ntp.internal.NtpBinding] - the given hostname 'ptbtime1.ptb.de' of the timeserver is unknown -> returning current sytem time instead
2015-10-10 08:53:43.928 [INFO ] [c.internal.ModelRepositoryImpl] - Refreshing model 'demo.items'
2015-10-10 08:53:44.156 [ERROR] [.o.b.gpio.internal.GPIOBinding] - Error occured while creating backend object for item Heating_GF_Kitchen, exception: The item name 'Heating_GF_Kitchen'is invalid or the item isn't configured
2015-10-10 08:53:49.767 [ERROR] [.o.b.gpio.internal.GPIOBinding] - Error occured while creating backend object for item Heating_GF_Kitchen, exception: The pin with number '11' is already registered
2015-10-10 08:53:51.460 [INFO ] [.service.AbstractActiveService] - HTTP Refresh Service has been started
2015-10-10 08:54:01.453 [INFO ] [c.internal.ModelRepositoryImpl] - Refreshing model 'demo.items'
2015-10-10 08:54:07.062 [ERROR] [.o.b.gpio.internal.GPIOBinding] - Error occured while creating backend object for item Heating_GF_Kitchen, exception: The pin with number '11' is already registered
2015-10-10 08:54:18.714 [INFO ] [c.internal.ModelRepositoryImpl] - Refreshing model 'demo.items'
2015-10-10 08:54:24.328 [ERROR] [.o.b.gpio.internal.GPIOBinding] - Error occured while creating backend object for item Heating_GF_Kitchen, exception: The pin with number '11' is already registered
2015-10-10 08:54:35.955 [INFO ] [c.internal.ModelRepositoryImpl] - Refreshing model 'demo.items'
2015-10-10 08:54:41.580 [ERROR] [.o.b.gpio.internal.GPIOBinding] - Error occured while creating backend object for item Heating_GF_Kitchen, exception: The pin with number '11' is already registered
2015-10-10 08:54:53.170 [INFO ] [c.internal.ModelRepositoryImpl] - Refreshing model 'demo.items'
2015-10-10 08:54:58.776 [ERROR] [.o.b.gpio.internal.GPIOBinding] - Error occured while creating backend object for item Heating_GF_Kitchen, exception: The pin with number '11' is already registered
2015-10-10 08:55:10.418 [INFO ] [c.internal.ModelRepositoryImpl] - Refreshing model 'demo.items'
2015-10-10 08:55:13.726 [INFO ] [penhab.io.rest.RESTApplication] - Stopped REST API
2015-10-10 08:55:16.076 [ERROR] [.o.b.gpio.internal.GPIOBinding] - Error occured while creating backend object for item Heating_GF_Kitchen, exception: The pin with number '11' is already registered
2015-10-10 08:55:17.758 [INFO ] [.o.u.w.i.servlet.WebAppServlet] - Stopped Classic UI

Hmm, I don’t see anything about my.openhab at all here. Are you sure the bundle is in the place?

Also can you please start it in debug mode (start_debug) ?

Here is my add on folder

And it seems like openhab started

06:10:23.239 [DEBUG] [o.o.i.s.i.DiscoveryServiceImpl:66   ] - Registering new service _openhab-server-ssl._tcp.local. at port 8443
06:10:27.218 [INFO ] [.o.u.w.i.servlet.WebAppServlet:79   ] - Started Classic UI at /openhab.app
06:10:36.045 [DEBUG] [.r.internal.RuleModelActivator:42   ] - Registered 'rules' configuration parser
06:10:36.251 [DEBUG] [m.r.internal.engine.RuleEngine:77   ] - Started rule engine
06:10:42.099 [INFO ] [c.internal.ModelRepositoryImpl:80   ] - Loading model 'demo.rules'
06:10:48.114 [DEBUG] [.m.i.MyOpenHABServiceActivator:28   ] - MyOpenHAB service has been started.
06:10:48.213 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl:284  ] - setEventPublisher
06:10:48.225 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl:119  ] - my.openHAB service activated
06:10:48.347 [DEBUG] [.p.internal.PersistenceManager:147  ] - Initializing myopenhab persistence service.
06:10:48.610 [DEBUG] [m.r.internal.engine.RuleEngine:264  ] - Executing startup rule 'HAG system start'

Is that all??

almost

06:10:55.533 [DEBUG] [riptExtensionClassNameProvider:63   ] - Script actions have changed: AudioActionService, PingActionService, TransformationActionService, HTTPActionService, ExecActionService, MyOpenHABServiceImpl, 
06:10:59.019 [DEBUG] [m.r.internal.engine.RuleEngine:273  ] - Not all required items in place yet for rule HAG system start, trying again later: The name 'sendMail(<XStringLiteralImpl>,<XStringLiteralImpl>,<XBinaryOperationImplCustom>)' cannot be resolved to an item or type.
06:10:59.026 [DEBUG] [c.internal.ModelRepositoryImpl:64   ] - Configuration model 'myopenhab.persist' can not be found
06:10:59.059 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl:102  ] - config is null
06:10:59.100 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl:160  ] - UUID file found at '/home/pi/openhab/webapps/static/uuid' with content '6275396c-feea-4917-abcf-3450a33fcd59'
06:10:59.125 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl:212  ] - Secret file already exists at '/home/pi/openhab/webapps/static/secret' with content 'N28kOg4n3g2a4v4z9PjK'
06:10:59.139 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl:104  ] - UUID = 6275396c-feea-4917-abcf-3450a33fcd59, secret = N28kOg4n3g2a4v4z9PjK
06:10:59.328 [DEBUG] [.a.mail.internal.MailActivator:34   ] - Mail action has been started.
06:10:59.343 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl:160  ] - UUID file found at '/home/pi/openhab/webapps/static/uuid' with content '6275396c-feea-4917-abcf-3450a33fcd59'
06:10:59.361 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl:212  ] - Secret file already exists at '/home/pi/openhab/webapps/static/secret' with content 'N28kOg4n3g2a4v4z9PjK'
06:10:59.500 [DEBUG] [xecPersistenceServiceActivator:33   ] - Exec persistence bundle has been started.
06:10:59.768 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl:146  ] - Version file found at '/home/pi/openhab/webapps/static/version' with content '1.7.1'
06:10:59.886 [DEBUG] [.p.internal.PersistenceManager:147  ] - Initializing exec persistence service.
06:11:00.475 [DEBUG] [.myopenhab.internal.MyOHClient:145  ] - Manager.EVENT_TRANSPORT
06:11:01.412 [DEBUG] [.p.internal.PersistenceManager:441  ] - Scheduled strategy exec.everyMinute with cron expression 0 * * * * ?
06:11:05.186 [DEBUG] [.i.LoggingPersistenceActivator:31   ] - Logging persistence bundle has been started.
06:11:05.465 [DEBUG] [.p.internal.PersistenceManager:147  ] - Initializing logging persistence service.
06:11:05.693 [DEBUG] [.o.b.ntp.internal.NtpActivator:31   ] - NTP binding has been started.
06:11:05.939 [DEBUG] [.myopenhab.internal.MyOHClient:150  ] - Transport.EVENT_REQUEST_HEADERS
06:11:06.110 [DEBUG] [i.internal.GenericItemProvider:341  ] - Start processing binding configuration of Item 'Date (Type=DateTimeItem, State=Uninitialized)' with 'NtpGenericBindingProvider' reader.
06:11:06.348 [INFO ] [.service.AbstractActiveService:169  ] - NTP Refresh Service has been started
06:11:06.948 [DEBUG] [.rrd4j.internal.RRD4jActivator:31   ] - RRD4j persistence bundle has been started.
06:11:06.983 [DEBUG] [inding.ntp.internal.NtpBinding:83   ] - Got time from ptbtime1.ptb.de: Monday, 12 October 2015 06:11:06 o'clock UTC
06:11:07.690 [DEBUG] [.p.internal.PersistenceManager:147  ] - Initializing rrd4j persistence service.
06:11:07.785 [DEBUG] [.p.internal.PersistenceManager:328  ] - Item 'DemoSwitch' does not exist.
06:11:07.804 [DEBUG] [.p.internal.PersistenceManager:328  ] - Item 'NoOfLights' does not exist.
06:11:07.819 [DEBUG] [.p.internal.PersistenceManager:328  ] - Item 'Window_GF_Toilet' does not exist.
06:11:08.852 [DEBUG] [.p.internal.PersistenceManager:390  ] - Restored item state from '11-Oct-2015 18:47:08' for item 'Heating_FF_Bed' -> 'OFF'
06:11:09.032 [DEBUG] [.p.internal.PersistenceManager:390  ] - Restored item state from '11-Oct-2015 18:47:00' for item 'Heating_GF_Living' -> 'OFF'
06:11:09.170 [DEBUG] [.p.internal.PersistenceManager:390  ] - Restored item state from '11-Oct-2015 18:47:03' for item 'Heating_FF_Office' -> 'OFF'
06:11:09.256 [DEBUG] [.p.internal.PersistenceManager:390  ] - Restored item state from '11-Oct-2015 18:47:02' for item 'Heating_GF_Kitchen' -> 'OFF'
06:11:09.438 [DEBUG] [.p.internal.PersistenceManager:390  ] - Restored item state from '11-Oct-2015 18:47:08' for item 'Heating_FF_Bath' -> 'OFF'
06:11:09.589 [DEBUG] [.p.internal.PersistenceManager:390  ] - Restored item state from '11-Oct-2015 18:47:10' for item 'Heating_Hallway' -> 'OFF'
06:11:09.604 [DEBUG] [.p.internal.PersistenceManager:341  ] - Item group 'Temperature' does not exist.
06:11:09.619 [DEBUG] [.p.internal.PersistenceManager:341  ] - Item group 'Weather_Chart' does not exist.
06:11:09.688 [DEBUG] [.p.internal.PersistenceManager:441  ] - Scheduled strategy rrd4j.everyMinute with cron expression 0 * * * * ?
06:11:09.798 [DEBUG] [.p.rrd4j.internal.RRD4jService:345  ] - using default configuration only
06:11:09.930 [DEBUG] [p.r.i.charts.RRD4jChartServlet:118  ] - Starting up rrd chart servlet at /rrdchart.png
06:11:10.433 [DEBUG] [o.o.b.m.i.MailControlActivator:33   ] - MailControl binding has been started.
06:11:10.950 [DEBUG] [.b.http.internal.HttpActivator:34   ] - HTTP binding has been started.
06:11:11.458 [INFO ] [.service.AbstractActiveService:169  ] - HTTP Refresh Service has been started
06:11:12.420 [DEBUG] [.myopenhab.internal.MyOHClient:150  ] - Transport.EVENT_REQUEST_HEADERS
06:11:25.968 [ERROR] [.myopenhab.internal.MyOHClient:178  ] - Socket.IO error: not authorized
06:11:25.982 [DEBUG] [.myopenhab.internal.MyOHClient:150  ] - Transport.EVENT_REQUEST_HEADERS
06:11:27.592 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Switches for widget org.openhab.model.sitemap.Group
06:11:27.615 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Switches for widget org.openhab.model.sitemap.Group
06:11:27.632 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Switches for widget org.openhab.model.sitemap.Group
06:11:37.561 [DEBUG] [.myopenhab.internal.MyOHClient:150  ] - Transport.EVENT_REQUEST_HEADERS
06:11:38.195 [DEBUG] [.myopenhab.internal.MyOHClient:150  ] - Transport.EVENT_REQUEST_HEADERS
06:12:00.911 [DEBUG] [.p.internal.PersistenceManager:328  ] - Item 'DemoSwitch' does not exist.
06:12:00.926 [DEBUG] [.p.internal.PersistenceManager:328  ] - Item 'NoOfLights' does not exist.
06:12:00.936 [DEBUG] [.p.internal.PersistenceManager:328  ] - Item 'Window_GF_Toilet' does not exist.
06:12:01.750 [DEBUG] [.p.rrd4j.internal.RRD4jService:113  ] - Stored 'Heating_FF_Bed' with state 'OFF' in rrd4j database (again)
06:12:01.794 [DEBUG] [.p.rrd4j.internal.RRD4jService:132  ] - Stored 'Heating_FF_Bed' with state '0' in rrd4j database
06:12:02.743 [TRACE] [o.c.p.internal.PersistItemsJob:56   ] - Storing item 'Heating_FF_Bed' with persistence service 'rrd4j' took 1799ms
06:12:03.211 [DEBUG] [.myopenhab.internal.MyOHClient:150  ] - Transport.EVENT_REQUEST_HEADERS
06:12:03.239 [DEBUG] [.p.rrd4j.internal.RRD4jService:113  ] - Stored 'Heating_GF_Living' with state 'OFF' in rrd4j database (again)
06:12:03.251 [DEBUG] [.p.rrd4j.internal.RRD4jService:132  ] - Stored 'Heating_GF_Living' with state '0' in rrd4j database
06:12:03.768 [DEBUG] [.myopenhab.internal.MyOHClient:150  ] - Transport.EVENT_REQUEST_HEADERS
06:12:04.136 [TRACE] [o.c.p.internal.PersistItemsJob:56   ] - Storing item 'Heating_GF_Living' with persistence service 'rrd4j' took 1389ms
06:12:05.230 [DEBUG] [.p.rrd4j.internal.RRD4jService:113  ] - Stored 'Heating_FF_Office' with state 'OFF' in rrd4j database (again)
06:12:05.237 [DEBUG] [.p.rrd4j.internal.RRD4jService:132  ] - Stored 'Heating_FF_Office' with state '0' in rrd4j database
06:12:06.114 [TRACE] [o.c.p.internal.PersistItemsJob:56   ] - Storing item 'Heating_FF_Office' with persistence service 'rrd4j' took 1968ms
06:12:06.515 [DEBUG] [.p.rrd4j.internal.RRD4jService:113  ] - Stored 'Heating_FF_Bath' with state 'OFF' in rrd4j database (again)
06:12:06.524 [DEBUG] [.p.rrd4j.internal.RRD4jService:132  ] - Stored 'Heating_FF_Bath' with state '0' in rrd4j database
06:12:08.268 [TRACE] [o.c.p.internal.PersistItemsJob:56   ] - Storing item 'Heating_FF_Bath' with persistence service 'rrd4j' took 2149ms
06:12:08.684 [DEBUG] [.p.rrd4j.internal.RRD4jService:113  ] - Stored 'Heating_GF_Kitchen' with state 'OFF' in rrd4j database (again)
06:12:08.690 [DEBUG] [.p.rrd4j.internal.RRD4jService:132  ] - Stored 'Heating_GF_Kitchen' with state '0' in rrd4j database
06:12:09.754 [TRACE] [o.c.p.internal.PersistItemsJob:56   ] - Storing item 'Heating_GF_Kitchen' with persistence service 'rrd4j' took 1482ms
06:12:10.179 [DEBUG] [.p.rrd4j.internal.RRD4jService:113  ] - Stored 'Heating_Hallway' with state 'OFF' in rrd4j database (again)
06:12:10.186 [DEBUG] [.p.rrd4j.internal.RRD4jService:132  ] - Stored 'Heating_Hallway' with state '0' in rrd4j database
06:12:10.850 [TRACE] [o.c.p.internal.PersistItemsJob:56   ] - Storing item 'Heating_Hallway' with persistence service 'rrd4j' took 1091ms
06:12:10.856 [DEBUG] [.p.internal.PersistenceManager:341  ] - Item group 'Temperature' does not exist.
06:12:10.862 [DEBUG] [.p.internal.PersistenceManager:341  ] - Item group 'Weather_Chart' does not exist.
06:12:28.768 [DEBUG] [.myopenhab.internal.MyOHClient:150  ] - Transport.EVENT_REQUEST_HEADERS
06:12:29.301 [DEBUG] [.myopenhab.internal.MyOHClient:150  ] - Transport.EVENT_REQUEST_HEADERS
06:12:54.300 [DEBUG] [.myopenhab.internal.MyOHClient:150  ] - Transport.EVENT_REQUEST_HEADERS
06:12:54.988 [DEBUG] [.myopenhab.internal.MyOHClient:150  ] - Transport.EVENT_REQUEST_HEADERS
06:13:00.034 [DEBUG] [.p.internal.PersistenceManager:328  ] - Item 'DemoSwitch' does not exist.
06:13:00.054 [DEBUG] [.p.internal.PersistenceManager:328  ] - Item 'NoOfLights' does not exist.
06:13:00.061 [DEBUG] [.p.internal.PersistenceManager:328  ] - Item 'Window_GF_Toilet' does not exist.
06:13:00.086 [DEBUG] [.p.rrd4j.internal.RRD4jService:113  ] - Stored 'Heating_FF_Bed' with state 'OFF' in rrd4j database (again)
06:13:00.094 [DEBUG] [.p.rrd4j.internal.RRD4jService:132  ] - Stored 'Heating_FF_Bed' with state '0' in rrd4j database
06:13:00.134 [TRACE] [o.c.p.internal.PersistItemsJob:56   ] - Storing item 'Heating_FF_Bed' with persistence service 'rrd4j' took 66ms
06:13:00.154 [DEBUG] [.p.rrd4j.internal.RRD4jService:113  ] - Stored 'Heating_GF_Living' with state 'OFF' in rrd4j database (again)
06:13:00.163 [DEBUG] [.p.rrd4j.internal.RRD4jService:132  ] - Stored 'Heating_GF_Living' with state '0' in rrd4j database
06:13:00.189 [TRACE] [o.c.p.internal.PersistItemsJob:56   ] - Storing item 'Heating_GF_Living' with persistence service 'rrd4j' took 50ms
06:13:00.214 [DEBUG] [.p.rrd4j.internal.RRD4jService:113  ] - Stored 'Heating_FF_Office' with state 'OFF' in rrd4j database (again)
06:13:00.220 [DEBUG] [.p.rrd4j.internal.RRD4jService:132  ] - Stored 'Heating_FF_Office' with state '0' in rrd4j database
06:13:00.268 [TRACE] [o.c.p.internal.PersistItemsJob:56   ] - Storing item 'Heating_FF_Office' with persistence service 'rrd4j' took 73ms
06:13:00.301 [DEBUG] [.p.rrd4j.internal.RRD4jService:113  ] - Stored 'Heating_FF_Bath' with state 'OFF' in rrd4j database (again)
06:13:00.309 [DEBUG] [.p.rrd4j.internal.RRD4jService:132  ] - Stored 'Heating_FF_Bath' with state '0' in rrd4j database
06:13:00.351 [TRACE] [o.c.p.internal.PersistItemsJob:56   ] - Storing item 'Heating_FF_Bath' with persistence service 'rrd4j' took 78ms
06:13:00.382 [DEBUG] [.p.rrd4j.internal.RRD4jService:113  ] - Stored 'Heating_GF_Kitchen' with state 'OFF' in rrd4j database (again)
06:13:00.389 [DEBUG] [.p.rrd4j.internal.RRD4jService:132  ] - Stored 'Heating_GF_Kitchen' with state '0' in rrd4j database
06:13:00.429 [TRACE] [o.c.p.internal.PersistItemsJob:56   ] - Storing item 'Heating_GF_Kitchen' with persistence service 'rrd4j' took 73ms
06:13:00.459 [DEBUG] [.p.rrd4j.internal.RRD4jService:113  ] - Stored 'Heating_Hallway' with state 'OFF' in rrd4j database (again)
06:13:00.478 [DEBUG] [.p.rrd4j.internal.RRD4jService:132  ] - Stored 'Heating_Hallway' with state '0' in rrd4j database
06:13:00.515 [TRACE] [o.c.p.internal.PersistItemsJob:56   ] - Storing item 'Heating_Hallway' with persistence service 'rrd4j' took 80ms
06:13:00.521 [DEBUG] [.p.internal.PersistenceManager:341  ] - Item group 'Temperature' does not exist.
06:13:00.535 [DEBUG] [.p.internal.PersistenceManager:341  ] - Item group 'Weather_Chart' does not exist.
06:13:19.987 [DEBUG] [.myopenhab.internal.MyOHClient:150  ] - Transport.EVENT_REQUEST_HEADERS
06:13:20.491 [DEBUG] [.myopenhab.internal.MyOHClient:150  ] - Transport.EVENT_REQUEST_HEADERS
06:13:45.493 [DEBUG] [.myopenhab.internal.MyOHClient:150  ] - Transport.EVENT_REQUEST_HEADERS
06:13:45.952 [DEBUG] [.myopenhab.internal.MyOHClient:150  ] - Transport.EVENT_REQUEST_HEADERS
06:14:00.022 [DEBUG] [.p.internal.PersistenceManager:328  ] - Item 'DemoSwitch' does not exist.
06:14:00.029 [DEBUG] [.p.internal.PersistenceManager:328  ] - Item 'NoOfLights' does not exist.
06:14:00.035 [DEBUG] [.p.internal.PersistenceManager:328  ] - Item 'Window_GF_Toilet' does not exist.
06:14:00.064 [DEBUG] [.p.rrd4j.internal.RRD4jService:113  ] - Stored 'Heating_FF_Bed' with state 'OFF' in rrd4j database (again)
06:14:00.071 [DEBUG] [.p.rrd4j.internal.RRD4jService:132  ] - Stored 'Heating_FF_Bed' with state '0' in rrd4j database
06:14:00.153 [TRACE] [o.c.p.internal.PersistItemsJob:56   ] - Storing item 'Heating_FF_Bed' with persistence service 'rrd4j' took 112ms
06:14:00.171 [DEBUG] [.p.rrd4j.internal.RRD4jService:113  ] - Stored 'Heating_GF_Living' with state 'OFF' in rrd4j database (again)
06:14:00.179 [DEBUG] [.p.rrd4j.internal.RRD4jService:132  ] - Stored 'Heating_GF_Living' with state '0' in rrd4j database
06:14:01.009 [TRACE] [o.c.p.internal.PersistItemsJob:56   ] - Storing item 'Heating_GF_Living' with persistence service 'rrd4j' took 852ms
06:14:01.053 [DEBUG] [.p.rrd4j.internal.RRD4jService:113  ] - Stored 'Heating_FF_Office' with state 'OFF' in rrd4j database (again)
06:14:01.061 [DEBUG] [.p.rrd4j.internal.RRD4jService:132  ] - Stored 'Heating_FF_Office' with state '0' in rrd4j database
06:14:01.090 [TRACE] [o.c.p.internal.PersistItemsJob:56   ] - Storing item 'Heating_FF_Office' with persistence service 'rrd4j' took 76ms
06:14:01.111 [DEBUG] [.p.rrd4j.internal.RRD4jService:113  ] - Stored 'Heating_FF_Bath' with state 'OFF' in rrd4j database (again)
06:14:01.125 [DEBUG] [.p.rrd4j.internal.RRD4jService:132  ] - Stored 'Heating_FF_Bath' with state '0' in rrd4j database
06:14:01.170 [TRACE] [o.c.p.internal.PersistItemsJob:56   ] - Storing item 'Heating_FF_Bath' with persistence service 'rrd4j' took 74ms
06:14:01.193 [DEBUG] [.p.rrd4j.internal.RRD4jService:113  ] - Stored 'Heating_GF_Kitchen' with state 'OFF' in rrd4j database (again)
06:14:01.199 [DEBUG] [.p.rrd4j.internal.RRD4jService:132  ] - Stored 'Heating_GF_Kitchen' with state '0' in rrd4j database
06:14:01.228 [TRACE] [o.c.p.internal.PersistItemsJob:56   ] - Storing item 'Heating_GF_Kitchen' with persistence service 'rrd4j' took 53ms
06:14:01.250 [DEBUG] [.p.rrd4j.internal.RRD4jService:113  ] - Stored 'Heating_Hallway' with state 'OFF' in rrd4j database (again)
06:14:01.256 [DEBUG] [.p.rrd4j.internal.RRD4jService:132  ] - Stored 'Heating_Hallway' with state '0' in rrd4j database
06:14:01.314 [TRACE] [o.c.p.internal.PersistItemsJob:56   ] - Storing item 'Heating_Hallway' with persistence service 'rrd4j' took 81ms
06:14:01.319 [DEBUG] [.p.internal.PersistenceManager:341  ] - Item group 'Temperature' does not exist.
06:14:01.326 [DEBUG] [.p.internal.PersistenceManager:341  ] - Item group 'Weather_Chart' does not exist.
06:14:10.953 [DEBUG] [.myopenhab.internal.MyOHClient:150  ] - Transport.EVENT_REQUEST_HEADERS
06:14:11.637 [DEBUG] [.myopenhab.internal.MyOHClient:150  ] - Transport.EVENT_REQUEST_HEADERS

I can’t find an openHAB with this uuid. Did you put uuid and secret into you my.openhab.org account?