2012-10-19, 00:36
I've put together a script to allow you to customize and setup a telldus/tellstick controlled environment, all from within XBMC. It's made especially for my setup, but I think its customizable to work out of the box for most people. Feel free to give any feedback.
Ive also made a customized skin to go along with it (might release it later), but for now ive just added some basic info to make it work for most people (check out the description of the script).
Hope someone else would benefit from this =)
How to use:
1) Make sure your Telldus system is set up and working through Telldus Center
2) Go to the "Setup" tab for this script, find your "tdtool.exe"
3) Setup number of controls ready to use in your system
4) Choose witch ones are dimmable controls
5) Set their ID#s (if you dont know, run "tdtool.exe -l" from command line)
6) Feel free to edit the control names in "-addon-path-/resources/English/strings.xml" for more convenient names
7) Customize your own "Play", "Pause" and "Idle" states and enjoy the script
Easy access from skin (description based on confluence):
1) open "/720p/MyVideoNav.xml" from your skin
2) Find the following line: <control type="grouplist" id="9000">
3) Add the following inside that control-group where you find it suitable:
4) Enjoy!
Download:
http://bit.ly/1NZKDxE - version 1.0.3 (updated 10th Apr 2015)
http://bit.ly/11bwDQa - version 1.0.2 (updated 12th Oct 2014)
http://bit.ly/WZE05c - version 1.0.1 (updated: 1st Feb 2013)
Changelog:
1.0.3
- NEW: Added possibility to leave different controllers unchanged during different states
1.0.2
- BUG: Fixed bug in "Gotham" for turning dimmable controls off
1.0.1
- BUG: Fixed bug in "control". Can now fully control custom ID's
1.0.0
- Initial release
Ive also made a customized skin to go along with it (might release it later), but for now ive just added some basic info to make it work for most people (check out the description of the script).
Hope someone else would benefit from this =)
How to use:
1) Make sure your Telldus system is set up and working through Telldus Center
2) Go to the "Setup" tab for this script, find your "tdtool.exe"
3) Setup number of controls ready to use in your system
4) Choose witch ones are dimmable controls
5) Set their ID#s (if you dont know, run "tdtool.exe -l" from command line)
6) Feel free to edit the control names in "-addon-path-/resources/English/strings.xml" for more convenient names
7) Customize your own "Play", "Pause" and "Idle" states and enjoy the script
Easy access from skin (description based on confluence):
1) open "/720p/MyVideoNav.xml" from your skin
2) Find the following line: <control type="grouplist" id="9000">
3) Add the following inside that control-group where you find it suitable:
Code:
<control type="button" id="110">
<description>Telldus</description>
<textwidth>170</textwidth>
<include>ButtonCommonValues</include>
<label>Telldus settings</label>
<onclick>Addon.OpenSettings("script.rbiez.telldus")</onclick>
</control>
Download:
http://bit.ly/1NZKDxE - version 1.0.3 (updated 10th Apr 2015)
http://bit.ly/11bwDQa - version 1.0.2 (updated 12th Oct 2014)
http://bit.ly/WZE05c - version 1.0.1 (updated: 1st Feb 2013)
Changelog:
1.0.3
- NEW: Added possibility to leave different controllers unchanged during different states
1.0.2
- BUG: Fixed bug in "Gotham" for turning dimmable controls off
1.0.1
- BUG: Fixed bug in "control". Can now fully control custom ID's
1.0.0
- Initial release