Search found 5 matches

by pintapoff
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: TellStick ZNet local API questions
Replies: 4
Views: 14072

Re: TellStick ZNet local API questions

Here's my javascript node.js wrapper for the ZNet local server API so far. Thoughts and ideas? I like calling it a wrapper since its really just a layer to make it easier to interact with the API... :)

https://www.npmjs.com/package/tellstick-local-server
by pintapoff
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: TellStick ZNet local API questions
Replies: 4
Views: 14072

Re: TellStick ZNet local API questions

Great work. :)
by pintapoff
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Feature request for telldus live!.
Replies: 5
Views: 13594

Re: Feature request for telldus live!.

Hey,
As Kamsvag already posted there are already a local API and while not all the Live! calls are supported you can also make custom LUA scripts you can call through the API, maybe that will cover your needs.
by pintapoff
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: TellStick ZNet local API questions
Replies: 4
Views: 14072

TellStick ZNet local API questions

I've been working on a node.js module for the local server ZNet API and find the documentation quite lacking :) First of all, can I see/manage the applications that my ZNet lite v2 has "granted" access-tokens for? Secondly, is it safe to say that I can use the live API documentation(https:...
by pintapoff
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Simple PHP get sensor temp/humidity code?
Replies: 2
Views: 11010

Re: Simple PHP get sensor temp/humidity code?

Need more information to able to answer this I suppose. What sort of sensors and platform are we talking? I am fairly sure you need to go through the telldus hardware, unless you have something on your PC that can pick up the sensors frequency.. but I guess not. I have seen some pretty straight forw...