Search found 749 matches

by Steve Horn
Tue Jan 14, 2020 4:36 pm
Forum: General
Topic: How to delete a Power on/off task in Device setup
Replies: 4
Views: 10215

Re: How to delete a Power on/off task in Device setup

Scott, it is an Execute Task device. And Plan B was to create a new Execute Task Device and delete the flawed one. I was just pointing this out in case someone else ran into the same... And to see if I was overlooking something that provided an ‘erase/undo’ action.
by Steve Horn
Mon Jan 13, 2020 8:08 pm
Forum: General
Topic: How to delete a Power on/off task in Device setup
Replies: 4
Views: 10215

How to delete a Power on/off task in Device setup

I just realized that its probably not a good idea to have a task associated with a device that turns it off: Example: a security system. "Alexa turn off the security system" is not a good idea, especially with Alexa functionality now in cars. But I cannot find a way to remove the "Dis...
by Steve Horn
Sat Dec 07, 2019 10:18 am
Forum: General
Topic: Win7 - to - Win10 migration
Replies: 9
Views: 17259

Re: Win7 - to - Win10 migration

That’s msg was during the installation, not launch. Subsequent HB launches have not yielded that msg. Haven’t pursued it further yet. Still need to do the more important CONFIG work.
by Steve Horn
Fri Dec 06, 2019 5:42 pm
Forum: General
Topic: Win7 - to - Win10 migration
Replies: 9
Views: 17259

Re: Win7 - to - Win10 migration

Two errors w/HB Server install: During the install: "Internal error: expression error 'Runtime error (at 2:261): Failed to register HBControlMod.dll" Then, at initial and subsequent HBServer launch: HBserverStart Error.png :( update: After a PC reboot (for other reasons); HBServer launches...
by Steve Horn
Fri Dec 06, 2019 7:27 am
Forum: General
Topic: Win7 - to - Win10 migration
Replies: 9
Views: 17259

Re: Win7 - to - Win10 migration

Thanks Scott; that helps. It’s a new virgin WIN10 box. May attempt the hard core install.
by Steve Horn
Thu Dec 05, 2019 10:08 am
Forum: General
Topic: Win7 - to - Win10 migration
Replies: 9
Views: 17259

Win7 - to - Win10 migration

Due to MS withdrawing support for Win7 soon, I am planning on moving all the HB server duties to a new Win10 box. What is the best way to do this: Do a complete new install (i.e. download the latest and essentially start from scratch, albeit copying over the existing CONFIG and other sub directories...
by Steve Horn
Wed Oct 23, 2019 9:50 am
Forum: General
Topic: Web Browser: Customize On-The-Fly
Replies: 168
Views: 330856

Re: Web Browser: Customize On-The-Fly

Scott:
That fixed the errors. Thank you! (Didnt know how to run Cmd as Admin. Now I do. :D )

Still have a long winded .Net error message upon opening browser from theme. Will fight that battle another day...
by Steve Horn
Wed Oct 23, 2019 9:42 am
Forum: General
Topic: Web Browser: Customize On-The-Fly
Replies: 168
Views: 330856

Re: Web Browser: Customize On-The-Fly

Will do. Thx.
CcrpTmr6 supposedly required by the browser “process”. Earlier in this 11 (and ongoing) page thread there are several references by Osler to it as being required and requiring registry registration. I’m just following orders. :?
by Steve Horn
Tue Oct 22, 2019 8:44 pm
Forum: General
Topic: Web Browser: Customize On-The-Fly
Replies: 168
Views: 330856

Re: Web Browser: Customize On-The-Fly

I'm giving this another shot because I thought of a way to use the browser capability. However, I am getting error messages from regsvr32 when I try to register the HBControlMod. dll and ccrprTmr6.dll. "The module ..... was loaded but the call to DllRegisterServer failed with error code 0x80070...
by Steve Horn
Tue Jun 25, 2019 9:45 am
Forum: General
Topic: Housebot control of RF Remote device
Replies: 0
Views: 75490

Housebot control of RF Remote device

I’m considering replacing a DirecTV DVR with one from Spectrum (Charter). Aside from the whole issue of having only one single HDMI out, the remote, I’m told, uses RF and not IR. I’m currently controlling the DirecTV box (as well as some other stuff) using IR though a USBUIRT. So how to control a RF...
by Steve Horn
Mon May 27, 2019 4:10 pm
Forum: General
Topic: Standalone Automation controller?
Replies: 4
Views: 9157

Re: Standalone Automation controller?

Tentatively decided to stay with X10 and put together an Arduino UNO w/external RTC and X10 PSC-05 power line interface, which I already have. The rest is software. Should prove “interesting”, considering my Arduino C++ is rusty, one needs to set the RTC, then get date and time, and account for sunr...
by Steve Horn
Sun May 26, 2019 10:50 am
Forum: General
Topic: Standalone Automation controller?
Replies: 4
Views: 9157

Re: Standalone Automation controller?

Considering X10’s Send-and-pray reliability, 75-80% effective. But its a harsh electrical environment. Swimming pool pump motor, AC compressor and fan. And dealing with wall switches on each power line phase.
by Steve Horn
Tue May 21, 2019 9:53 am
Forum: General
Topic: Standalone Automation controller?
Replies: 4
Views: 9157

Standalone Automation controller?

I have an automation application that controls lighting at a small community center. Currently (no pun intended) its using X10 wall switch modules and a CP290 X10 controller, all ancient. Its been reasonably reliable (its X10 after all) until recently. But now I suspect the CP290 has expired. I'm lo...
by Steve Horn
Fri Aug 03, 2018 6:27 pm
Forum: General
Topic: Task "Last Executed" property
Replies: 2
Views: 7944

Re: Task "Last Executed" property

Thats what I originally assumed: its time-stamped upon being run or called. Odd though, as I have one that is being called by another, that according to its time stamp never gets called. And yet I see no reason in the calling task why it would not execute the called task. Hmmm. Will look at it furth...
by Steve Horn
Fri Aug 03, 2018 11:08 am
Forum: General
Topic: Task "Last Executed" property
Replies: 2
Views: 7944

Task "Last Executed" property

When is that value updated?
At the completion of the task?
At the beginning of the task?
And if the task has as its first statement an "IF" test and that test fails, is the Last Executed property even "touched"? And if not, should it be?