MichaelK
02-14-2010, 06:48 PM
i dont know how to code. :o
last time I did anything was probably on an atari 400 with BASIC.
so i can't really make anything myself.
my newest gadget is a vera. Basically it's an asus router that a company called micasaverde puts their software on and you can use it as a z-wave home automation controller. Pretty neat little lightweight gadget.
you can control it anywhere from a webpage. And there's a couple 3rd party native apps to control it from android or apple phones.
So I was thinking- would be neat to have a tivo app so i can send commands from the tv. basically I can sent HTTP- "commands" to get it to do things.
-if it matters it would be something like
http://ipaddress:49451/data_request?id=lu_action&output_format=xml&DeviceNum=17&serviceId=urn:upnp-org:serviceId:SwitchPower1&action=SetTarget&newTargetValue=1
- and it would return some xml that looks like this:
<?xml version="1.0"?>
<u:SetTargetResponse xmlns:u="urn:schemas-upnp-org:service:SwitchPower:1">
<JobID>7354</JobID>
</u:SetTargetResponse>
I saw this thread years ago:
http://www.tivocommunity.com/tivo-vb/showthread.php?t=225075&highlight=home+automation
about an app that creates basica menus and then sends x10 commands with a command line app instead of http. No one seems to have a copy of that- I figured maybe i could look at that and try to edit it to make the commands http instead of command line. But since I can't find it anywhere- no such luck.
then I stumbled on david blackledge's calendar app from here http://david.blackledge.com/tivo/ (thanks david!)- it apparently will give me a list of 'links' on the tivo and then try to open the webpages and display the results (I think..). So I figured that was as good a start as any and i could try to fiddle with that. So I downloaded it and edited the launcher.txt file with my link names and addesses and try to run it but i get an error "class not found: turn. check the classpath and access permissions. failed to initiate any HME apps." UPDATE] - Never mind- that- redownloaded and tried with default launcher.txt and got it to run- but see that it doesn't give me a menu like i need[/B]
so that didn't get me anywhere.
So anyone have a suggestion for a really simple hme app that just gives me a list of links that i can click on?
I think galleon had an ability to do that- but now i have pytivo running on my one always on computer and since i'm not that tech savy I'm weary of trying to install that with pytivo at the same time. UPDATE] - looked at galleon and looks like it too just fetches pages without giving my an option first.[/B]
any thoughts, help, suggestions much appreciated.
thanks!
mike
last time I did anything was probably on an atari 400 with BASIC.
so i can't really make anything myself.
my newest gadget is a vera. Basically it's an asus router that a company called micasaverde puts their software on and you can use it as a z-wave home automation controller. Pretty neat little lightweight gadget.
you can control it anywhere from a webpage. And there's a couple 3rd party native apps to control it from android or apple phones.
So I was thinking- would be neat to have a tivo app so i can send commands from the tv. basically I can sent HTTP- "commands" to get it to do things.
-if it matters it would be something like
http://ipaddress:49451/data_request?id=lu_action&output_format=xml&DeviceNum=17&serviceId=urn:upnp-org:serviceId:SwitchPower1&action=SetTarget&newTargetValue=1
- and it would return some xml that looks like this:
<?xml version="1.0"?>
<u:SetTargetResponse xmlns:u="urn:schemas-upnp-org:service:SwitchPower:1">
<JobID>7354</JobID>
</u:SetTargetResponse>
I saw this thread years ago:
http://www.tivocommunity.com/tivo-vb/showthread.php?t=225075&highlight=home+automation
about an app that creates basica menus and then sends x10 commands with a command line app instead of http. No one seems to have a copy of that- I figured maybe i could look at that and try to edit it to make the commands http instead of command line. But since I can't find it anywhere- no such luck.
then I stumbled on david blackledge's calendar app from here http://david.blackledge.com/tivo/ (thanks david!)- it apparently will give me a list of 'links' on the tivo and then try to open the webpages and display the results (I think..). So I figured that was as good a start as any and i could try to fiddle with that. So I downloaded it and edited the launcher.txt file with my link names and addesses and try to run it but i get an error "class not found: turn. check the classpath and access permissions. failed to initiate any HME apps." UPDATE] - Never mind- that- redownloaded and tried with default launcher.txt and got it to run- but see that it doesn't give me a menu like i need[/B]
so that didn't get me anywhere.
So anyone have a suggestion for a really simple hme app that just gives me a list of links that i can click on?
I think galleon had an ability to do that- but now i have pytivo running on my one always on computer and since i'm not that tech savy I'm weary of trying to install that with pytivo at the same time. UPDATE] - looked at galleon and looks like it too just fetches pages without giving my an option first.[/B]
any thoughts, help, suggestions much appreciated.
thanks!
mike