OpenHab cloud with emonPi

Hi,

Has anyone successfully enabled OpenHab cloud with the emonPi installation?

I follwed the OEM config guide for OpenHab found here: GitHub - openenergymonitor/oem_openHab: OpenEnergyMonitor config for OpenHAB
but my openHAB cloud account is still Offline after 24 hours :grimacing:.
Increasing the logging level to DEBUG, I saw that updates are not sent to openHab cloud due to “No connection”:

2018-01-13 21:37:25.078 [DEBUG] [m.internal.MqttEventBusBinding] - MQTT: Activating event bus binding.
2018-01-13 21:37:25.423 [DEBUG] [.myopenhab.internal.MyOHClient] - Transport.EVENT_REQUEST_HEADERS
2018-01-13 21:37:28.503 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl] - store(emonpi_ct1), state = 1025
2018-01-13 21:37:28.509 [DEBUG] [.myopenhab.internal.MyOHClient] - No connection, Item update is not sent
2018-01-13 21:37:28.531 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl] - store(emonpi_ct2), state = 0
2018-01-13 21:37:28.532 [DEBUG] [.myopenhab.internal.MyOHClient] - No connection, Item update is not sent
2018-01-13 21:37:28.535 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl] - store(emonpi_vrms), state = 217.76
2018-01-13 21:37:28.537 [DEBUG] [.myopenhab.internal.MyOHClient] - No connection, Item update is not sent
2018-01-13 21:37:28.541 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl] - store(emonpi_t1), state = 24.5
2018-01-13 21:37:28.542 [DEBUG] [.myopenhab.internal.MyOHClient] - No connection, Item update is not sent
2018-01-13 21:37:28.548 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl] - store(emonpi_t2), state = 0
2018-01-13 21:37:28.552 [DEBUG] [.myopenhab.internal.MyOHClient] - No connection, Item update is not sent
2018-01-13 21:37:29.032 [DEBUG] [.o.m.c.i.folder.FolderObserver] - Refreshing folder 'sitemaps'
2018-01-13 21:37:29.033 [DEBUG] [.o.m.c.i.folder.FolderObserver] - Refreshing folder 'persistence'
2018-01-13 21:37:29.034 [DEBUG] [.o.m.c.i.folder.FolderObserver] - Refreshing folder 'rules'
2018-01-13 21:37:29.149 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'default.rules'
2018-01-13 21:37:29.530 [DEBUG] [.o.m.c.i.folder.FolderObserver] - Refreshing folder 'scripts'
2018-01-13 21:37:29.531 [DEBUG] [.o.m.c.i.folder.FolderObserver] - Refreshing folder 'items'
2018-01-13 21:37:30.949 [DEBUG] [.myopenhab.internal.MyOHClient] - Manager.EVENT_TRANSPORT
2018-01-13 21:37:30.955 [DEBUG] [.myopenhab.internal.MyOHClient] - Transport.EVENT_REQUEST_HEADERS
2018-01-13 21:37:31.520 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl] - store(emonth_t23), state = 24.7
2018-01-13 21:37:31.523 [DEBUG] [.myopenhab.internal.MyOHClient] - No connection, Item update is not sent
2018-01-13 21:37:31.530 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl] - store(emonth_h23), state = 28.3
2018-01-13 21:37:31.531 [DEBUG] [.myopenhab.internal.MyOHClient] - No connection, Item update is not sent
2018-01-13 21:37:33.394 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl] - store(emonpi_ct1), state = 1048
2018-01-13 21:37:33.395 [DEBUG] [.myopenhab.internal.MyOHClient] - No connection, Item update is not sent
2018-01-13 21:37:33.404 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl] - store(emonpi_vrms), state = 218.19
2018-01-13 21:37:33.405 [DEBUG] [.myopenhab.internal.MyOHClient] - No connection, Item update is not sent

Has anyone seen this issue before?

Thank you,
Liviu