Python web/gtk interfaces for the Tellstick

Moderator: Telldus

Post Reply
adisbladis
Posts: 1
Joined: Fri Mar 17, 2023 9:45 am

Python web/gtk interfaces for the Tellstick

Post by adisbladis »

I spent some time yesterday coding two frontends for the Tellstick, one web interface and a GTK frontend for the web interface.
I run the web interface on one computer thats always on and the GTK frontend on my N900.

The procedure to get it up and running is fairly straightforward:
Check out the code from https://github.com/adisbladis/tellstick-web and replace HOST_NAME and PORT_NUMBER with your stuff and just run main.py

Adjust stuff in the html directory to fit your needs

Since the system i run this on runs Ubuntu i simply added

Code: Select all

/opt/tellstick-web/main.py &>> /var/log/tellstick-web &
To /etc/rc.local :)

The GTK-frontend has a README file explaining how to use it and a sample config file

All the code here:
https://github.com/adisbladis/tellstick-web
https://github.com/adisbladis/tellstick-web-gtk

It would also be cool if someone tried the other protocols, I only have Nexa units so thats the only i tested with.
micke.prag
Site Admin
Posts: 2243
Joined: Fri Mar 17, 2023 9:45 am
Location: Lund
Contact:

Re: Python web/gtk interfaces for the Tellstick

Post by micke.prag »

We see you implement against rfcmd. We whould recommend you to work with telldus-core or against Telldus Live! to ensure forward compability with new devices and protocols.
Micke Prag
Software
Telldus Technologies
Post Reply