Earlier quoted context omitted.
You're both missing one of the more likely explanation.. that nobody gave much thought about how long the device would last. "It's solid state electronics, it'll probably outlast the warranty anyway".. I can imagine an aircon company puts a lot of effort into analyzing the air-conditioning unit itself to make sure it lasts at least as long as the warranty, with good margin. But I can totally see them winging it on an…
Advantage Air doesn't produce ACs. They produce smart home solutions, including AC controllers. They're not winging it on an external control device, they're cheaping out on their main product. Also, their claim is that they're not outsourcing. If you check their website, it claims everything is designed and manufactured in Australia. Nevertheless, I'd have given them the benefit of the doubt if it were not for: 1. T…
Air Con: $1697 for an on/off switch
311–320 of 496 posts
Re: Air Con: $1697 for an on/off switch
#312Earlier quoted context omitted.
This is from my earlier notes, hope it helps some. Pin 1: RS422 +/B Pin 2: RS422 -/A Pin 3: ? - appears to be unused; connected to unpopulated pad on PCB Pin 4: GND Pin 5: ~14.2v DC unloaded Pin 6: GND Pin 7: ? Pin 8: ? Shield: GND Note: the RS422 protocol has a basic bus arbitration built-in to allow both ends to communicate. The control unit sends Ping messages, after which it opens a slot for the Tablet to communi…
Wouldn't RS422 need 2 TX and 2 RX?
Re: Air Con: $1697 for an on/off switch
#313Re: Air Con: $1697 for an on/off switch
#314This is when smart gets stupid. I'm a bit worried about this with my nest and other smart devices, but even with normal air conditioners there are a few stupid simple problems that will cost you hundreds of dollars! A couple of weeks ago my AC blower fan stopped working, the compressor would run. I went up and found out that the capacitor was bad, and took a picture of it, buying a replacement. Took about 15 minutes…
I highly recommend people who live in hot environments to keep a spare capacitor on hand. Even if you know how to fix it, if the AC dies when your local HVAC supply store is closed (eg not between 7am-7pm Monday through Saturday usually) you’re either stuck paying out the nose to a contractor who has one on hand during emergency hours or you’re sweating it out waiting for the store to open. While they are readily ava…
So he unscrews the panel, pulls off the leads, puts in the new capacitor and voila. Then the guy says basically exactly what the above para starting with "A capacitor issue...", including hosing down the coils.
So in 10 minutes I learned another mandatory skill on a Sunday morning, and it only cost $675. (Yes I know better than to place my tongue across the capacitor connectors)
Last year I fixed the condensate drain line clog myself, by uh, well, I was in a hurry, blowing into the pretty grotty drain line. I did purchase the exact model pump for a spare.
I still need to buy a spare capacitor though!
Re: Air Con: $1697 for an on/off switch
#315Earlier quoted context omitted.
What is the risk here?
Consider the following scenario: 1. Someone owns one of these systems which is functioning perfectly well. 2. They stumble across a link allowing them to download the controller app, and so they install it on their normal tablet, expecting to be able to control the system from their tablet 3a. It doesn't work, so they contact technical support. Technical support wastes a bunch of time before figuring out why the app…
Re: Air Con: $1697 for an on/off switch
#316Earlier quoted context omitted.
What is the risk here?
Consider the following scenario: 1. Someone owns one of these systems which is functioning perfectly well. 2. They stumble across a link allowing them to download the controller app, and so they install it on their normal tablet, expecting to be able to control the system from their tablet 3a. It doesn't work, so they contact technical support. Technical support wastes a bunch of time before figuring out why the app…
Re: Air Con: $1697 for an on/off switch
#317> The original ezone tablet had been running Android 6.0, this Samsung was still on 5.0 but I didnt think that would cause any issues so I got started on doing what was clearly missing: The required apps. All ezone apps are available both on the Advantage Air website and the apkpure site. I only learned of the apkpure site from a post claiming he had been directed to it by a AA tech support person. Redirecting your c…
Why even build those warnings in, if you're going to make your own mechanics ignore them.
Re: Air Con: $1697 for an on/off switch
#318Ugh. The whole "smart aircon" industry needs a good-sized asteroid wiping them out of the existence. There is a very real need for modern variable-speed units, and vendors just keep fucking it up by using proprietary protocols locked into their ecosystem. TRANE in the US is similar. And this is really annoying because variable-speed pumps solve all the problems with short cycling and oversized systems.
The problem with having standards for this kind of thing is that different units have different needs for communication and different levels of being smart. For example, some units want 2 temperature sensors and some want 3. The method used to control the system can be relatively complex - some systems are using physical models of the characteristics and positioning of sensors to do fancy control, and there are proba…
Re: Air Con: $1697 for an on/off switch
#319Earlier quoted context omitted.
Reminds me how, in USA, it’s the only civilized nation I’ve been to where you must have a prescription to purchase contacts and glasses. Everywhere else I’ve been will just sell you whatever magnification you need at the pharmacy. Obviously there is some acceptable line here, but I think the States handles this decently well enough. In Austin where I live you can get what is called a “homeowners permit” in a lot of c…
There's an easy hack for the contact lens (and maybe glasses?) situation. There is a consumer protection law meant to ensure eye doctors can't stop you from using any retailer you want (otherwise they'd essentially make themselves your retailer), and it works like this: You place an order with the retailer (online retailers typically allow you to simply type in your prescription values when adding lenses to your onli…
On the other hand, maybe I typed that in when I was first signing up two decades ago, and the optometrist I gave them has long since gone out of business?
Re: Air Con: $1697 for an on/off switch
#320OMFG; I am in Perth, I have the same system, the very same problem and solved it almost the same way and was in the process of writing it up. The system uses RS422, with a base64 encoded AES key in the aaservice binary, and I was contemplating building an esp32 based open source implementation of the controller. That's a crazy weird coincidence.
What the hell, why does a control system need an AES-secured control channel at all? The only possible intention is to make interop more difficult. If they wanted security then they wouldn't use a hard coded AES key.