Teletask API - Parent

An API written in java for accessing Teletask central units.

License

License

GroupId

GroupId

io.github.ridiekel
ArtifactId

ArtifactId

jeletask
Last Version

Last Version

3.0.6
Release Date

Release Date

Type

Type

pom
Description

Description

Teletask API - Parent
An API written in java for accessing Teletask central units.
Project URL

Project URL

https://github.com/ridiekel/jeletask
Source Code Management

Source Code Management

http://github.com/ridiekel/jeletask/tree/master

Download jeletask

Filename Size
jeletask-3.0.6.pom 8 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.ridiekel/jeletask/ -->
<dependency>
    <groupId>io.github.ridiekel</groupId>
    <artifactId>jeletask</artifactId>
    <version>3.0.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.ridiekel/jeletask/
implementation 'io.github.ridiekel:jeletask:3.0.6'
// https://jarcasting.com/artifacts/io.github.ridiekel/jeletask/
implementation ("io.github.ridiekel:jeletask:3.0.6")
'io.github.ridiekel:jeletask:pom:3.0.6'
<dependency org="io.github.ridiekel" name="jeletask" rev="3.0.6">
  <artifact name="jeletask" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.ridiekel', module='jeletask', version='3.0.6')
)
libraryDependencies += "io.github.ridiekel" % "jeletask" % "3.0.6"
[io.github.ridiekel/jeletask "3.0.6"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-slf4j-impl jar 2.11.1

runtime (2)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-api jar 2.11.1
org.apache.logging.log4j : log4j-core jar 2.11.1

Project Modules

  • config-spec
  • config-json
  • client

Jeletask

An open source java API for Teletask domotics.

This project is a fork from the xhibit version that became inactive (https://github.com/xhibit/Teletask-api).

It is the purpose to create an API for software developers or domotics enthusiasts, who are interested in generating their own control environment for the TELETASK domotics systems, so you can create your own user interface and connected solutions and services.

If you own a Teletask MICROS or MICROS+, you have access to the free (or paid in case of the MICROS+) DLL32 LIBRARY (TDS15132).
However, if you're a java programmer like myself, you don't want to use a windows dll :-).

The API also supports the MICROS+, but you'll have to buy a licence to be able to make TCP calls.

For the MICROS you can buy a RS232 > LAN converter (TDS10118) so you can access the MICROS server through regular IP.

Started discussing the possibilities on the Teletask forum ...and ended up programming a java interface based on IP Sockets, exposed by a basic java API.

Initially only setting and getting RELAYS, MOTOR, GENMOOD, LOCMOOD, COND, FLAG is supported.

The purpose of this library is to actually be able to put a REST or other API on top of this.

Versions

Version
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
2.1.2
2.1.1
2.1.0
2.0.21
2.0.19
2.0.18
2.0.15
2.0.10
2.0.9
2.0.8