openhab-cloud
openhab-cloud copied to clipboard
Cloud companion for openHAB instances
At least on CentOS 7, the platform would only listen to IPv6 when starting up. It required a change to app.js to enable it, on the app.listen() command.
Fixes issue with MongoDB service account passwords being logged to disk upon platform start/restart. Fixes #370 Signed-off-by: Quentin Kramer [[email protected]](mailto:[email protected]) (github: ElectraPort)
Upon completing a new installation of openHAB Cloud on Centos 7 and running 'npm install', there are several unmet dependencies, ``` npm WARN [email protected] requires a peer of bcrypt@^1.0.0 but...
Expected behavior: Applications don't write service account passwords to disk as plan text. Actual behavior: Running DEBUG=* node app.js OR node app.js both result in output in /logs/openhab-cloud-yyyy-mm-dd-process-3000.log similar to...
New pull request for feature request #168
The Cachegoose NPM package is deprecated and has been replaced by Recachegoose. This commit updates Cachegoose 8.0.0 to Recachegoose 9.0.0. Fixes #368 Signed-off-by: Quentin Kramer (github: ElectraPort)
While working on a new install of Openhab Cloud on Centos 7, we are encountering the following issue: `TypeError: Cannot read property 'createClient' of undefined at new RedisStore (/root/openhab-cloud/node_modules/cacheman-redis/node/index.js:68:41) at...
It would be useful to have the possibility to have one account and several instances of OH(home, cabin, summerhouse etc..) and that all of them can communicate with each other...
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.3.0 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...
Connection to cloud failed yesterday (22.11.2017) and remote connection didn't work even binding claims that connection is open. I stopped and started Cloud Connector Bundle manually 2017-11-23 17:13:XX and now...