this post was submitted on 05 Sep 2023
6 points (87.5% liked)

Aotearoa / New Zealand

1635 readers
8 users here now

Kia ora and welcome to !newzealand, a place to share and discuss anything about Aotearoa in general

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
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago (1 children)

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:

  • Install LibreTiny on your RPI, this is a fork of ESPHome that allows for Tuya based devices. See: https://docs.libretiny.eu/
  • Get a Linux environment. I installed dual boot on my PC with Ubuntu. I tried on my RPI but ran into a zillion issues. It could work on a VPC on Windows.
  • Install Tuya Cloudcutter on Linux. It comes with ESPHome / LibreTiny kickstarter images. https://docs.libretiny.eu/docs/flashing/tools/cloudcutter/
  • Use ltchiptool to generate a YAML for your specific device.

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.

[–] [email protected] 2 points 1 year ago (1 children)

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)!

[–] [email protected] 2 points 1 year ago (1 children)

Yeah all good to help. Took me a while to figure it out, in the end it's not that hard.

[–] [email protected] 1 points 1 year ago (1 children)

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 😆

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

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.

[–] [email protected] 1 points 1 year ago

I'll take a look, thanks!