Fridgidare Smart A/C

I’ve had my v2 hub for about a year an a half and and not a developer or anything, just a basic user. I have about 40 devices which consist of wall switches, door locks, motion sensors and the Rachio sprinkler system and my 3 Amazon Echos can control as well . When I say basic user, I mean I use the app, routines smart lighting, etc to set up and use everything and think I’ve only used the web browser log in once to create a virtual switch. My question is regarding air conditioning. I don’t have central air, or there would not even be a question as I would get a wifi Thermostat, but I do have Frigidaire A/C’s that are wifi. They connect through the router and use their app to to access them. They are also compatible with Alexa through a skill so I can just tell her to turn on, off, set a specific temp, and also “turn down the ac by 2 degrees”…Basic Alexa stuff. The Frigidaire app is horrible. Terrible in fact. Once it gets running, it does the job but is supper laggy when it does work and if you can log in. Is there anyway I can get a way for ST to control it myself or does that require a lot of programming that would have to come from the developers? As mentioned, I have the Rachio sprinkler system and that is compatible with ST, but the app is so good that I never really use ST to control it (besides, once it’s set up, little reason to touch it). Frigidaire is a case of an app so bad, that I would ditch it in a heartbeat… Any suggestions? Thanks.

I have the same air conditioner and the issue is Frigidaire. They don’t have an open API and there just isn’t any way to get into it. The fact that they don’t have an IFTTT channel is a good sign that they don’t want to do outside integration, since an IFTTT service is usually the first step. And I agree their own app is horrible. The Alexa integration is their first third-party integration, and it’s decent, which is enough for me for now.

If you have an android phone, you may be able to do something with Tasker and sharptools, I don’t know for sure. @joshua_lyon might be able to say more. If that works, then getting an inexpensive no contract wifi iPhone ( Walmart usually has one under $25) might be the cheapest way to add integration.

But if Tasker doesn’t work, you have to go to a push microbot and that’s going to be very expensive for 3 units. At that point if it was me and I had to have automated control beyond Alexa and the Frigidaire app I would probably look at getting a different air-conditioner. :disappointed_relieved:

If you can control it on your phone, you can do it via tasker, but be a pain to program but feasible
Guess its time for you to learn how to tasker haha

1 Like

While it’s true that if you can control it on your phone, you can control it with Tasker… if the source app is buggy/laggy, then automating a buggy/laggy app can lead to a buggy/laggy automation. :slight_smile:

Ideally, Frigidaire and SmartThings would develop an official release, but the next-best option would be to look if anyone in the community has reverse engineered the system and developed their own implementation.

i have an issue where perhaps that could "work"
I have an ac that is a bit of a bitch when it comes to on/off, so what i did is that i installed a contact door sensor on the vents of the ac.
And basically i would create a rule in core where it would spam the on command until the contact sensor changes.

Guess you could perhaps achieve somthing similar?
like retrying the whole tasker rule over and over until it opens? :slight_smile:
Yes its not elegant, there might be delays but its better than nothing

1 Like

FYI - someone just released a working HomeBridge plugin for this so it is totally possible now:

Understand this is an old topic. Checking to see:

  1. Has anybody had any luck getting WiFi enabled Frigidaire Window A/C units added to SmartThings?
  2. Any further instructions on the HomeBridge platform code above? Pointers to use this code to enable ST control of the Frigidaird A/C unit? (I am comfortable with any coding/installation needed).

As mentioned above, I have this window unit and like it, but I usually just use it with Alexa voice controls. Getting it to integrate with anything else is a lot of work.

Homebridge

The homebridge solution mentioned above is for people who are already using Apple HomeKit. It’s not to bring it into smartthings unless you are also using homebridge to bring smartthings into Apple HomeKit. So that would really be a lot of work and require additional hardware as well as code. And you have to have an iPhone and you have to have a HomePod mini or an Apple TV 4 just to get the HomeKit side working.

If you’re already using apple’s HomeKit then the Homebridge option might make sense, but otherwise I think not. But obviously that’s up to you.

You can talk to people using smartthings with homebridge in the following thread:

[RELEASE] Homebridge SmartThings v2.0

integration using Alexa as an intermediary

As an alternative, You can use the free Alexa app (You need an Amazon account, but not an echo device) to create an Alexa routine (not a smartthings routine) that can turn the air conditioner on or off or set it to a specific temperature.


.

And you could combine that with a virtual switch in smartthings to trigger that routine.

But it’s a limited one-way integration. If someone controls the air conditioner with voice or its own remote or at the wall smartthings won’t know that that happened. So I don’t know if that’s of any use to you or not. But it is probably the easiest least expensive way to set up a partial integration between this model and smartthings. :thinking:

Thanks @JDRoberts .

Yeah, I have it being controlled through Google Home (since we are an Android and Google family - not iOS/Alexa :grinning:). That works pretty much like you described with the Alexa integration, although I haven’t created any routines other than just using voice commands.

Was hoping for direct ST integration, but after this long, I guess that won’t happen. Would have been happy with the ability to program something, but I haven’t played with any ST code yet, and don’t see that anybody else has either - this may be a result of not having an open API from Frigidaire.

1 Like

The difference is that as of this writing Alexa allows Alexa routines to be triggered by some smart home events, specifically sensors. And since smartthings allows you to create a virtual sensor, that gives you a one-way integration path.

So far, Google has not matched that capability with Google assistant. So you don’t have a way into their routines in the same fashion.