Search found 103 matches

by CouchPotatoe
Mon Dec 01, 2008 12:44 pm
Forum: General
Topic: Coincident value changes and task triggers
Replies: 4
Views: 715

Re: Coincident value changes and task triggers

I had originally thought that the HB internals might not allow the remaining parameters to update until my script relinquished control but it must be possible to just yield (do events) because big scripts like Oslers remain resident / are event driven . I am not sure if this related to it being a fo...
by CouchPotatoe
Mon Dec 01, 2008 11:51 am
Forum: General
Topic: Coincident value changes and task triggers
Replies: 4
Views: 715

Coincident value changes and task triggers

I have a situation where a plugin is updating several properties associated with a device all at the same time - the source is actually a single Ethernet packet (xAP) that groups values for several associated properties . Think of this as say Artist, Album, Track and Genre that all change at once bu...
by CouchPotatoe
Thu Nov 27, 2008 2:07 pm
Forum: General
Topic: Appending info to a property value
Replies: 7
Views: 998

Re: Appending info to a property value

The timing wasn't brilliant was it ;-) If you do get an opportunity to change this then making it to a subsequent beta will suffice for me.

Cheers Kevin
by CouchPotatoe
Sat Nov 22, 2008 10:25 am
Forum: General
Topic: Appending info to a property value
Replies: 7
Views: 998

Re: Appending info to a property value

What would be the best thing to do about this Scott ? The device names, and property values are being auto created (in this case by the xAP plugin) based on the the original names which will always have the '.' character in them - and at least two of them :-( Is it possible to change something in Ho...
by CouchPotatoe
Thu Nov 20, 2008 7:19 pm
Forum: General
Topic: Appending info to a property value
Replies: 7
Views: 998

Re: Appending info to a property value

Thanks Osler - I'll give that a try.. However I'm also now thinking it might be a different problem as values from other properties are being substitued as their name ie %%property.name%% rather than the property value. I'm selecting them via the task editor dialogs. I wonder if its something to do ...
by CouchPotatoe
Thu Nov 20, 2008 12:44 pm
Forum: General
Topic: Appending info to a property value
Replies: 7
Views: 998

Appending info to a property value

I'm trying to add some data onto the end of an existing property value (actually the call duration for a completed call) -so in the task I have updated the value of "PropertyName1" which is "John Smith" with %%PropertyName1%% (%%PropertyName2%%) intending to append the call durat...
by CouchPotatoe
Sat Oct 04, 2008 6:24 pm
Forum: General
Topic: Triggering events on update rather than change
Replies: 2
Views: 583

Re: Triggering events on update rather than change

You are absolutely correct . I had looked at this before but for some reason when the device creates these fields it unsets this option and I had just assumed......

Many thanks... K
by CouchPotatoe
Sat Oct 04, 2008 10:57 am
Forum: General
Topic: An easy way to write a plugin for HouseBot (via xAP)
Replies: 0
Views: 10974

An easy way to write a plugin for HouseBot (via xAP)

There are probably many people who would love to see a favourite device supported within HouseBot but don't have the experience to write a device driver in C++. Well now there's another way and you can use a wide variety of languages including old favourites like Visual Basic or even plain VB script...
by CouchPotatoe
Sat Oct 04, 2008 9:51 am
Forum: General
Topic: Triggering events on update rather than change
Replies: 2
Views: 583

Triggering events on update rather than change

I am trying to trigger an event when a parameter value is updated. Previously I did this with a "trigger if not equal to 'impossible value' " which of course triggers each time it changes. However this doesn't trigger when a paramater is updated with the same value it had before. So if for...
by CouchPotatoe
Sat Sep 06, 2008 11:44 am
Forum: General
Topic: Calling Sonos users
Replies: 283
Views: 597603

Re: Calling Sonos users

Hi ... great news here, as these issues have been recurring for me too but I got a bit diverted onto another project, so I couldn't spend the time here. Anyway back, but still busy. I may also revisit supporting this with a direct xAP-audio schema - as we previously touched upon... Thanks for your c...
by CouchPotatoe
Fri May 30, 2008 9:17 am
Forum: Feature Requests
Topic: Generic IP Device
Replies: 12
Views: 3257

Re: Generic IP Device

Again , although not the ideal solution you could use the xAP HouseBot plugin (about to exit beta into release version). It is designed to allow you to easily network all your automation devices over Ethernet . UDP (rather than TCP) is used because it allows for broadcast implementation allowing all...
by CouchPotatoe
Sat Feb 16, 2008 8:46 am
Forum: Feature Requests
Topic: Hide Remote ?
Replies: 3
Views: 1232

Thanks, that's useful for some of what I want to do but when the underlying application shows a different screen I need to remove the HouseBot overlay totally, and in other screens I would like to change the particular screen the HB overlay is displaying..

K
by CouchPotatoe
Fri Feb 15, 2008 11:15 am
Forum: Feature Requests
Topic: Hide Remote ?
Replies: 3
Views: 1232

Hide Remote ?

Is there a way to hide a specific remote screen using a property value ? I'm trying to superimpose a HB remote over the top of an existing application but only at certain times. I can create a property in HB to say when this should happen. I'd then like the remote to just appear or hide. Minimising ...
by CouchPotatoe
Mon Feb 04, 2008 5:31 am
Forum: General
Topic: Calling Sonos users
Replies: 283
Views: 597603

Hi, Lots to play with here - looking forward to it :-) I have a question on the status display aspect. From reading above it seems that the new status will not be available until the re-index has completed. Even though only one track may have changed meta data I think my re-index takes a very long t...
by CouchPotatoe
Fri Feb 01, 2008 8:04 am
Forum: General
Topic: 1-Wire <=> Housebot
Replies: 3
Views: 771

Yes - xAP networks all your I/O devices essentially so they are no longer tied to one application but available to all. Your control software can be distributed too, so you can augment HouseBot with some embedded control. or even setup scenarios like redundancy. I use this approach so that vital asp...