Tellstick DUO - API?

Moderator: Telldus

Post Reply
peec
Posts: 12
Joined: Fri Mar 17, 2023 9:45 am

Tellstick DUO - API?

Post by peec »

I am a java developer, and I have not bought tellstick yet. I am waiting for Tellstick DUO.

I am going to write my own java application for controlling certain features in my new home.

I will be releasing this API.

I have now started writing interfaces for my application on devices, however - are there any source code of C++ or C# or even Java, so I can get a clue of what features I can implement to my interfaces ?

I know that Tellstick duo will have features such as 2-way communication (if i got that right) and therefor there is a lot more features that will come compared to the old API of tellstick.

So my question is, do you have a repository / SVN of the new tellstick DUO api ?


Greets from Norway!
micke.prag
Site Admin
Posts: 2243
Joined: Fri Mar 17, 2023 9:45 am
Location: Lund
Contact:

Re: Tellstick DUO - API?

Post by micke.prag »

Please see the documentation here:
http://developer.telldus.se/doxygen/

To test the API, download the latet beta (currently 2.0.104) here:
http://download.telldus.se/TellStick/So ... nter/beta/

Here is a python example implementing the callbacks from a TellStick Duo:
http://developer.telldus.se/browser/tru ... llbacks.py

Please note that TellStick Duo cannot talk 2-way communication with the receiver. TellStick Duo contains both transmitter and a receiver but the socket receivers doesn't. They cannot talk back to report their status. With TellStick Duo you can instead receive signals from other remote controls, motions detectors and temperature sensors.

Also, sign up for our developer newsletter:
http://www.telldus.com/company/newsletter
Micke Prag
Software
Telldus Technologies
Post Reply