Will the RCS TR-40 serial thermostats work with HomeVisionPro the same as the 16's? Has anybody got any experience with them? Also, What about the Aprilaire...
Jim, I have just published the information I have collected regarding the TR40 thermostat in combination with the HomeVision on the HomeVisionXL wiki:...
Hi shelte, I lost the print command for HomeVisionxl. the command "C:\program files\print files\prfile32" /- does not allow me to print. Any help would be...
... The prfile32 command doesn't come with Windows. You have to install it manually. You can download it for free from http://www.lerup.com/printfile/ By...
Hi Shelte Thanks for the info.I thought the print command was Windows native. will download printfile and try again. I had to use a different e mail addresss...
Ok I give up how do you get Homevision to respond to IR commands. I have just purchsed a Harmony 895. I've tried setting it as an X10 wireless remote and an...
Two quick things... 1) Under Controller Settings, Functions tab... did you check the "Enable Infrared Function"? Without this, HV won't respond to IR. 2)...
Thanks for your help Russ. Still not too sure what I was doing wrong. But what I did do was switch over to Homevision XL and then learnt the commands from an...
Hello All - Having a bizzare problem using the thermostat vars in HomeVision. If I run the below snippit of code: Variable #77 (Family Room Flash Temp) = Zone...
Hi Guys Decided to tidy up my accumulation of devices in small boxes...So have put my HV I/O Expanders and HV serial Boards into a 1U Plastic case.... If...
Paul, I assume var 77 contains the correct setting, right? Off the top of my head, I don't recall exactly how HomeVision sets its internal thermostat tracking...
... Craig, Yep, 77 has the right value. Interesting note w.r.t. the timing - I have an "every loop" periodic event that does "Variable #78 (Living Room Flash...
Paul, I don't the "hand-shaking" has anything to do with it. The problem may be that you don't have a real thermostat (although I'm not positive about this)....
Craig, I do indeed have 5 zones, and you're also right that I don't have any real thermostats. The reason I'm interested in using the "Raise Zone 1 temperatue...
Hello all.. I am new to HA and am just starting to hook up my HV Pro. I am having problems with the UPB switches. I hooked up my first light switch, simply...
Hi Ron Dont use UPB...But a while back these were posted to the list from a UPB Users which might help... So would be an idea to check the archives around the...
Hi Ron Make sure you are resetting the PIM into Message Mode (Upstart sets it to Pulse Mode). Take a toothpick and insert it in the hole under the little LED. ...
Hi, I want to send the following serial command with HV-Pro; run program "batchfile.bat parameter1" HV is telling that the program ran, but it doesn't send the...
I am trying to recover my schedule file using the recover program from http://home.wanadoo.nl/sbron/recover.html The process gets to 86% then stops with an...
... Try putting this into your bat file to see what parms are coming in. echo %~nx0 %* >Parms_In.txt What ever you are passing in your parms will be written to...
Howdy, ... As pointed out already, two likely issues are 1) you have to put the DTR fix to the HomeVision serial port or the CIM/PIM will not talk (ties pin #4...
Thanks, but there's nothing parsed. Homevision does not seems to send the spaces in the run program command. So, if HV sees a space, it stops sending the rest...
update If I try the command run program "batchfile.bat parameter" from the serial command test screen, it runs ok and passes all parameters correctly If I try...
if I put the following in the serial test screen; run program "C:\Program Files\HomeVision\batchfile.bat" then HV shows in the statusbar that the program has...
HV-Pro with software v3.43 batchfile is just a testfile; -- if "%1" == "" goto error if "%1" == "1" goto 1 ... echo no parameter goto end ... goto end ... ...