Search found 30 matches

by Nightrader_
Thu Dec 22, 2011 10:01 pm
Forum: General
Topic: SWRemote vs Windows 8
Replies: 28
Views: 9161

Re: SWRemote vs Windows 8

Timoh wrote:That being said, the webremote was only downloaded 7 times last time a I checked.

When time permits :D

Gene
by Nightrader_
Mon Nov 21, 2011 11:53 am
Forum: Tips, Tricks, and FAQ
Topic: Arduino
Replies: 6
Views: 9163

Re: Arduino

I have also recently discovered the Arduino. This is indeed an amazing piece of hardware. I have purchased a Ethernet Pro from http://www.sparkfun.com and have coded it up with an xAP to Onewire bridge and it is rock solid.. I am now working on using a Mega2560 for a combo x10/Onewire to xAP bridge ...
by Nightrader_
Sun Aug 07, 2011 1:48 pm
Forum: Bug Reports
Topic: Unknown Trace Type
Replies: 6
Views: 6738

Re: Unknown Trace Type

I went over the script and cleaned it up some (I have not add "Option Explicit" as recommend by Richard, yet (It is good advise)) and I created an export. This is fairly portable and everyone is welcome to use it or any portion of it in anyway they wish. You may need to edit the property n...
by Nightrader_
Sun Aug 07, 2011 3:40 am
Forum: Bug Reports
Topic: Unknown Trace Type
Replies: 6
Views: 6738

Re: Unknown Trace Type

No luck :( It crashed again. no warning or anything, just gone. no new dmp file now, but this was in the error log file. I am not tracing anything for any of the script devices. "08/07/2011","12:32:44 am","TStat - lvrm","Error","Unknown trace type [191925...
by Nightrader_
Sun Aug 07, 2011 3:17 am
Forum: Bug Reports
Topic: Unknown Trace Type
Replies: 6
Views: 6738

Re: Unknown Trace Type

If it's a script device, there are only a couple of ways to trace messages and they should isolate the script from ever specifying an "unknown trace type". It's possible that something has went so wrong that the call is corrupted. If the server crashed, there should be a .dmp file created...
by Nightrader_
Sun Aug 07, 2011 3:12 am
Forum: Bug Reports
Topic: Unknown Trace Type
Replies: 6
Views: 6738

Re: Unknown Trace Type

Are you tracing messages? If so, did you try to disable (error) logging. Maybe PM the script to me so I could have a general look. Sometimes you get blind from your own stuff;) I have tried it with the tracing turned off and set to window. Same result. btw, I am talking about the settings on the de...
by Nightrader_
Sat Aug 06, 2011 11:52 am
Forum: Bug Reports
Topic: Unknown Trace Type
Replies: 6
Views: 6738

Unknown Trace Type

Hello all, Recently I added a script device I created ( a Thermostat). This is a fairly simple device and I have many other script devices that work fine. The problem with this device is it randomly crashes HouseBot back to the desktop with no error message or anything. When I check the HouseBot log...
by Nightrader_
Sat Jun 04, 2011 12:41 pm
Forum: General
Topic: Browser client, OS independant
Replies: 43
Views: 26925

Re: Browser client, OS independant

Timoh wrote: I will get something out... One day. But I know & appreciate the patience of the group!
Thanks,
I'm sure there are many of us waiting to see your progress. 8)

Please keep up the great work.

Gene
by Nightrader_
Sun Jul 11, 2010 10:56 am
Forum: Plugin Development
Topic: CM15A Plugin: Updated
Replies: 10
Views: 11331

Re: CM15A Plugin: Updated

Here is a quick update: I have gotten the Receive working in the Delphi version, but can not seem to get the send working, I still have the send working in the C++ version, currently I have the C++ version setup as my main X10 interface and I have the Delphi version set to my rf Switches and my rf M...
by Nightrader_
Fri Jun 25, 2010 9:27 am
Forum: General
Topic: web server IP port
Replies: 5
Views: 2167

Re: web server IP port

Taken from the HoueBot help file: To change the port number on the HouseBot server machine: 1. Start Regedit on the HouseBot machine. 2. Navigate to HKEY_LOCAL_MACHINE\Software\CeBotics\HouseBot\Configuration Settings 3. Create a new ‘DWORD’ value registry entry with the name “Server Port”. 4. Assig...
by Nightrader_
Thu Jun 24, 2010 9:30 am
Forum: Plugin Development
Topic: Subscription Notification List
Replies: 7
Views: 7803

Re: Subscription Notification List

Thank you sir

RepeatCount was a guess based on the parameters for the SendX10 command.

Gene
by Nightrader_
Sat Jun 12, 2010 5:25 pm
Forum: Plugin Development
Topic: Subscription Notification List
Replies: 7
Views: 7803

Re: Subscription Notification List

So this code should make my "X10 Appliance Module" device (in housebot) change it's "Power State" to "ON", correct? CDataPack DataPack; DataPack.AddData( "HouseCode", "C" ); DataPack.AddData( "UnitCode", "2" ); DataPack.AddData( &...
by Nightrader_
Thu Jun 10, 2010 10:06 pm
Forum: Plugin Development
Topic: CM15A Plugin: Updated
Replies: 10
Views: 11331

Re: CM15A Plugin: Updated

Posted first beta, download from link in first post. This is from the C++ Code, while working on the Delphi conversion I had a idea to test and it worked.. In the original code I was creating the ActiveHome object in the Init function and Destroy it int the Terminate, sounded normal, I got to thinki...
by Nightrader_
Sat Jun 05, 2010 2:20 pm
Forum: Plugin Development
Topic: CM15A Plugin: Updated
Replies: 10
Views: 11331

Re: CM15A Plugin

Update:

I have pushed aside the C++ code and have started porting the sdk files to Pascal (Delphi), I have a working skeleton for the hardware interface, by the end of the weekend I should have it completed enough to post here.

Gene
by Nightrader_
Sat Jun 05, 2010 10:13 am
Forum: General
Topic: SageTCP Client
Replies: 10
Views: 2767

Re: SageTCP Client

Yes...I see. I am not sure if I can dynamically create a null device from with the master device, however. This method is not without merit, or some issues that come to mind as well (adding devices after the fact, for one, and ensuring links to your themes don't break). Let me do some poking. I wou...