Search found 4 matches

by rlebrette
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Questions about APIs
Replies: 5
Views: 5998

Re: Questions about APIs

That's exactly what I was thinking about and what I've implemented, a queue used to send commands and a delay when receiving an event, it solves most of the problems I was facing. Unfortunatelly some received events are really long reapeating events (Chacon motion detectors are sending 25 times the ...
by rlebrette
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: [Jeedom] Tellstick net with Jeedom
Replies: 5
Views: 9502

Re: [Jeedom] Tellstick net with Jeedom

Hi Manticus2,

Thanks for sharing.
I'm also the owner of a Jeedom system, I'm investigating to implement something over the telldus-core API.
Is your system based on widgets only or did you implemented a protocl layer?
by rlebrette
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Questions about APIs
Replies: 5
Views: 5998

Questions about APIs

Hi from France, I own a Tellstick DUO for some months now and I've recently started to play with the APIs. I've implemented a RESTful server in Java that acts as a passerel between several clients (web and girder) and the Tellstick DUO. I've been able to manage most of the aspects of the communicati...
by rlebrette
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Questions about APIs
Replies: 5
Views: 5998

Re: Questions about APIs

Thanks Zapper for your feedback, I understand how it works at physical level (waves), my question is more about how the software is internally managing it. The internals can manage this itself by serializing the operations in the core, is it the case? I already have played with JTelldus, but what I'...