Search found 12 matches

by peec
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Way to send Bogus Callback event?
Replies: 7
Views: 8030

Re: Way to send Bogus Callback event?

I have now implemented callbacks in Java, (JNA) seems to work just fine. Snippet for the callbacks: // typedef void (WINAPI *TDDeviceEvent)(int deviceId, int method, const char *data, int callbackId, void *context); interface TDDeviceEvent extends Callback{ void invoke(int deviceId, int method, Poin...
by peec
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PKJ Tellstick GUI [java]
Replies: 5
Views: 8020

PKJ Tellstick GUI [java]

PKJ Tellstick GUI PKJ Tellstick GUI is a new tool under development and it's getting developed as we speak. It's very basic and lightweight right now, it does not really add more features then the TelldusCenter is bringing you, but I will focus more on adding advanced features later on. The project...
by peec
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PKJ Tellstick GUI [java]
Replies: 5
Views: 8020

Re: PKJ Tellstick GUI [java]

First of all thanks for the informative messages! This helps me creating the API much more convenient. I have done the following in order to get your ideas implemented. Since you have an API for Duo you need to run our betas. The current one is 2.0.104 and ships 64-bit libraries on all platforms (Wi...
by peec
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Control Tellstick devices with your Android
Replies: 0
Views: 4086

Control Tellstick devices with your Android

I created app to communicate with PHP api on a webserver.

Setup webserver and more info & android app here:

http://pkj.no/content/turn-your-tv-and- ... ered-phone
by peec
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PKJ Tellstick GUI [java]
Replies: 5
Views: 8020

Re: PKJ Tellstick GUI [java]

Thanks for info. Just to announce it. I have bounced of a new project based on this API. A web server solution, that incorporates all the new stuff of DUO (basically). The design is not slick, i created this design fast, but it uses fine libraries such as jQuery and AJAX to do calls. I think the bes...
by peec
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PHP Class for TDTOOL integration.
Replies: 1
Views: 5808

PHP Class for TDTOOL integration.

I have created nonos specific (works on all os), and non gui, non html class for handling Tellstick. This means you can create your own nice GUI or integrate it to any kind of software in php, (example ways a forum.. Wodpress or whatever... ).... It requires PHP 5+ Wrapper for tdtool.exe (windows) /...
by peec
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Contest - Guess our new upcoming product
Replies: 28
Views: 28102

Re: Contest - Guess our new upcomming product

Woah, great news telldus, i love your company and how you are open about everything!

My guess that i can think off:
- A 2 way device series that can send messages and receive messages (2-way communication)!
by peec
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Anyone selling tellstick duo?
Replies: 0
Views: 3028

Anyone selling tellstick duo?

I have waited patiently for almost a year for the tellstick duo ... It's still not in the stores in Norway, it's a shame really, from what i know - many are waiting for it. I started programming a java wrapper for the duo, for a loong time ago - but i can't even test it before i own a duo.. Is there...
by peec
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Tellstick DUO - API?
Replies: 1
Views: 7275

Tellstick DUO - API?

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 th...
by peec
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Tellstick DUO
Replies: 20
Views: 18006

Re: Tellstick DUO

I'm looking forward to the release of DUO too, i didn't get the time to buy the original tellstick, i was about to buy the old tellstick right now but saw that the DUO is coming! Great news! I am currently writing JAVA wrapper for the API of tellstick, and some test apps to save some power. If anyon...
by peec
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Tellstick DUO
Replies: 20
Views: 18006

Re: Tellstick DUO

Great work. But you seem to use the really old version (1.x) of our library. Please use telldus-core instead. TellUSBD101 will be removed when 2.1 is released. The 1.x library has been depricated for some years now... Oh, thank you for telling! I have updated it all now, using Telldus Core instead....
by peec
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Way to send Bogus Callback event?
Replies: 7
Views: 8030

Way to send Bogus Callback event?

I am currently working on javatellstick ( http://code.google.com/p/javatellstick/ ) I am currently implementing the callbacks with JNA. However, now i have come to the stage where I need to check if it recieves events as it should. Is there a way to send a bogus signal or do you got to have the Tell...