Openhab cloud issue

Hello,

Is something wrong with openhab cloud today.
My installation show online in openhab cloud, but I hit 504 Gateway timeout issue when follow the home link. Also my google home stuff does not work anymore.

I don’t know if it’s on my side, or if it’s a global issue !

laurent.

I’ve downgrade from snapshot 5.1.#4928 (today build) to my previous snapshot of 11/03/2025.
And it fixed the issue.
So perhaps change in openhab cloud addons of last 15 days are in cause ?
I see that there was several commits.

Laurent.

There was a recent change that broke the cloud bundle, but also a fix for that was just merged today [openhabcloud] Check for existence of JSON keys before accessing by ccutrer · Pull Request #19674 · openhab/openhab-addons · GitHub

So should be in tonights builds.

Hello @digitaldan,

Thanks for the feedback.
I’ve tested this morning the build #4932 from last night, but still the same.
No google home connection, and 504 gateway timeout.

Laurent.

Hello @digitaldan,

Also notes that just downgrading the openhab cloud bundle fix the problems.
Strange thing is that the openhab cloud bundle in kar of 4932 is dated of 15 November, that is before the rollback. Don’t understand why ?

@lsiepel : do you have any idea of why openhab cloud bundles seems not be recompiled in last kar ?
openhab> bundle:list | grep -i cloud
335 x Active x 80 x 5.1.0.202511150346 x openHAB Add-ons :: Bundles :: iCloud Binding
392 x Active x 80 x 5.1.0.202511150417 x openHAB Add-ons :: Bundles :: IO :: openHAB Cloud Connector
409 x Waiting x 80 x 5.1.0.202511030416 x openHAB Add-ons :: Bundles :: IO :: openHAB Cloud Connector
openhab> bundle:unload 392
Command not found: bundle:unload
openhab> bundle:uninstall 392
openhab> bundle:list | grep -i cloud
335 x Active x 80 x 5.1.0.202511150346 x openHAB Add-ons :: Bundles :: iCloud Binding
409 x Waiting x 80 x 5.1.0.202511030416 x openHAB Add-ons :: Bundles :: IO :: openHAB Cloud Connector
openhab> bundle:start 409

Laurent.

Hum, the explanation must be there.
openhab-addons repository is not currently building in Jenkins
Last ok build version is from November 15 :frowning:

Perhaps due to dynamoDb test failure that occurs since 18 November.
It could explains why the last build are all marked as unstable ?

Laurent.

Perhaps related to the persistence change made on last 15 November commits.

@ccutrer : can you take a look on it ?
DynamoDB unit test seems to failed since your changes.

Laurent.

No, there are other issue why the builds are failing related to pulling external resources, its currently being worked on now.

I’ve updated to last build this morning (#4945).
Everything is now ok.
Thanks.

Laurent.