Teletask API - Client

The client code for working with teletask central unit

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.ridiekel
ArtifactId

ArtifactId

jeletask-client
Last Version

Last Version

3.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

Teletask API - Client
The client code for working with teletask central unit

Download jeletask-client

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
io.github.ridiekel : jeletask-config-spec jar 3.0.6
org.awaitility : awaitility jar 4.0.1
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

test (2)

Group / Artifact Type Version
io.github.ridiekel : jeletask-config-json jar 3.0.6
org.junit.jupiter : junit-jupiter jar 5.8.0-M1

Project Modules

There are no modules declared in this project.

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