Something like this?
viewtopic.php?f=1&t=856401&p=448532&hil ... ox#p448532
Search found 85 matches
- Fri Sep 17, 2010 10:27 am
- Forum: General
- Topic: Squeezebox - Who uses it in Housebot
- Replies: 3
- Views: 6146
- Sat Dec 05, 2009 8:20 am
- Forum: General
- Topic: Touchatag integration with Housebot?
- Replies: 12
- Views: 6261
Re: Touchatag integration with Housebot?
Actually I didn´t write an interface. I´m using a very elaborate workaround using IIS and the COM object for Housebot. Touchatag opens a webpage that sends the appropriate values to Housebot. It works, but it is cludgy. There is an app for touchatag that can execute a commandline but it doesn´t work...
- Wed Nov 25, 2009 9:17 am
- Forum: General
- Topic: Tasks and Changers
- Replies: 7
- Views: 3600
Re: Tasks and Changers
The fact that your code says "Power Stae" has nothing to do with it I guess?
- Sat Oct 10, 2009 10:32 am
- Forum: General
- Topic: Touchatag integration with Housebot?
- Replies: 12
- Views: 6261
Re: Touchatag integration with Housebot?
Thanks for the compliment, I can´t take all the credit though. My theme is based on one I found in the older parts of this forum, I have altered it to suit my needs.
The cube control is perhaps not practical but I am very interested in trying more tactile interfaces to my system.
The cube control is perhaps not practical but I am very interested in trying more tactile interfaces to my system.
- Sat Oct 10, 2009 8:51 am
- Forum: General
- Topic: Touchatag integration with Housebot?
- Replies: 12
- Views: 6261
Re: Touchatag integration with Housebot?
A video of me controlling my Squeezebox through Touchatag and Housebot:
http://hemautomatisering.ning.com/video ... ag-publish
http://hemautomatisering.ning.com/video ... ag-publish
- Fri Oct 02, 2009 5:01 am
- Forum: General
- Topic: Find out if swremote is running?
- Replies: 4
- Views: 2508
Re: Find out if swremote is running?
Thank you, I modified the script to suit my needs, a timer and a task runs the script at regular intervals. Dim Process, strObject strObject = "winmgmts://kontrollpc" For Each Process in GetObject( strObject ).InstancesOf( "win32_process" ) If UCase( Process.name ) = UCase( "...
- Thu Oct 01, 2009 8:46 am
- Forum: General
- Topic: Find out if swremote is running?
- Replies: 4
- Views: 2508
Re: Find out if swremote is running?
I don´t need to open the swremote on a remote computer at this moment, I´m running the server and swremote on the same box. But thanks for the tip, I´ll look into the WshShell.AppActivate call and see if I can get something to work.
- Wed Sep 30, 2009 2:27 pm
- Forum: General
- Topic: Find out if swremote is running?
- Replies: 4
- Views: 2508
Find out if swremote is running?
Is there a way for Housebot to know if a swremote is running? I want a task to start the swremote if it has been closed for a certain time...
- Sat Sep 26, 2009 5:13 pm
- Forum: General
- Topic: Controlling squeecenter?
- Replies: 12
- Views: 5942
Re: Controlling squeecenter?
Here is my device for controlling the volume:
- Fri Sep 18, 2009 9:03 am
- Forum: General
- Topic: Controlling squeecenter?
- Replies: 12
- Views: 5942
Re: Controlling squeecenter?
So I got the answer from Edward Pearson, it was really easy. Writing a value to the device's 'Target' property will trigger the message to be sent.
- Fri Sep 18, 2009 3:07 am
- Forum: General
- Topic: Controlling squeecenter?
- Replies: 12
- Views: 5942
Re: Controlling squeecenter?
I´m having problems loading playlists. I have created this device and it works fine when I click the "Clickt test and send message" button. It the loads the correct playlist and starts playing it. http://liden.net/xap_load_playlist.jpg But I can´t seem to get it to load using a task, if I ...
- Sun Aug 16, 2009 1:53 pm
- Forum: General
- Topic: Touchatag integration with Housebot?
- Replies: 12
- Views: 6261
Re: Touchatag integration with Housebot?
Ok, so I have done some rfid research and the touchatag reader and tags still seems to have a lot of advantages. And if you read the developer info at http://www.touchatag.com/developer/devguide it seems you can make Touchatag work without the online connection. You would need the SDK at 149 dollars...
- Tue Aug 04, 2009 3:00 pm
- Forum: General
- Topic: Controlling squeecenter?
- Replies: 12
- Views: 5942
- Tue Aug 04, 2009 2:22 pm
- Forum: General
- Topic: Controlling squeecenter?
- Replies: 12
- Views: 5942
Re: Controlling squeecenter?
I just did what the readme said. I really don´t know what could be the problem.
- Fri Jul 31, 2009 9:10 am
- Forum: General
- Topic: Is there a way to split a field and query the split results?
- Replies: 3
- Views: 1906
Re: Is there a way to split a field and query the split results?
Well, if you really want to have simple queries to get the data out of the database you shouldn´t have fields that contain different values. Design the db to be simple to query. A quick and dirty way in your case would be to have more than on field containing the genre values, "genre1", &q...