X10 Community Forum

🔌General Home Automation => Automating Your House => Topic started by: rms59 on March 29, 2007, 10:50:26 PM

Title: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: rms59 on March 29, 2007, 10:50:26 PM
I have no idea where to post this but move it to where it goes.....

I have a drapery motor connected to an appliance module that I use to control a 20 foot drape. It works great and I use it to close the drapes when the sun begins to pour into the room.

Now, I would like something (inexpensive) that I can use to automate the drapes to close when the temperature reaches a certain temp.

I would prefer it not to be a pc program but a standalone unit.

The x10 appliance module used to control the drapery motor needs to have a 3 second off command sent before the ON command is sent and the ON command must remain on for at least 20 seconds.

Any thoughts...

Dick the geezer.
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: Puck on March 30, 2007, 08:39:43 AM
You could use a PowerFlash (http://www.x10.com/security/x10_pf284.htm) module with a standard 2-wire thermostat.

Thinking of the logic though, you would probably need to make an interface to reverse the switch from the thermostat, so that it actives on heat rather than cold.
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: HA Dave on March 30, 2007, 08:47:19 AM

..... you would probably need to make an interface to reverse the switch from the thermostat, so that it actives on heat rather than cold.


Most of the thermostat's sold "down here" have air conditioning settings..... So your idea should be simple. Good idea Puck!
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: steven r on March 30, 2007, 01:36:26 PM
You could use a PowerFlash (http://www.x10.com/security/x10_pf284.htm) module with a standard 2-wire thermostat....

...The x10 appliance module used to control the drapery motor needs to have a 3 second off command sent before the ON command is sent and the ON command must remain on for at least 20 seconds....

It looks like you'll need to have the thermostat trigger a macro for the "3 sec off" followed by the "20 sec on". I'd have the macro end with a few off commands just to make sure X10 didn't continually try to close the drapes.

Are you going to want X10 to automatically open the drapes also?
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: rms59 on March 30, 2007, 09:51:32 PM
I like the thermostat and powerflash idea.  8) If the powerflash doesn't have a latching type relay which remains in the last state when power is removed, then I don't need the 3 sec or 20 sec timing event.

However, the drapery motor is a dumb unit. Apply power and keep it applied and the drapes run one way until it stops. Unplug power and reapply, and the drapes retract until they stop.

So, I need to figure something out so when the thermostat applys power on high temp, the drapes will close.

And yes, I would use the appliance module to bypass the thermostat if I wanted to close them for other reasons.

Suggestions welcome. I just want my drapes to close when the temp climbs high enough and open again when it drops.

Thanks

Dick
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: Oldtimer on March 30, 2007, 09:55:50 PM
Check out this (*EXCELLENT* Members Sharing Their Original X10 Home Automation Ideas [Updated: 2006/10/21]  (Read 1394 times) (http://www.x10community.com/forums/index.php?topic=10565.0)) X10 application post: HOW SOLAR HEAT IS CAPTURED AND WHY (Read 1026 times) (http://www.x10community.com/forums/index.php?topic=10658.msg60581#msg60581)

It uses a thermostat with swtchable heat/cool options to control a heat circulation fan but instead of the fan it could control the drapes.  The final control is via two macros, one ON and one OFF.  I'd be happy to post details so you could modify them for the special signals needed to operate the draperies.


[TTA Edit: Added description to LINK, 2nd LINK, well-deserved accolade and a new Helpful! (http://www.x10community.com/forums/Themes/x10theme1/images/post/thumbup.gif) ]
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: rms59 on March 31, 2007, 01:07:06 PM
Check out this (*EXCELLENT* Members Sharing Their Original X10 Home Automation Ideas [Updated: 2006/10/21]  (Read 1394 times) (http://www.x10community.com/forums/index.php?topic=10565.0)) X10 application post: HOW SOLAR HEAT IS CAPTURED AND WHY (Read 1026 times) (http://www.x10community.com/forums/index.php?topic=10658.msg60581#msg60581)

It uses a thermostat with swtchable heat/cool options to control a heat circulation fan but instead of the fan it could control the drapes.  The final control is via two macros, one ON and one OFF.  I'd be happy to post details so you could modify them for the special signals needed to operate the draperies.


[TTA Edit: Added description to LINK, 2nd LINK, well-deserved accolade and a new Helpful! (http://www.x10community.com/forums/Themes/x10theme1/images/post/thumbup.gif) ]

This is good stuff and I appreciate the links. However, how does any programmer know the status of the drapes? There is no feedback from the drapery motor to indicate whether its open or closed?

Thanks, Dick
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: steven r on March 31, 2007, 01:48:19 PM
...how does any programmer know the status of the drapes? There is no feedback from the drapery motor to indicate whether its open or closed?...
Short of sewing a magnet in the drapes or figuring out some other way of detecting their position, there's really not a lot you can do. Do the drapes have any "end of line" switch built in? i.e. Do they automatically shut off when closed or opened all the way? If so, there's a chance you might be able to use that. Otherwise, I'd look at toggling a flag in your macros to indicate position.

e.g. I use one low voltage push button switch to trigger both my welcome and exit macros. By checking the status of my home flag, lights either turn off or on. The garage closes in both cases but closes sooner when leaving.
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: rms59 on March 31, 2007, 05:14:59 PM
...how does any programmer know the status of the drapes? There is no feedback from the drapery motor to indicate whether its open or closed?...
Short of sewing a magnet in the drapes or figuring out some other way of detecting their position, there's really not a lot you can do. Do the drapes have any "end of line" switch built in? i.e. Do they automatically shut off when closed or opened all the way? If so, there's a chance you might be able to use that. Otherwise, I'd look at toggling a flag in your macros to indicate position.

e.g. I use one low voltage push button switch to trigger both my welcome and exit macros. By checking the status of my home flag, lights either turn off or on. The garage closes in both cases but closes sooner when leaving.

The motor is here... http://www.smarthome.com/images/3142big.jpg The wheel has two adjustable claws on it that physically move the larger limit lever shown in the center of the two claws. Mechanically, the lever is to the left when the drapes are closed and to the right when open.

I'm going to either open it up and see whats inside or figure a way to attach two micro switches to the case to detect which side the limit lever is on. I think the combination of the motor, a heating/cooling thermostat that has a mercury actuated switch, and one or two micro switches attached to the case, should work without any computer program.

All I need now is to figure how to wire it up...  ???

Dick
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: TakeTheActive on March 31, 2007, 05:18:40 PM

I like the thermostat and powerflash idea....

...Suggestions welcome...

"Attention Cheers Gang ":

No more soup for Dick (aka rms59) until he completes his Newbie Intro (http://www.x10community.com/forums/index.php?topic=10503.msg60593#msg60593) !!!
:o

...So, put down your "Old Geezer " cane and start typing up your "Cheers Gang " Intro (http://www.x10community.com/forums/index.php?topic=10503.msg60593#msg60593)!  :D
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: Tuicemen on March 31, 2007, 08:18:29 PM
rms59     you may wish to check out Accessah.com (http://www.accessha.com/forums/index.php?) there are a few users there that have played with remote blinds one may have an idea for you! I'm sure someone here will figure something out for you as many go out of there way just to play with gadgets to help others, with no intention of using it themself ;) :D ;D
The Ideas will keep coming I'm sure!
Cheers
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: dave w on April 02, 2007, 12:37:02 PM
RMS 59

Using some to sense dape position is the surest,  but is difficult to do. I (as Steven R suggests) use flags to anticipate drape position and determine which direction to set drape motor in. If the flag is wrong the draps do nothing since the drape motor internal limit switches prevent it from activating in the wrong direction.
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: steven r on April 02, 2007, 02:16:30 PM
...If the flag is wrong the draps do nothing since the drape motor internal limit switches prevent it from activating in the wrong direction.
It appears from his original post that it is just one button that closes if the drapes are open and vice-versa. Some some sort of position indicator could play an important function even with macro flags.

I also got the impression that he was interested in controlling them without the use of AHP or computer control. This presents the problem of finding a way to get the close signal to not be continually sent to the drapes. A thermostat will send a continuous signal. This could be a problem even with motor limit switches. e.g. My garage door may stop but I don't imagine it would be great for it if I effectively left the button pushed continuously.

While there there maybe a way to do as an independent setup, I believe this is a great opportunity for him to jump into X10 automation with AHP.
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: rms59 on April 02, 2007, 08:57:59 PM
I have taken the drape unit apart and have drawn a schematic of the internal wiring. Its really simple, consisting of two relays and two switches. I'm trying to figure on how to do it I'm really close. I'll let you know.

BTW is anyone interested in the schematic drawing?

DIck
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: steven r on April 03, 2007, 02:26:03 AM
...BTW is anyone interested in the schematic drawing?...
I for one would be interested and I expect at least one other person here that has been commenting is also interested.  ;)
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: rms59 on April 04, 2007, 09:52:26 PM
I give up. It looks like I'm going to have to do this with (ugh) computer control. Would this setup be enough for me? The one for $49.00?  http://www.x10.com/activehomepro/activehome-pro.html#

Let me explain what the sequence of events are for a typical open/close. Just understand that the drape controller has only a 12v receptacle. The 12vdc lead from a wall transformer plugs into it. The transformer then plugs into an appliance module which is plugged into a standard duplex. When the appliance module turns on the drape motor runs. This is the sequence/

AM= standard X10 appliance module, DM is drape motor,

turn AM on.... DM turns on and drapes travel to their closed position then stop.
turn AM off.... DM does nothing
turn AM on.... DM turns on and drapes travel to their open positition then stop.
turn AM off.... DM does nothing

Repeats like this.

Somehow I want to put a thermostat across the drape motor to close it when the temperature climbs in the room

Thanks for bareing with me.... I'll draw out the schematic and send it in a few days....

Dick



Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: Oldtimer on April 04, 2007, 10:52:36 PM
I give up. It looks like I'm going to have to do this with (ugh) computer control. Would this setup be enough for me? The one for $49.00?  http://www.x10.com/activehomepro/activehome-pro.html#


Thanks for the info.  I suspected this was how it worked.

In addition to the above system you're going to need a Power Flash module PSC01 for $21.59 and a heat/cool thermostat which you can get on EBay fairly cheaply.  By the time you're done you'll be pushing $100 and an AHP learning curve to get this working.  Are you still interested?
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: HA Dave on April 04, 2007, 10:56:57 PM
The AHP is what you need.... but if you go to the X10.com Site and click on "hot deals" or "newsletter" or whatever... you can find deal with more "freebies" like at this Site http://www.x10.com/products/0319sale.html   (http://www.x10.com/products/0319sale.html)

Not are the freebies nice to have.... some (like the Smart Macros Software) are needed.

P.S. I also resisted the AHP.... but wouldn't want to live without it now.
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: rms59 on April 05, 2007, 09:39:58 AM
The AHP is what you need.... but if you go to the X10.com Site and click on "hot deals" or "newsletter" or whatever... you can find deal with more "freebies" like at this Site http://www.x10.com/products/0319sale.html   (http://www.x10.com/products/0319sale.html)

Not are the freebies nice to have.... some (like the Smart Macros Software) are needed.

P.S. I also resisted the AHP.... but wouldn't want to live without it now.

Thanks for that link. I went ahead and bought it. Even if it doesn't do the job I will have something new to tinker with.

I already have a spare heat/cool thermostat so thats no problem.

Now, the powerflash..... I have an appliance module that I modified so it has a dry set of contacts. I did that with the mod located here:

http://www.geocities.com/ido_bartana/Modifying_Appliance_module.htm

Would that work as the powerflash module?

Thanks, dick
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: Oldtimer on April 05, 2007, 10:42:07 AM

Now, the powerflash..... I have an appliance module that I modified so it has a dry set of contacts. I did that with the mod located here:

http://www.geocities.com/ido_bartana/Modifying_Appliance_module.htm


Dick:  The reference to a Power Flash in your citation is an error on the authors part.  This is what a Power Flash is and does.

http://www.x10.com/pro/automation/psc01.htm

The reference should have been to a Universal Module.  This is what it is and does:

http://www.x10.com/products/x10_um506.htm

The Power Flash senses a relay contact and puts an X10 signal on the powerline.  The Universal Module receives an X10 signal from the power line and closes a relay contact. 

You'll have to buy a Power Flash.  Although it's theoretically possible I'm not aware of any module hacks that provide its functionality.  It's actually a pretty sophisticated device.



Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: rms59 on April 05, 2007, 03:48:16 PM

Now, the powerflash..... I have an appliance module that I modified so it has a dry set of contacts. I did that with the mod located here:

http://www.geocities.com/ido_bartana/Modifying_Appliance_module.htm


Dick:  The reference to a Power Flash in your citation is an error on the authors part.  This is what a Power Flash is and does.

http://www.x10.com/pro/automation/psc01.htm

The reference should have been to a Universal Module.  This is what it is and does:

http://www.x10.com/products/x10_um506.htm

The Power Flash senses a relay contact and puts an X10 signal on the powerline.  The Universal Module receives and X10 signal from the power line and closes a relay contact. 

You'll have to buy a Power Flash.  Although it's theoretically possible I'm not aware of any module hacks that provide its functionality.  It's actually a pretty sophisticated device.


Thanks, I'll buy it. But just one question before I do. Since I want to send signals to control the drape motor, why wouldn't I want to buy a universal module instead of a powerflash.

Thanks again....

Dick
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: Oldtimer on April 05, 2007, 05:09:18 PM

Thanks, I'll buy it. But just one question before I do. Since I want to send signals to control the drape motor, why wouldn't I want to buy a universal module instead of a powerflash.

Thanks again....

Dick

Unless I misunderstood your earlier post the drapery controller works from a wall wart.  You're going to plug the wall wart into an appliance module.  You're going to attach the thermostat, set to cool, to the Powerflash.  The Powerflash will activate either of two macros using X10 as I mentioned in  my first post in this thread.  Those macros will be modified to keep track of the status of the drapes using flags as was mentioned in another post in this thread.  The macros will then send an X10 signal to the appliance module as required.

Let us know when the stuff arrives.


[TTA Edit: Repaired quotes.]
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: rms59 on April 05, 2007, 06:46:41 PM

Thanks, I'll buy it. But just one question before I do. Since I want to send signals to control the drape motor, why wouldn't I want to buy a universal module instead of a powerflash.

Thanks again....

Dick

Unless I misunderstood your earlier post the drapery controller works from a wall wart.  You're going to plug the wall wart into an appliance module.  You're going to attach the thermostat, set to cool, to the Powerflash.  The Powerflash will activate either of two macros using X10 as I mentioned in  my first post in this thread.  Those macros will be modified to keep track of the status of the drapes using flags as was mentioned in another post in this thread.  The macros will then send an X10 signal to the appliance module as required.

Let us know when the stuff arrives.


[TTA Edit: Repaired quotes.]

Thats exactly what I want to do..... I will order the powerflash right now.... thanks, Dick  :)
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: rms59 on April 14, 2007, 04:43:39 PM
Attached is a schematic drawing I made of the inexpensive drape motor that some have requested. I will write up the sequence of operation when I have more time....

Cheers

Dick

Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: Oldtimer on April 14, 2007, 08:44:05 PM
Attached is a schematic drawing I made of the inexpensive drape motor that some have requested. I will write up the sequence of operation when I have more time....

Very neat drawing.  What software did you use to make it?
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: rms59 on April 14, 2007, 09:04:06 PM
Attached is a schematic drawing I made of the inexpensive drape motor that some have requested. I will write up the sequence of operation when I have more time....

Very neat drawing.  What software did you use to make it?

The drawing is made with "Edge Diagrammer" . I think I paid $50 for it but you can try it free for 30 days. Pretty neat program.

http://www.pacestar.com/edge/index.html

Then, you output that to this totally free program that turns it into a pdf...

http://www.primopdf.com/

Dick
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: Oldtimer on April 15, 2007, 08:26:21 AM
The drawing is made with "Edge Diagrammer" . I think I paid $50 for it but you can try it free for 30 days. Pretty neat program.

I looked up the URL for this and I'm seriously considering getting a copy.  I appears to have many uses beyond wiring diagrams. It would certainly improve the quality of the information I post here even though I'd have to justify the cost elsewhere.

For PDFs I already have a "print" program that came with Adobe Contribute that I use to maintain web sites along with the "publish to" function in Wordperfect.

Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: rms59 on April 16, 2007, 10:39:36 AM
Yet another update:

The drape controller, the powerflash, the thermostat, and the AHP, are all put together and working but the drape controller is too "dumb" to know if its open or closed because it has no feedback. I can easily upset the system so it does the opposite of what I want, so I have to reset it again.

All I want is the AHP to close the drapes and turn on a ceiling fan if it gets hot in the room and open them when it cools off but I want nothing to happen if they are already closed (by someone doing it manually).

That said, I've redesigned the drapery motor by removing one of the relays and adding a set of terminals that the powerflash will connect to, so it will have "knowledge" of what position its in.  It will also continue to work with the appliance module. I have it working on paper and hope to rewire the unit today.

What I need is a standard appliance mod that has a dry set of contacts and will look for a mod today...

Dick
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: Oldtimer on April 17, 2007, 08:32:44 AM

What I need is a standard appliance mod that has a dry set of contacts and will look for a mod today...


Try this site:

http://www.idobartana.com/hakb/Modifying_Appliance_module.htm
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: rms59 on April 17, 2007, 09:49:45 AM

What I need is a standard appliance mod that has a dry set of contacts and will look for a mod today...


Try this site:

http://www.idobartana.com/hakb/Modifying_Appliance_module.htm


Thanks. I already checked out that site. I could do this by buying a universal module but I have severeal appliance modules that are unused. In any event, when I tried to isolate the appliance modules contacts, it goes to momentary operation which I don't want. It appears the module needs to pass 110v through the contacts to avoid this. I gave up and simply added a small relay inside the module that the x10 turns on and off. It works.

I'm going to rewire and "smarten" up that drape controller and hope to have it working today. Its getting to be a personal thing now... me or those drapes.  :)

Dick
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: Oldtimer on April 17, 2007, 10:35:54 AM

I gave up and simply added a small relay inside the module that the x10 turns on and off. It works.


Dick: Sounds neat.  After you win your battle of the drapes how about some pics and a description of how you did the aplliance modification.  We'd also be interested in a description of the overall drape installation.
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: rms59 on April 24, 2007, 05:58:20 PM
Ok, I finally figured out how to modify the drape controller so it will close the drapes when the temperature rises to a preset temperature and open them when the temperature falls, no matter what position the drapes are originally parked. Since it uses a Powerflash on the same code as the appliance module, the powerflash can be overriden at any time.

It works on paper and I see no reason it won't work when I complete modifying the circuit. I'll have photos and instructions for those interested when I finish in a few days time.

Dick
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: steven r on April 24, 2007, 08:22:27 PM
...It works on paper and I see no reason it won't work when I complete modifying the circuit. I'll have photos and instructions for those interested when I finish in a few days time...
If it works on paper, it has to work with X10.  ;)

Do let us know how it goes. I'm sure it could be a reference for others.
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: Oldtimer on April 24, 2007, 08:42:58 PM

The drawing is made with "Edge Diagrammer" . I think I paid $50 for it but you can try it free for 30 days. Pretty neat program.


Dick:  I downloaded the trial copy of Edge Diagrammer last Friday evening and bought it Saturday evening!  Great program - very deep in features.  After seeing your circuit diagram I was surprised that there wasn't an electrical symbol set add on for it.  You really worked hard to produce that diagram!

After generating Telephone, Video and Computer network diagrams for our house in record short time, I tackled the electrical symbol problem by searching on Google.  Amazingly I found what I (we?) needed in about 10 minutes.  It's a free WMF electrical symbol library.  The only problem is that all the symbols are horizontal when actually some of them also really need to be vertical and Edge doesn't provide a rotate function.  So I rotated the ones I thought were necessary and added them to the library.  You can download my version of the library from here.

http://www.sfpasc.com/x10/SymbolsPlus.ZIP

Add a folder named "Symbols" in the EDGE 32  Clipart folder in your Program Files and unzip this file inside it.  The symbols will need to be reduced about 50% after you insert them into a diagram. You'll also want to turn off the "snap to" function for connector ends.  I defined a new Template called Wiring Diagram to hold this and other set up info.

To reasure yourself that these symbols are available for our use go to:

http://www.kpsec.freeuk.com/symbol.htm

 Send me an email if you need more info.


Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: rms59 on April 26, 2007, 08:55:41 AM

The drawing is made with "Edge Diagrammer" . I think I paid $50 for it but you can try it free for 30 days. Pretty neat program.


Dick:  I downloaded the trial copy of Edge Diagrammer last Friday evening and bought it Saturday evening!  Great program - very deep in features.  After seeing your circuit diagram I was surprised that there wasn't an electrical symbol set add on for it.  You really worked hard to produce that diagram!

After generating Telephone, Video and Computer network diagrams for our house in record short time, I tackled the electrical symbol problem by searching on Google.  Amazingly I found what I (we?) needed in about 10 minutes.  It's a free WMF electrical symbol library.  The only problem is that all the symbols are horizontal when actually some of them also really need to be vertical and Edge doesn't provide a rotate function.  So I rotated the ones I thought were necessary and added them to the library.  You can download my version of the library from here.

http://www.sfpasc.com/x10/SymbolsPlus.ZIP

Add a folder named "Symbols" in the EDGE 32  Clipart folder in your Program Files and unzip this file inside it.  The symbols will need to be reduced about 50% after you insert them into a diagram. You'll also want to turn off the "snap to" function for connector ends.  I defined a new Template called Wiring Diagram to hold this and other set up info.

To reasure yourself that these symbols are available for our use go to:

http://www.kpsec.freeuk.com/symbol.htm

 Send me an email if you need more info.




Thanks very much for those symbols. That was a good find and I didn't think it was possible to import them into a program like this.

I got tied up yesterday with the granddaughter but will be back on it today. I'm taking photos as I go along which takes some time...

Dick
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: rms59 on April 28, 2007, 01:18:25 PM
Just an update..... It works perfectly.  ;D

When I finished it, I had a problem that I drove me nuts for 8 hours but I found the addition of two diodes solved it. The entire change to the drape motor is easily done if you are handy with a soldering iron and a pair of cutters, and have about twenty minutes to spare.

This design will allow the drapes to be opened and closed, or partially closed, using your existing transmitters or programs, but will automatically close the drapes on a command from the powerflash no matter what position there in.

I will get the photos and "how to" together in a few days time and will upload it to a new post separate from this one.

Dick
Title: Re: [How-Do-I] Assemble a Low-Cost, Heat-Activated Automatic Drapery Controller?
Post by: Oldtimer on April 28, 2007, 04:15:29 PM
Just an update..... It works perfectly.  ;D


Great news.  Really looking forward to seeing the results of your efforts.