Giter VIP home page Giter VIP logo

homebridge-blebox's Introduction

homebridge-blebox


Supports BleBox devices on HomeBridge Platform

Installation


More information about installation homebridge on Raspberry Pi you can find: Install homebridge on raspberry

Install homebridge using:

    npm install -g homebridge

Install this plugin using:

    npm install -g homebridge-blebox

Update your configuration file as bellow.

Configuration


By default configuration file config.json is in {HOME_PATH}/.homebridge folder. If this file and folder doesn't exists create them.

Configuration sample (remove comments) :

{
    "bridge": {
        "name": "SomeBridgeName", // Custom bridge name
        "username": "08:D4:0C:B5:DE:71", // Unique username, best solution to use bridge mac address
        "port": 51826, // Don't change this
        "pin": "131-45-155" // Pin must be in this format, but you can change this numbers
    },
    
    "description": "Custom description",

    "platforms": [
            {
            "platform": "BleBoxPlatform", // Don't change this
            "name": "SomePlatformName" // Custom platform name
            "NEXT_SCAN_DELAY_IN_MIN" : 0 // (Optional, default: 0) How often platform should scan network for blebox devices( 0 - only once at startup, Other value - number of minutes between scanning)
            "IP_LIST" : null // (Optional, default: null) Provide a IP list to scan for blebox devices, example value: ["192.168.0.191","192.168.0.192","192.168.10.19"]) 
        }

    ],

    "accessories": []
}

Usage

Run Home app on your Iphone.

Choose "Add accessory".

Your Bridge should be found. Choose it.

Enter PIN you set in config.json.

Proceed steps in Home app. *In some IOS version during configuring accessory we may see error: "Cannot communicate with accessory". Just click OK.

Control your BleBox devices by app or voice commands (Siri).

homebridge-blebox's People

Contributors

actardnes avatar wjarka avatar rogacz avatar bogdanf avatar marepoc516 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.