this post was submitted on 05 Sep 2023
6 points (87.5% liked)
Aotearoa / New Zealand
1651 readers
2 users here now
Kia ora and welcome to !newzealand, a place to share and discuss anything about Aotearoa in general
- For politics , please use [email protected]
- Shitposts, circlejerks, memes, and non-NZ topics belong in [email protected]
- If you need help using Lemmy.nz, go to [email protected]
- NZ regional and special interest communities
Rules:
FAQ ~ NZ Community List ~ Join Matrix chatroom
Banner image by Bernard Spragg
Got an idea for next month's banner?
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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!