Search found 85 matches

by wetwired
Sat Dec 05, 2009 8:20 am
Forum: General
Topic: Touchatag integration with Housebot?
Replies: 12
Views: 2319

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...
by wetwired
Wed Nov 25, 2009 9:17 am
Forum: General
Topic: Tasks and Changers
Replies: 7
Views: 1244

Re: Tasks and Changers

The fact that your code says "Power Stae" has nothing to do with it I guess?
by wetwired
Sat Oct 10, 2009 10:32 am
Forum: General
Topic: Touchatag integration with Housebot?
Replies: 12
Views: 2319

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.
by wetwired
Sat Oct 10, 2009 8:51 am
Forum: General
Topic: Touchatag integration with Housebot?
Replies: 12
Views: 2319

Re: Touchatag integration with Housebot?

A video of me controlling my Squeezebox through Touchatag and Housebot:

http://hemautomatisering.ning.com/video ... ag-publish
by wetwired
Fri Oct 02, 2009 5:01 am
Forum: General
Topic: Find out if swremote is running?
Replies: 4
Views: 873

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( "...
by wetwired
Thu Oct 01, 2009 8:46 am
Forum: General
Topic: Find out if swremote is running?
Replies: 4
Views: 873

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.
by wetwired
Wed Sep 30, 2009 2:27 pm
Forum: General
Topic: Find out if swremote is running?
Replies: 4
Views: 873

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...
by wetwired
Sat Sep 26, 2009 5:13 pm
Forum: General
Topic: Controlling squeecenter?
Replies: 12
Views: 2340

Re: Controlling squeecenter?

Here is my device for controlling the volume:

Image
by wetwired
Fri Sep 18, 2009 9:03 am
Forum: General
Topic: Controlling squeecenter?
Replies: 12
Views: 2340

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.
by wetwired
Fri Sep 18, 2009 3:07 am
Forum: General
Topic: Controlling squeecenter?
Replies: 12
Views: 2340

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 ...
by wetwired
Sun Aug 16, 2009 1:53 pm
Forum: General
Topic: Touchatag integration with Housebot?
Replies: 12
Views: 2319

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...
by wetwired
Tue Aug 04, 2009 3:00 pm
Forum: General
Topic: Controlling squeecenter?
Replies: 12
Views: 2340

Re: Controlling squeecenter?

Image
by wetwired
Tue Aug 04, 2009 2:22 pm
Forum: General
Topic: Controlling squeecenter?
Replies: 12
Views: 2340

Re: Controlling squeecenter?

I just did what the readme said. I really don´t know what could be the problem.
by wetwired
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: 738

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...