[RELEASE] Telldus Home automation script - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Service Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=152) +---- Thread: [RELEASE] Telldus Home automation script (/showthread.php?tid=143070) Pages:
1
2
|
[RELEASE] Telldus Home automation script - rbiez - 2012-10-19 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: Code: <control type="button" id="110"> 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 RE: [RELEASE] Telldus Home automation script - rbiez - 2013-02-02 New version: 1.0.1 - Minor bug fixes. Link in original thread. RE: [RELEASE] Telldus Home automation script - KRA77 - 2013-02-26 is this for the usb or net version ? RE: [RELEASE] Telldus Home automation script - rbiez - 2013-02-26 (2013-02-26, 16:30)KRA77 Wrote: is this for the usb or net version ? usb. utilize the tdtools.exe, if the net version also use this, it might work for that one as well, but i dont know since i dont have one RE: [RELEASE] Telldus Home automation script - Dtekmario - 2013-03-28 Any chance it will work on openelec ? RE: [RELEASE] Telldus Home automation script - philbee - 2013-05-04 thanks for this, i will have my kit installed next week, will try it then RE: [RELEASE] Telldus Home automation script - rbiez - 2013-05-05 (2013-03-28, 17:37)Dtekmario Wrote: Any chance it will work on openelec ? I havent personally tried it, but this tool requires tdtool.exe or similar to work, and as far as i know, this is not available for openelec, making it unlikely to work. RE: [RELEASE] Telldus Home automation script - nick3young - 2014-03-09 Thanks for this. I have been using it for a couple of months now and it works a treat. I tried a few scripts and I found yours to be the simplest and best. RE: [RELEASE] Telldus Home automation script - sonic - 2014-11-06 Looks great, will try this when I get my tellstick .. Thanks! RE: [RELEASE] Telldus Home automation script - sonic - 2014-11-07 Tried to install the latest build (1.0.2), but I got "dependencies not met" on my XBMC 13.2 built 17 aug Edit: Well after some editing of the code it now works!. Thanks for a great script RE: [RELEASE] Telldus Home automation script - rbiez - 2014-11-21 (2014-11-07, 13:38)sonic Wrote: Tried to install the latest build (1.0.2), but I got "dependencies not met" on my XBMC 13.2 built 17 aug Im glad you got it working. May I ask what code needed changing? P.S. will upload 1.0.3 the coming days - includes the possibility to ignore some of the controls / leave them unchanged, at different states. [RELEASE] Telldus Home automation script - sonic - 2014-11-21 Oh nice, a new version . Well if I remember correctly I only changed the python version in the addon.xml. So "code" change might not be the right word to use here, just an adjustment to the addon. Sorry if I confused you After using it for a couple of weeks now, I think its a neat addon that make the little extra to the homecinema experience . Thanks once again [RELEASE] Telldus Home automation script - sonic - 2014-11-23 Is it possible to add a feature to have different settings to movies, tv-series and live tv? [RELEASE] Telldus Home automation script - sonic - 2015-01-13 Rbiez: how did the update come along? RE: [RELEASE] Telldus Home automation script - Exile82 - 2015-01-19 Does this require that XBMC and telldus center/tdtool runs on the same machine? |