Giter Club home page Giter Club logo

homeassistant-teletask's Introduction

Teletask Integration for Home Assistant

Installation

You can only be logged into the ComNav/ZeroWire hub with the same user once; a subsequent login with the same user logs out the other. Since this tool/software actively polls and maintains a login session to your Hub, it can prevent you from being able to log into at the same time elsewhere (via it's website). It is strongly recommended that you create a second user account on your Hub dedicated to just this service.

From HACS

  1. Install HACS if you haven't already (see installation guide).
  2. Find and install Teletask integration in HACS's "Integrations" tab.
  3. Restart your Home Assistant.
  4. Add "Teletask" integration in Home Assistant's config file 'configuration.yaml'

Manual

  1. Download and unzip the repo archive. (You could also click "Download ZIP" after pressing the green button in the repo, alternatively, you could clone the repo from SSH add-on).
  2. Copy contents of the archive/repo into your /config directory.
  3. Restart your Home Assistant.
  4. Add "Teletask" integration in Home Assistant's config file 'configuration.yaml'

Configuration

Edit your HomeAssistant configuration.yaml File

Note: You can only be logged into one Teletask DoIP central connection unit. Note: The functionality requires the Teletask "OPEN DOIP PROTOCOL" license to be activated in the Teletask Controller (SKU: TDS15132)

Config

teletask:
  host: 192.168.1.1
  port: 55957

  switch:
    - doip_component: relay
      address: "1"
      name: "Electrical Socket Carport"
      unique_id: { guid }

  light:
    - doip_component: relay
      address: "1"
      name: "Bulb Living Room"
      unique_id: { guid }

    - doip_component: relay
      address: "31"
      brightness_address: "1"
      name: "Led Strip Bedroom 1"
      unique_id: { guid }

Global Attributes

name type mandatory field description
host String Yes The IP address or the Hostname where the Teletask DoIP API is running
port Integer Yes The Porrt where the Teletask DoIP API is listening on (default is port 55957)

Light Attributes

name type mandatory field description
doip_component String Yes Possible Values: relay, locmood, genmood and flag
address String Yes The identifier on the Teletask DoIP Bus for the doip_component type
brightness_address String No The identifier on the Teletask DoIP Bus for the type 'dimmer'
name String Yes Friendly Name
unique_id String No Unique Identifier for the entity (for example a guid).

Switch Attributes

name type mandatory field description
doip_component String Yes Possible Values: relay, locmood, genmood and flag
address String Yes The identifier on the Teletask DoIP Bus for the doip_component type
name String Yes Friendly Name
unique_id String No Unique Identifier for the entity (for example a guid).

homeassistant-teletask's People

Contributors

ltpixel avatar tiemooowh avatar wrt54g 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.