X911,
I think we can eliminate the requests to 63.211.210.21 and 22. I'm pretty sure these are "Check for Update" requests by AHP, when you first run it. In fact, if you do a manual "Check for Update", you will see the same TCP request.
tracert is a CLI command that "traces to route" to the IP you specify.
To run this, go to Start>Run, type: cmd and click on OK. this opens a command line window.
At the prompt, type: tracert 63.211.210.21
This will now list all the gateways (internet segments) that your request is traveling on.
The important figures here are times longer than 250ms and total # of hops. (20 or more could be a problem)
Also, from what I can tell, My House requests a connection from either 63.211.210.98 or 63.211.210.99, via port 443, which is an SSL (secure socket layer) connection. For whatever reason, this request is being refused by the MyHouse servers.