Search found 67 matches

by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: LUA - Functions for hw control
Replies: 19
Views: 44523

Re: LUA - Functions for hw control

Any news on when we can expect a Lua-update so we can have Lua on Tellstick comunicating with the outside world?

I'm mostly just curious about getting any updates of the switches sent to a external source to use as a trigger.
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: TDTools in the works
Replies: 3
Views: 10749

Re: TDTools in the works

The tool has been updated. Download new version from the link in first post if you want to try the updated version. What's new? The poll statusChanges of Devices now work better. It allows you to poll status of all of your connected devices and send a UDP broadcasts to a eventGhost server. In the co...
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: Alarm via Tellstick ? ? ?
Replies: 1
Views: 2672

Alarm via Tellstick ? ? ?

Okej, min setup ser ut som följer: Tellstick Duo Windows 10 TelldusCenter EventGhost Vox Commando Proove Rörelsesensor 10-tal Nexabrytare Min avsikt är att bygga ett larm där rörelsesensorn (Proove) registrerar rörelse, eventGhost väntar 60 sekunder på input från ett blåtandstangentbord för en inter...
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: Larm genom rörelsedetektor
Replies: 2
Views: 2892

Larm genom rörelsedetektor

Ok, så här ser min setup ut. 1 st tellstick net X antal wallplugs X antal temp-/hydrometrar 1 Laptop (win8.1) med VoxCommando som triggar olika batchfiler med tdtool_with_sensors.py vi röstkommandon 1 st MotionDetector Min tanke var att jag ska vi en google-kallender kunna "larma" av/på en...
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Protcoll parsing
Replies: 2
Views: 8427

Protcoll parsing

Is there any documentation on how to parse the raw data from all the protocolls tellstick support? Or even better, is there any python code already written that could be reused for the purpose? I've setup Reglistener on my Tellstick zNet Lite v2 and now I recieve event changes in rawData format as H...
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: Larm genom rörelsedetektor
Replies: 2
Views: 2892

Re: Larm genom rörelsedetektor

Jag ska sätta mig och modifiera tdtools_with_sensors.py så man kan sätta en event i active/passive. Sedan får eventGhost hålla koll på GoogleCalendar. Då borde man kunna via eventGhost slå av/på eventet med en NFC-bricka. Det snygga där är ju att man borde ganska enkelt kunna lägga på 30-sekunders f...
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: Översätt b:reglistener till läsbart.
Replies: 0
Views: 2094

Översätt b:reglistener till läsbart.

O, så jag får nedan data från min Tellstick och undrar lite över vad det olika segmenten betyder... Received: ['9', 'zwaveinfoh7', 'versionD', 'Z-Wave 4.05\x00\x01s'] Received: ['7', 'RawDatah8', 'protocol6', 'oregon2', 'idi94s6', 'valueslh5', 'scalei0s4', 'typei1s5', 'value3', '1.1ss5', 'model4', '...
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Telldus ZNET Lite Local control
Replies: 3
Views: 6826

Telldus ZNET Lite Local control

Hi! So far I've noticed there is booth HTTP access and SSH access to the ZNET Lite unit. How ever, telldus wont give away any URLs for controlling the unit over HTTP or credentials to control it over SSH so I'm asking if any user here has found a way to control the ZNET Lite localy, not via live.tel...
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Telldus ZNET Lite Local control
Replies: 3
Views: 6826

Re: Telldus ZNET Lite Local control

Will it be?

It has been a ticket for the Tellstick NET for 4 years.
http://developer.telldus.se/ticket/114

Just wondering...
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Protcoll parsing
Replies: 2
Views: 8427

Re: Protcoll parsing

Thanks, now I'll be reading python for the rest of the day.
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: LUA - Functions for hw control
Replies: 19
Views: 44523

Re: LUA - Functions for hw control

Does the current implementation of LUA allow executing Linux commands localy on the Tellstick zNet Lite v2? Would it be possible to have a LUA script execute following 'echo -n "Hello World" | nc -4u -q1 10.0.100.2 33333' ??? This would alow us to use the 'onDeviceStateChanged()' to send u...
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Windows
Topic: Need a simple python script to turn on/off device X
Replies: 1
Views: 10019

Re: Need a simple python script to turn on/off device X

Download this script for Python 2.7

http://developer.telldus.se/attachment/ ... sensors.py

You'll need to install oauth and configobj if you don't already have 'em. Simply use the flag --help to see how to use it.
by kamsvag
Fri Mar 17, 2023 9:45 am
Forum: Windows
Topic: Graph return data from tdtool-with-sensors.py
Replies: 1
Views: 11075

Graph return data from tdtool-with-sensors.py

Background; I use a Tellstick NET for homeAutomation using live.telldus.com and controlling it all from a windows 8.1 unit using tdtool-with-sensors.py To gather data from my sensors I've setup a scheduled task that runs a batchscript with the tdtool piped using >> to append new data to a loggfile. ...