Search found 92 matches

by edgar
Fri Nov 18, 2011 9:56 pm
Forum: General
Topic: Browser client, OS independant
Replies: 43
Views: 27226

Re: Browser client, OS independant

Hi Timoh,

Welcome back from vacation. I too, am glad to know you are getting things back going! Thanks so much for all your work and I totally agree with Steve!
by edgar
Fri Nov 04, 2011 9:54 pm
Forum: Plugin Development
Topic: Weather.com Plug-in
Replies: 75
Views: 563565

Re: Weather.com Plug-in

Hi All, Not sure if i am missing something but Osler's Yahoo script still seems to be working for me for weather. here it is: http://www.cebotics.com/forums/viewtopic.php?f=1&t=856299 Another alternative that works is using the housebot xAP plugin along with xAP Weather. The National Weather Ser...
by edgar
Sun Oct 30, 2011 5:37 pm
Forum: General
Topic: making announcements in tasks
Replies: 12
Views: 3867

Re: making announcements in tasks

Hi All, I have been working xAP this weekend and it is pretty neat. Played around with Speech, Weather and News. I do have a question about it though. How do you get HB to actually send a xAP message. I can do it from the device screen by 'clicking' on the grey button...but this does not appear to b...
by edgar
Mon Sep 19, 2011 11:19 pm
Forum: General
Topic: Browser client, OS independant
Replies: 43
Views: 27226

Re: Browser client, OS independant

That is great news Timoh! so glad you are finding the time again and I am very excited to see this develop!

This will be an awesome complement to Housebot!

v/r

Kevin
by edgar
Mon Sep 19, 2011 2:18 pm
Forum: General
Topic: making announcements in tasks
Replies: 12
Views: 3867

Re: making announcements in tasks

Hi All, I also use one speech device for all tasks and it works well. Just to add a reminder, You can easily inject status of other variables using tasks to speak the 'state' of something: For example if you want to use TTS to say the last caller you can easily do so by changing the property state '...
by edgar
Tue Jul 12, 2011 10:17 pm
Forum: General
Topic: The future of HouseBot?!
Replies: 10
Views: 4759

Re: The future of HouseBot?!

This is interesting. I really think the future of Housebot is going to rest on the client and what may materialize there. Currently a windows only client does not offer too much in the way of portability and control especially since Windows Mobile is struggling . I agree that Housebot is very stable...
by edgar
Tue Jun 14, 2011 10:55 pm
Forum: Plugin Development
Topic: http XML Housebot protocol
Replies: 4
Views: 7898

Re: http XML Housebot protocol

Glad to hear that too Timoh!
JSON is used by both XBMC and Eventghost both of which i use quite a bit with my House/Media. I have not worked with it much but it seems to be quite popular.

v/r

Kevin
by edgar
Sun Mar 20, 2011 11:16 pm
Forum: Feature Requests
Topic: Self CLosing Panel
Replies: 2
Views: 6085

Re: Self CLosing Panel

Hi Steve, That would be a convenient feature. Right now for pop ups I use only a task only with the delay action to hold your window open. I also use a timer for some of my pop ups that I have automatically popping up so i can add a "This window will close in: " %%Timer.Remaining Time%% so...
by edgar
Fri Mar 04, 2011 12:17 am
Forum: General
Topic: TCP Client Software Device Plugin
Replies: 23
Views: 16616

Re: TCP Client Software Device Plugin

Windows 7 64 bit.....that is my 'development' laptop...my production is good ol XP....should i try that?

Kevin
by edgar
Wed Mar 02, 2011 9:53 pm
Forum: General
Topic: TCP Client Software Device Plugin
Replies: 23
Views: 16616

Re: TCP Client Software Device Plugin

Hi Osler, Trying to get plug to work. I get an error " TCP Socket error: An address incompatible with the requested protocol was used. I am trying to connect to the Eventghost Network Receiver and also my Python TCP server script (which i know for sure works). Any help you can provide would be ...
by edgar
Sun Feb 13, 2011 9:26 pm
Forum: General
Topic: External Connection ASCII protocol
Replies: 2
Views: 1783

Re: External Connection ASCII protocol

Osler,

Thank You! Thank You!

That did it....!!!!

Just had to at a \n at the end and it worked!

full line of code just for anyone else interested was changed:

cli.send('/S HB /C SPV /D Foyer Light /P Power State /V On\n')


v/r

Kevin
by edgar
Sun Feb 13, 2011 4:50 pm
Forum: General
Topic: External Connection ASCII protocol
Replies: 2
Views: 1783

External Connection ASCII protocol

Hi All, I am working on a little project to try to interface HB with XBMC using a python TCP client script. I developed a simple Server script and client script to test it out and I am able to open a socket connection and send data from the client to the server and vice versa. I then redirected the ...
by edgar
Tue Feb 01, 2011 8:36 pm
Forum: Plugin Development
Topic: HouseBot Web Server
Replies: 72
Views: 111350

Re: HouseBot Web Server

Tim

Great that you found that out today. Looking forward continuing to test if and when needed.

v/r

Kevin
by edgar
Tue Feb 01, 2011 5:20 pm
Forum: Plugin Development
Topic: HouseBot Web Server
Replies: 72
Views: 111350

Re: HouseBot Web Server

Hi Timoh, Great job with all you have done so far! I installed on HB running on Windows 7 x64....no issues. Server started and works with the following results: Firefox on local machine: no issues, xml looks fine.. Firefox on remote machine: no issues, xml looks fine Droid: Samsung Galaxy Tab with D...
by edgar
Sun Jan 30, 2011 10:23 am
Forum: General
Topic: Graph from Access
Replies: 8
Views: 2444

Re: Graph from Access

Hello, I use GNUPLOT for graphing. I use Autohotkey scripts that I convert to Executable files to parse HB logs and format them for GNUPLOT. As long as you can get your Access data into a data format GNUPLOT can accept you are good to go. GNUPLOT uses instruction/plotting files (plt) to load, plot, ...