Search found 257 matches

by Timoh
Thu Mar 15, 2012 11:47 am
Forum: General
Topic: New guy
Replies: 16
Views: 9429

Re: New guy

Just a couple of things to keep in mind.... Some coding will probably be required. You must know the serial protocol of your devices. This thread should point you in the right direction. (http://cebotics.com/forums/viewtopic.php?f=4&t=857446&p=451706&hilit=generic#p451706) Basically, you...
by Timoh
Thu Mar 15, 2012 7:56 am
Forum: Plugin Development
Topic: webRemote/Housebot WebServer - March Release
Replies: 46
Views: 44184

Re: webRemote/Housebot WebServer - March Release

Task buttons are on the todo list. Something I don't use in my themes, so weren't/aren't a priority. They will be around in the next release. Very strange on the property changes only not working with x10 and Insteon. The only way to make a property change call is via the Scottbot provided and appro...
by Timoh
Wed Mar 14, 2012 4:34 pm
Forum: Plugin Development
Topic: webRemote/Housebot WebServer - March Release
Replies: 46
Views: 44184

Re: webRemote/Housebot WebServer - March Release

Hi Mark, Whooops... I forgot to add text positioning to my todo list. It's not a bug... Just not done! The default refresh is 36 seconds.... And the parameter is case sensitive... So make sure you setting Refresh=5000, and not refresh=5000. Very odd on the the property change not actually doing anyt...
by Timoh
Wed Mar 14, 2012 12:17 pm
Forum: General
Topic: Community Feedback Required - webRemote
Replies: 3
Views: 2764

Community Feedback Required - webRemote

Hi folks, Believe it or not, I'm into the final phase of the webremote. The main driver for the webRemote has been for my own selfish needs, with the secondary driver being giving something back to the HB community. The first criteria has been met and the webRemote works well enough for my setup and...
by Timoh
Wed Mar 14, 2012 10:59 am
Forum: General
Topic: New guy
Replies: 16
Views: 9429

Re: New guy

Hi Ben,
I should have thought of this sooner...
But 1-wire your should be OK with the Xap plugin. (http://cebotics.com/forums/viewtopic.php?f=1&t=856266).

It may very well use the same setup as Mr. House.... ie: Mr. House uses xap protocol to talk to 1-wire.

Tim
by Timoh
Tue Mar 13, 2012 10:40 am
Forum: General
Topic: New guy
Replies: 16
Views: 9429

Re: New guy

Hi Ben, As far as I know, no one has written 1-wire support for HB, and I'm fairly certain it's not included natively. That being said, if your 1-wire setup communicate with Mr. House in a simple fashion such as serial/rs232, then it should be simple enough to get it to work with HB using the generi...
by Timoh
Mon Mar 12, 2012 4:19 pm
Forum: Plugin Development
Topic: webRemote/Housebot WebServer - March Release
Replies: 46
Views: 44184

Re: webRemote/Housebot WebServer - March Release

Quick update done to the javascript/webRemote. Download the original file in this thread for the update. When a dependency load fails, a button will appear at the bottom of the dependency page saying the load has failed. There is no longer a pop-up. If nothing has happened for 30 seconds, check the ...
by Timoh
Mon Mar 12, 2012 2:43 pm
Forum: Plugin Development
Topic: webRemote/Housebot WebServer - March Release
Replies: 46
Views: 44184

Re: webRemote/Housebot WebServer - March Release

I think I'm going to backtrack on that last comment... I had thought the swRemote was able to compensate/understand Themes folder within a Themes folder. But in testing it appears it does not. I tried reproducing your setup, so I created a "Themes" folder under my "Themes" folder...
by Timoh
Mon Mar 12, 2012 11:05 am
Forum: Plugin Development
Topic: webRemote/Housebot WebServer - March Release
Replies: 46
Views: 44184

Re: webRemote/Housebot WebServer - March Release

Don't worry about reworking your folders....
I'd prefer to get it to working as expected/inline with swRemote. It'll just make the product more robust for what users throw at it.
Tim
by Timoh
Mon Mar 12, 2012 10:20 am
Forum: Plugin Development
Topic: webRemote/Housebot WebServer - March Release
Replies: 46
Views: 44184

Re: webRemote/Housebot WebServer - March Release

Maze42, you should be using ?Theme=simple test&Refresh=2000. ?ThemeXML just displays the XML and/or errors with the XML. The ?Theme is what loads the webremote client and calls the XML behind the scenes. Steve, Another surprise... Or rather assumption on my side... I had always assumed that depe...
by Timoh
Sun Mar 11, 2012 5:02 pm
Forum: Plugin Development
Topic: webRemote/Housebot WebServer - March Release
Replies: 46
Views: 44184

Re: webRemote/Housebot WebServer - March Release

Hi Steve, Somewhere in the list of 143 items, there should be 3 files that still saying "LOADING..........................................." Either the webRemote is not requesting them properly or they don't exist. Once you've identified the three culprits, you should be able just to go to...
by Timoh
Sun Mar 11, 2012 11:02 am
Forum: Plugin Development
Topic: webRemote/Housebot WebServer - March Release
Replies: 46
Views: 44184

Re: webRemote/Housebot WebServer - March Release

Hi Steve, File updated.... so if you can try again, it'd be appreciated. This one was caused by a bug if the image did not load in the first second, and stayed in "LOADING" mode beyond that, it would never be considered complete. The dependencies number is the number of images in your them...
by Timoh
Sat Mar 10, 2012 4:02 pm
Forum: Plugin Development
Topic: webRemote/Housebot WebServer - March Release
Replies: 46
Views: 44184

Re: webRemote/Housebot WebServer - March Release

Steve, (and all the other testing lurkers)
The file in the original post has been updated and is ready for testing... This fix is for the crazy transparencies counter.
We'll see what bugs come up next. (Hopefully nothing)

Thanks
Tim
by Timoh
Sat Mar 10, 2012 1:46 pm
Forum: Plugin Development
Topic: webRemote/Housebot WebServer - March Release
Replies: 46
Views: 44184

Re: webRemote/Housebot WebServer - March Release

I really appreciate your help on this Steve. Thanks for your patience! I've seen what you described (counting going bezerk/dependency load failed) before on one of my testing themes... I thought I had fixed it. That's an easy fix than the XML stuff... Just a question of me figuring out how to count ...
by Timoh
Sat Mar 10, 2012 10:26 am
Forum: Plugin Development
Topic: webRemote/Housebot WebServer - March Release
Replies: 46
Views: 44184

Re: webRemote/Housebot WebServer - March Release

There are 2 TP_CLR attributes... One before REP_DELAY and one after TEXT. TP_CLR is the transparent colour. I copied the line into a working theme. I was then able to fix it in theme editor by changing the transparent colour to something else, saving the theme, then changing it back to what you want...