Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Openhab Cloud doesn't work #433

Open
EnziinSystem opened this issue Jun 28, 2023 · 1 comment
Open

Openhab Cloud doesn't work #433

EnziinSystem opened this issue Jun 28, 2023 · 1 comment

Comments

@EnziinSystem
Copy link

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
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants