Coder Social home page Coder Social logo

jasper-seinhorst / homebridge-omnik Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 135 KB

Add your Omnik-Inverter to Homekit

License: Apache License 2.0

TypeScript 100.00%
homebridge-plugin homekit power-consumption solar solar-energy yield-monitor omnik inverter solar-inverter

homebridge-omnik's Introduction

Homebridge Omnik

npm npm

This Homebridge plugin connects your Omnik Inverter with Homekit. The plugin provides three key sensors: Current Power Production (in Watts), Today's Yield (in kWh), and Total Yield (in kWh). With these sensors, you can effortlessly create automations in your Apple Home based on your solar panel yield.

Automation example Roof sensors

Installation

To install the Homebridge Omnik plugin follow these steps:

  • Follow the instructions on the Homebridge Wiki to install Node.js and Homebridge;
  • Install the Homebridge Omnik plugin through Homebridge Config UI X or manually;
    $ sudo npm -g i homebridge-omnik
    
  • Edit config.json and add the Omnik platform. E.g;
    {
        "platform": "Omnik",
        "ip": "<<IP address of your Omnik Inverter>>",
        "pollInterval": 5
    }
    

Available sensors

  • Current Power Production Lux sensor indicating the current power production in watts.
  • Today Yield Lux sensor reflecting today's energy yield in kWh from your solar panels.
  • Total Yield Lux sensor displaying the total energy yield in kWh from your solar panels.

Caveats

  • While it's possible to adjust the polling interval, it appears that the inverter refreshes the metrics every 5 minutes.
  • The plugin assumes that the username and password for your inverter are set to default, as per factory settings.
  • The inverters lack an API but provide a web interface. This plugin connects to said interface and extracts the available values. If your inverter utilizes a different interface, resulting in the inability to retrieve values, please raise an issue so we can add support.
  • Today's Yield doesn't sync with your timezone. The inverter counts days based on time powered on, instead of the current time.

homebridge-omnik's People

Contributors

jasper-seinhorst avatar

Stargazers

 avatar

Watchers

 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.