Coder Social home page Coder Social logo

kalliope_neuron_loxscontrol's Introduction

Kalliope LoxScontrol Neuron

Build Status Coverage Status Gitter

Synopsis

This neuron allows to control a Loxone Homeautomation from Kalliope.

This project is a non-commercial community project and not connected to the company Loxone.

Version and history

Version 0.1 - unstable

  • this is still an unstable preview version

Installation

/!\ You need to have a running Kalliope Core installation. This is only a community module for Kalliope.

kalliope install --git-url https://github.com/kalliope-project/kalliope_neuron_loxone.git

For any further documentation about the usage of Kalliope, please refer to the Kalliope project.

As an alternative have a look at the LoxBerry project. There is a LoxBerry plugin with Kalliope and this neuron preinstalled.

Options

parameter required default choices comment
lx_ip YES Miniserver IP
lx_name YES User info.
lx_password YES User info.
action YES change, list change a state
control_name NO Name of the element
control_type NO lights, shading, room Type of the element
newstate NO on, off, ... state to set, or value

Return Values

Name Description Type sample
status_code return value str

Synapses example

Simple example :

  - name: "lx_turnon_light"
    signals:
      - order: "Turn on {{ control_name }}"
    neurons:
      - loxScontrol:
          lx_ip: "lx ip"
          lx_user: "lx user name"
          lx_password: "my_password"
          action: "change"
          control_name: "{{ control_name }}"
          newstate: "on"
          say_template: 
            -  "Your order was {{ status_code }}."    

A complex example is included in brain_examples.

Notes

License

Copyright (c) 2017. All rights reserved.

Loxone is a registered trademark by the loxone company. See www.loxone.com.

Kalliope is covered by the MIT license, a permissive free software license that lets you do anything you want with the source code, as long as you provide back attribution and "don't hold you liable". For the full license text see the LICENSE.md file.

kalliope_neuron_loxscontrol's People

Contributors

andweber avatar

Watchers

 avatar  avatar

kalliope_neuron_loxscontrol's Issues

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.