Git Product home page Git Product logo

homebridge-logic's Introduction

homebridge-logic

npm npm GitHub last commit

This is a plugin for homebridge to create powerful variables like timers and counters within homekit. You can download it via npm.

Feel free to leave any feedback here.

What can I do with this plugin?

  • Add variables to homekit.
  • Remove variables from homekit.
  • Define options for variables.
  • Do all this from within homekit without the need to configure the variables in a file.
  • Do all this during runtime without the need to restart homebridge.
  • List and use variables.
  • Utilize the variables in homekit rules.

Variable types and options

  • Timer (Days, Hours, Minutes, Seconds)
  • Counter (Min, Max, Count up, Count down)
  • Switch (On, Off)
  • Text (Value, Readonly)

Coming soon

  • Event (Date, Time)
  • Recurring Event (Day of month, Weekday, Hour, Minute, Second)

Compatible Homekit Apps

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-logic
  3. Update your configuration file. See the sample below.

Configuration

Add the following information to your config file. Set a writable folder as cache directory.

"platforms": [
	{
		"platform": "Logic",
		"name": "Logic",
		"cacheDir": "/var/lib/homebridge/logic"
	}
]

Troubleshooting

I cannot add my variable

Check if a variable with the same name already exists.

My added variable does not show up in the list

In the current Eve app you have to change the room twice and then open the variable list again to a refresh it.

Example use cases

Find and add your own here here

Screenshots

Choose a variable type to add

Variable types to add

Define variable options

Define variable options for counter Define variable options for timer

List and use your variables

List and use your variables

Remove a variable

Remove a variable

(c) Screenshots are taken from Elgato Eve app

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.