Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

darbronnoco

Members
  • Joined

  • Last visited

  1. Seems Homebridge may need a Node upgrade to work. I just updated and got the below message in logs. I’m not really sure how to revert my home bridge at this point and the container won’t start now. [5/14/2019, 11:13:07 PM] Plugin /usr/local/lib/node_modules/homebridge-config-ui-x requires Node version of >=8.15.1 which does not satisfy the current Node version of v8.10.0. You may need to upgrade your installation of Node.
  2. have you tried connecting inside of the docker and pulling an update? I haven't been had a need to try yet but it may work.
  3. See steps earlier in the thread on how to get root on the container to install the plugin.
  4. find my post above and get to the shell inside of the docker and update away. while you are there make sure you have the current homebridge plugins for your needs too. The original container has been running rock solid for me with smartthings.
  5. Just a note after removing the server.key and server.cert I had to restart sonarr and couch potatoe. I would assume you need to restart any other system that is using Sab as well.
  6. You realize this is the support for for the docker container...
  7. Pin is standard you should use the same. I think the user name is generated by the SmartThings app as well as the token. Sorry it's been awhile since I did the setup now. But I believe most of the code came from the smart thing custom app side.
  8. There is one. Read further up. Read further up then read my post about entering the docker shell and you can pull the latest home bridge and install the plugins you need.
  9. Just adding my 2 cents for what it took to get smart things working with homebridge. This is the general guide I used but what I have below will help with our docker. https://github.com/pdlove/homebridge-smartthings. After the docker is installed I SSH into the unraid box. Then I got console access on the container. docker exec -it containername bash (docker exec -it homebridge bash) from there I updated homebridge npm install -g homebridge Install this plugin using: npm install -g homebridge-smartthings after that drop your config.json file in the root of the homebridge directory. I used http://jsonlint.com to help validate that my json was actually written correctly. Hopefully this helps someone out. { "bridge": { "name": "Homebridge", "username": "this looks like a Mac address", "port": 51826, "pin": "031-45-154" }, "platforms": [{ "platform": "SmartThings", "name": "SmartThings", "app_url": "https://graph.api.smartthings.com:443/api/smartapps/installations/", "app_id": "your app ID", "access_token": "Your Access token" }] }
  10. So are those stored in the root of the homebridge folder or in the persist directory?
  11. Where are the config files? thanks

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.