Extended Data with statusrequest

Started by bill, June 08, 2005, 11:32:09 AM

Previous topic - Next topic

M J

I'm having similar problems with the
"RecvAction" from the SDK only reporting
"recvplc b1 PresetDim1" and not the actual
data.  I'm using 3.0.0.183 of the ahscript.dll

Any chance of a fix for this?

bill

I have given up on the CM15a doing this for
me for the time being. I am using an old
CM11 with a Java interface to handle my
TempLinc sensor for now.

dave m.

This is for Matss (re: garden Temp
control.) I would suggest looking at the
Parallax stamp microcontrollers.
parallax.com)  You can use an analog temp.
sensor, an 8pin A/D converter, and a
microcontroller to handle the processing
AND generate the X10 command to a powerline
interface. (They have some great project
books and a link to projects and code
contributed by viewers..) I'd be willing to
bet you would be able to modify an existing
project there to fit your needs.  Hope this
helps..

al capps

Did you have an example using vb language
instead of C#? Any help would greatly be
appreciated. Need a jump start.

Thanks
Al

moh'd elian

I have CM15A and i have tested sendplc
successfully, but when tried to test sendrf
it failed, i have my dlls version 3.183. Can
anyone plz send me a solution, or fix for
this bug?

randy

Chris,

Are you utilizing ahscript.dll? If so, are
you having any issues? I'm having problems
with a classic ASP project I've put
together and I have yet to find anyone (X10
or other) that is willing or able to
comment. I have posted errors here and
AccessX10. Would you be willing to review
and discuss?

russell

For a X10 compatible temperature sensor,
check out TempLinc at
http://www.smarthome.com/1625.html

hector (newbie)

I wrote some asp.net code and it works fine
from the server but the minute I try to
access from outside the server the page
appears to work but for some reason it
doesnt do anything? any clues? it seems like
windows xp wont run executables from iis 5.1

veetrag bafna

Where can i get a sample code for the sdk
for vb6.

otis riggins

My X10 Exerciser is written in VB6 and the
source should provide you with an example.
http://gnbi.com/blog/?p=281

randy

Hey Michael Creamer!

Have you finished your web control? What
are you using to create it? I've got a
pretty good basic control using ASP but
the .dll is erroring out. Please let me
know what you are working on/with and what
kind of luck you've had. I'd be happy to
share my code with anyone who is interested.

Thanks,

Randall

todd

I have coded a C# windows application that
has all the steps that dev_dave suggested.
The sendplc does call the
ActiveHome_RecvAction handler event, but
the queryplc does not. Example
call: "queryplc, a1 on".
Does anyone know why?

michael creamer

I still want to complete this but have had
to concentrate on some other things at the
moment.

I'm writing it using VB.NET 2003.  VB.NET
has the ability to host .aspx (ASP.NET)
pages from the app, so this is very
appealing in that users could easily write
their own .aspx pages for the system.

Michael

skip

Queryplc is broken and has yet to be fixed.
It worked before 3.186 iirc

Skip

todd

Okay then...Does anyone know how to
interface directly with the X10 Computer
Interface? I am sure there is way. If the
ActiveHome Pro can talk to it, then there
must be some DLL's that can be used, if
anyone knows how to use them.