I had a similar situation with my shutter blinds. The company wanted €500 to install a "smart hub" to enable voice control instead of their little remote. To hell with that, I ordered a couple of servos and an esp8266 and 3d printed some little fingers that would press the buttons on the remote and added the whole thing to HomeAssistant via ESPHome. Cost me less than €30.
Air Con: $1697 for an on/off switch
281–290 of 496 posts
Re: Air Con: $1697 for an on/off switch
#282great read. I have several Daikin split units and installed Faikins on them. https://github.com/revk/ESP32-Faikin Having the PCBs made, flashing them, sourcing the connectors,and installing them was a bit involved, but setting them up in home assistant was one of the best things this nerd has ever done. I wish there was an over-arching collective of hackers who would teach the principles, and help collaborate to deci…
At least in the UK some enterprising soul has faikins on Amazon selling quite well. I got a couple just to stash if ever needed but for now daikins app is okay and works w home assistant. For now.
Re: Air Con: $1697 for an on/off switch
#283That "not on AA hardware" error from an app running on a plain Android tablet should be criminal.
In defense of this, remember that any random person can download and install this app on any android device. It does make sense to have a clear failure mode in this case. Anyone willing to pull out a soldering iron to attach a new tablet is perfectly capable of working around this.
Re: Air Con: $1697 for an on/off switch
#284Earlier quoted context omitted.
so if the company has established they're willing to go that far to lock customers into their ecosystem and milk for $$$... it's not inconceivable that they also engineered (or chose not to fix) the cheap flash + chatty logging hardware failure for the same purpose.
Seems those tablets die not long after the warranty expires. I'm willing to bet money on that it's planned obsolescence, especially considering their "technology keeps moving forward" bullshit.
Re: Air Con: $1697 for an on/off switch
#285Earlier quoted context omitted.
In defense of this, remember that any random person can download and install this app on any android device. It does make sense to have a clear failure mode in this case. Anyone willing to pull out a soldering iron to attach a new tablet is perfectly capable of working around this.
What is the risk here?
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 isn't working, only eventually to realize what's going on.
3b. They can't get the app to work, and so slag the system on social media.
Both have costs both to the people who end up downloading it, and to the company -- costs which could be avoided by having a simple error message.
Re: Air Con: $1697 for an on/off switch
#286Companies won't stop fighting it. We mustn't stop fighting for it.
Re: Air Con: $1697 for an on/off switch
#287Earlier quoted context omitted.
This is all fantastic info. I have included the details and a link to these comments at the bottom of the post. Great work!
Tiny QOL change without too much work, you could install something like teamviewer on the tablet, and now you're able to control your AC remotely from your PC, your phone, or anywhere!
Re: Air Con: $1697 for an on/off switch
#288Earlier quoted context omitted.
I disassembled one of our gate opener's remotes, and hooked the button contacts to Raspberry Pi Zero's GPIO pins. Pi runs a tiny go webserver and Cloudflare tunnel. I hit an obscure HTTPS URL (via button on a phone's homescreen), gate opens.
I remember someone posting something about their garage opening whenever they open safari, as Safari replays GET requests from open tabs when it is un-suspended, although can't find the post right now. Basically, they had your setup exactly, but they leave the tab open in Safari and whenever they open Safari to browse the internet, the garage door opens.
Re: Air Con: $1697 for an on/off switch
#289I love that this man resurrected his blog after 10 years just to write this. Anger and spite are strong motivators.
I love it too but this only becomes worthwhile if you manage to promote this post in social media somewhere. If you don't already have a strong social media presence or don't personally know anyone who does you can forget about it. And here on HN you really have to get lucky, post at the right time and hope the flagging gangs don't get you.
Re: Air Con: $1697 for an on/off switch
#290OMFG; 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.