openhab / openhab-cloud

Cloud companion for openHAB instances
Eclipse Public License 2.0
312 stars 162 forks source link

Openhab Cloud doesn't work #433

Open EnziinSystem opened 1 year ago

EnziinSystem commented 1 year ago

The project seems to have been abandoned and it is no longer active at this point.

The application start command exits silently without any error messages.

$ sudo node app.js
$

With a config file:

{
    "system": {
      "host": "domain.com",
      "port": "443",
      "protocol": "https",
      "logger" : {
        "dir": "./logs",
        "maxFiles" : "7d",
        "level" : "debug",
        "morganOption" : null
      },
      "subDomainCookies": true,
      "muteNotifications": false
    },
    "express":{
      "key" : "***"
    },
    "gcm" : {
      "jid": "xxx@gcm.googleapis.com",
      "password": "***"
    },
    "ifttt" : {
      "iftttChannelKey" : "key",
      "iftttTestToken" : "token"
    },
    "mail": {
      "host" : "smtp",
      "port" : 465,
      "user" : "foo@bar.com",
      "pass" : "password"
    },
    "mongodb": {
        "hosts": ["127.0.0.1"],
        "db": "openhab",
        "user": "",
        "password": ""
    },
    "redis": {
        "host": "127.0.0.1",
        "port": "6379",
        "password": "password"
    },
    "mailer": {
        "host" : "smtp",
        "port": 465,
        "secureConnection": true,
        "user": "foo@bar.com",
        "password": "password",
        "from": "openHAB Cloud <your@email.address>"
    },
    "legal": {
        "terms" : "",
        "policy": ""
    },
    "registration_enabled": true
}
digitaldan commented 1 year ago

The project seems to have been abandoned and it is no longer active at this point.

No, the project is active, but work tends to happen only when needed. Its primary purpose is running our free myopenhab.org service for openHAB users. I'm not sure why you are not seeing any error messages, you might try our community forums for help as there are users there that run this themselves.