Python web/gtk interfaces for the Tellstick
Posted: Fri Mar 17, 2023 9:45 am
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
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.
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 &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.