Git Product home page Git Product logo

homebridge-contec's Introduction

Homebridge Contec

Connects Contec "Smart Home" to Apple HomeKit using Homebridge

Copyright © 2016 - 2017 Amit Moryossef. All rights reserved. Free for personal use, no commercial use. License.

Support

In the current state, the plugin supports the following devices:

  • Lamps
  • Blinds
  • Air Conditioners
  • Taps
  • Boilers

And allows split support for several homebridge bridges in case you have more than a 100 devices. Recommended split:

  • Instance 1: ["Lamp"]
  • Instance 2: ["Blinds", "Air conditioner", "Tap", "Boiler"]

Usage

Currently, it is hard coded to find the contec client on http://10.0.0.100/content/, but if necessary to configure please open a relevant issue.

  1. Use any linux/mac (recommended: Raspberry Pi) and run the homebridge client.
  2. Install this plugin by doing sudo npm install -g homebridge-contec@latest
  3. Add the platform to the config

Sample config:

{
  "bridge": {
    "name": "Contec",
    "username": "CC:22:3D:E3:CE:30",
    "port": 51820,
    "pin": "123-45-678"
  },

  "description": "Smart Home",
  "accessories": [],
  "platforms": [
    {
      "platform": "Contec",
      "url": "10.0.0.100",
      "port": "80",
      "types": ["Lamp", "Blinds", "Air conditioner", "Tap", "Boiler"]
    }
  ]
}

homebridge-contec's People

Contributors

amitmy avatar avifix avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

avifix

homebridge-contec's Issues

Hard coded server url

Hi,

Thanks for the great plugin

It seems that the server URL from the config (API), isn't overriding the predefined one.

Thanks

how to add my hub conect

hey amit

can you plz explain how to use your plug-in with
a different IP cor the connect

your fix is
"platforms": [
{
"platform": "Contec",
"API": "10.0.0.100",
"url": "10.0.0.100",
"port": "80",
"types": ["Lamp", "Blinds", "Air conditioner", "Tap", "Boiler"]
}
]
}

my connect local is 192.168.1.50 port 3000

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.