Welcome to today’s daily kōrero!
Anyone can make the thread, first in first served. If you are here on a day and there’s no daily thread, feel free to create it!
Anyway, it’s just a chance to talk about your day, what you have planned, what you have done, etc.
So, how’s it going?
Yeah, pretty cool stuff to cut them from the cloud. However, beware, it’s another rabbit hole. Took me quite some time to get my head around it. I started with a simple ESP32 board and a height sensor for my standing desk to understand ESPHome.
The Aubess one works on the cloud as well.
To install ESPHome you need to do:
There’s a very handy Discord channel for any questions. So far I’ve flashed a relay, a Brilliant smart plug from Bunnings, and that Aubess IR controller.
For the IR controller you’ll have to learn all commands manually by pressing the button, reading the ESPHome log which displays the command string received by the IR receiver, and then make that a service in your ESPHome yaml.
Haha oh boy it sounds like a lot of work. I will order one and give it a go, but be prepared for questions (in a month or two when it arrives)!
Yeah all good to help. Took me a while to figure it out, in the end it’s not that hard.
I decided to order both kinds. We have two heat pumps, and this way one will be working while I spend months trying to get the other working 😆
Good idea! Have a look at the smartir integration, which has all the codes for some heat pumps. Not mine, so had to create the JSON manually with all commands, which is quite a bit of work. Smartir integration allows you to use it as a thermostat in HA.
I’ll take a look, thanks!