0.2.0 • Published 8 years ago

homebridge-zfunk v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

homebridge-zfunk

homebridge-zfunk is port to the zfunk Z-Wave middleware. Please see (https://github.com/100hz/zfunk)

Getting started

  1. Install zfunk with npm install zfunk
  2. Install homebridge-zfunk with npm install -g homebridge-zfunk
  3. Add zfunk to your homebridge configuration like:
{
    "platform": "ZFunk",
    "name": "ZFunk",
    "url": "http://localhost:3000/api/",
    "token": "<JWT>",
    "values": {
        "map": {
            "9-48-1-0": "MotionSensor",
            "9-128-1-0": "BatteryLevel",
            "8-38-1-0": "Lightbulb"
        }
    }
}

Status

This is in quite experimental state. So for working devices please see below.

Tested devices

  • Fibaro Dimmer 2
  • Fibaro Motion Sensor

Todo

  • Integrate more devices

Contributors

Want to contribute?

Welcome! Glad, to hear. It's easy. Just follow theses steps:

  1. Fork the project & branch
  2. Code and document your stuff
  3. Create a Pull Request with description

License

(MIT License)

Copyright (c) 2016 Sebastian Krüger sk@theblackestbox.net

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.