TDTools in the works

Moderator: Telldus

Post Reply
kamsvag
Posts: 67
Joined: Fri Mar 17, 2023 9:45 am

TDTools in the works

Post by kamsvag »

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.
Last edited by kamsvag on Sat Dec 17, 2016 11:51 pm, edited 3 times in total.
kamsvag
Posts: 67
Joined: Fri Mar 17, 2023 9:45 am

Re: TDTools in the works

Post by kamsvag »

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 sandbox on the Tellstick to use instead of the function in the script.
kamsvag
Posts: 67
Joined: Fri Mar 17, 2023 9:45 am

Re: TDTools in the works

Post by kamsvag »

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 config.py there is a new line 'UDP_PORT = 33333', this just sets wich UDP-port to send to. This should obviously match what you've set in eventGhost already...
henrik
Posts: 7
Joined: Fri Mar 17, 2023 9:45 am

Re: TDTools in the works

Post by henrik »

Hi, great work. But the file is missing on filehosting.org. Why don't you put it on GitHub?
Post Reply