Search found 67 matches

by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Plugins official?
Replies: 0
Views: 7522

Plugins official?

Is there any date set for when access to plugins will leave beta and be made available for all Pro members?

Just asking since people been asking me.
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Tellstick zNet Litev2 Local client, almost done...
Replies: 12
Views: 18048

Tellstick zNet Litev2 Local client, almost done...

Ok, so I build a local client for the zNet client. It's almost ready to be released. It's a command line tool writen in Python with a GUI and a process that polls data from the Tellstick on an interval provided by you comparing with previous poll. The difference in the polls then get reported back t...
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: TelldusLive 'skill' in Amazon Echo. PLZ?
Replies: 2
Views: 5307

TelldusLive 'skill' in Amazon Echo. PLZ?

I'd LOVE to see support for telldusLive in Amazon Echo, or at least in IFTTT.
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: 'Telldus L!ve' skill 4 Amazon Echo
Replies: 0
Views: 3873

'Telldus L!ve' skill 4 Amazon Echo

Anyone who tried building their own 'Skill' for Amazon Echo to interact with Telldus Live yet?

I'm about to explore this but I wanted to see if someone might already implemented this.
Screendump from Amazon Skill Configuration
Screendump from Amazon Skill Configuration
Capture.JPG (55.42 KiB) Viewed 3866 times
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: TDTools in the works
Replies: 3
Views: 10692

TDTools in the works

Try it.

http://www.filehosting.org/file/details ... DTools.zip


set your own TOKEN and IP in the config.py


It's a work in progress, you'll find some features work better than others.
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Tellstick zNet Litev2 Local client, almost done...
Replies: 12
Views: 18048

Re: Tellstick zNet Litev2 Local client, almost done...

It's just a script that runs in Windows/Linux/OS X. I use eventGhost as center in my home automation so I setup a couple of functions where the klient polls a list from the Tellstick on an interval choosen by user. The list polled is compared to previous poll, any deviations in the new list get send...
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Tellstick zNet Litev2 Local client, almost done...
Replies: 12
Views: 18048

Re: Tellstick zNet Litev2 Local client, almost done...

If you want to read the script and follow what happens it's easy.
  • Import external libraries
    Define Global Variables
    Define all Funtions
    Reading arguments and executing corresponding funtion (some functions call functions from within)
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Tellstick zNet Litev2 Local client, almost done...
Replies: 12
Views: 18048

Re: Tellstick zNet Litev2 Local client, almost done...

You'll find a new thread under Beta where I posted the script for you to download.
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: TDTools in the works
Replies: 3
Views: 10692

Re: TDTools in the works

The function where we poll a list from the Tellstick on an interval is a dirty way of doing this and I've notised this sometimes causes the Tellstick to freeze up. I intend to build a LUA script that sends status updates and sensor updates to a server once the tcp/ip library is available for the LUA...
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Tellstick zNet Litev2 Local client, almost done...
Replies: 12
Views: 18048

Re: Tellstick zNet Litev2 Local client, almost done...

You need to create your local TOKEN using this step-by-step guide.

http://api.telldus.net/localapi/api.html
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Tellstick zNet Litev2 Local client, almost done...
Replies: 12
Views: 18048

Re: Tellstick zNet Litev2 Local client, almost done...

Thanks, it's written in Python 2.7

Try that and the gui might work better.
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: LUA - Functions for hw control
Replies: 19
Views: 44414

Re: LUA - Functions for hw control

Ok, so I'm new to LUA. Could we build a lua script that when a device state is changed we send a message containing device Name and new current state to a server? I've been working on a python script that pulls a list of all devices and their states every 2 seconds and compares it to previous. This ...
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Getting started with plugins [BETA]
Replies: 15
Views: 32453

Re: Getting started with plugins [BETA]

Use a browser and surf to your device local ip 'http://[tellstick_ip]'
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Z-Wave
Topic: LUA och python plugins
Replies: 6
Views: 5757

Re: LUA och python plugins

Om jag inte misstar mig så behöver du ha ett pro-konto på livetjänsten för att köra med plugins och är du det kan du via livetjänsten pusha mail vid events. Om du fortfarande har behov att maila eller dylikt från plugins via LUA så installerar du genom att surfa in lokalt på din enhets IP för att se...
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Node Red access to the local API
Replies: 6
Views: 31885

Node Red access to the local API

Ok, so I just wanted to share something I build in Node Red today. It utilize the Dashboard node so if you haven't already installed it, go ahead. Simply copy/paste into Node Red, set your own Bearer/API key and IP of your Tellstick zNet Lite v2 and you should be good to go. I've been sloppy, so you...