GithubHelp home page GithubHelp logo

walterbrebels / niko-home-control-ii Goto Github PK

View Code? Open in Web Editor NEW

This project forked from joleys/niko-home-control-ii

0.0 0.0 0.0 15.47 MB

Home Assistant Custom Integration for Niko Home Control II

License: MIT License

Python 100.00%

niko-home-control-ii's Introduction

Niko Home Control II Home Assistant Integration

License: MIT

This custom component will allow you to integrate you Niko Connected Controller II in Home Assistant. You can use a touchscreen profile or the Hobby API account.

This integration communicates directly with the controller. You only need internet when activating/renewing the Hobby API. If you use a touch screen profile, this isn't even needed.

Acknowledgements

This custom component is a spin-off of the hard and excellent work by @filipvh. Thanks!

What works now?

  • Lights
  • Switches (relais)
  • Sockets
  • Thermostats
  • Fans
  • Energy Meters
  • Alloff
  • Power metering for Zigbee Smart plugs

Service

Set brightness for light

The integration exposes a service to set the brightness of a light. This can be used to set the brightness without turning the lights on. For instance if you want your lights to have a certain brightness at night.

See Developer Tools โ†’ Services โ†’ Niko Home Control II: Set brightness for light.

How to get it running

Note: Make sure you have a recent version of Home Assistant!

  1. Install this custom component
  2. Go to Configuration > Integrations
  3. Add an integration, search for Niko Home Control II, and click on it
  4. Follow the wizard

Adding an Energy Meter?

This currently requires some manual action in your configuration.yaml.

You need to add (and possibly tweak) the following:

sensor:
    - platform: integration
        source: sensor.elektriciteitsmeting
        name: energy_elektriciteit
        unit_prefix: k
        round: 3
        method: left

utility_meter:
    energy_daily:
        source: sensor.energy_elektriciteit
        cycle: daily
    energy_monthly:
        source: sensor.energy_elektriciteit
        cycle: monthly

Found a bug?

When and if you find a bug, please document it as good as possible (how to reproduce, logs, screenshots, etc)

Want to help?

Make a PR, contact me, test new releases, code new entities ...

niko-home-control-ii's People

Contributors

anvarit avatar boced66 avatar filipvh avatar firepinn avatar joleys avatar tijsverkoyen 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.