UPDATE 2: A Wired Sonoff Zigbee Alternative

ORIGINAL POST

UPDATE 10/15: READ IF YOU PLAN TO USE HUB WITH ZHA

The updates for this little device keep coming. Thanks to the folks leaving comments, we keep getting more information. I apologize for not noticing this myself, but I did not spend any time trying Zigbee2Tasmota on this device having played with it enough on the Sonoff hub.

A commenter, Ronald, noted that using Zigbee2Tasmota, attempting to pair Zigbee devices caused the hub to reboot. I confirmed this myself, and tried with both Zigbee firmware packages from the EmberZNet NCP UART EZSP firmware page.

I attempted to build … Read the rest

UPDATE: A Wired Sonoff Zigbee Alternative

ORIGINAL POST

UPDATE 10/18: READ IF YOU PLAN TO USE HUB WITH Zigbee2Tasmota

So while the documentation in the initial post on how to compile and flash Tasmota to the ZB-GW03 works, there is a bug when using the Tasmotized device with Home Assistant.

After changing the device to a ZHA Bridge, a power disruption will prevent a reconnection to Home Assistant once power is restored. The only way to reconnect appears to be by switching the device template back to Zigbee2Tasmota, letting it start, and then back to the ZHA Bridge template. Afterwards it will reconnect as usual. A … Read the rest

Making an Automatic Email Backup – Part 2

UPDATE: PART 3 has instructions for email backup using pre-made docker images based on this post and Part 1.

<— Part 1

Summary so far

Ok, so if you have gone through Part 1 already, you have Mbsync set up to sync all emails from your remote IMAP server and then Dovecot set up to host those emails on a local SMTP server, but without SSL.

That may be enough for many, but we can take things a step further. In this part, we will add self-signed SSL certificates for Dovecot, and we will install Roundcube. Roundcube is an … Read the rest

Making an Automatic Email Backup – Part 1

UPDATE: PART 3 has instructions for email backup using pre-made docker images based on this post and Part 2.

Intro

In the world of self-hosting, creating a personal email server always seemed like the Holy Grail of personal privacy. Unfortunately, with all the work that would go into maintaining it, and the high probability of failure when operated by someone as inexperienced as myself, it has never seemed like a viable option for me. However, I have wanted a system for some time whereby I can automatically backup my email in a standard format which could potentially be served to … Read the rest

Controlling Home Assistant with an Old Remote

I, like many other I’m sure, have plenty of old infrared remotes laying around from TVs past. They were just collecting dust, but what if they could be useful again? Well thanks to the Flirc USB, a small USB IR receiver, those old remotes can be used to control anything your Home Assistant Box can control.

The Flirc USB
Banana for scale

The amazing thing about this device is its simplicity. First, you plug it into a PC, Mac, or Linux machine. Then download the software. The software lets you assign buttons to a virtual keyboard by selecting individual … Read the rest

Playing a sound directly from Home Assistant Operating System

This may sound like it should’ve been a trivial task to accomplish but took me way longer to solve than I anticipated. As I said it my first post, I started my Home Automation journey with things like Nest. This included the (now killedbygoogle) Nest Secure with Nest Detects. I did enjoy a very pleasing DING each time a door opened. As time went on, I tried to distance myself as much as possible from the cloud.

Integrating them into Home Assistant was a major PITA though. I had to purchase the amazing Starling Home Hub, and … Read the rest

How to Use Zigbee2Tasmota with Home Assistant

To follow up my last post, integrating a newly flashed Tasmota Zigbee Coordinator with Home Assistant has a third option besides ZHA and Zigbee2MQTT; it can be used directly as a Zigbee Coordinator using its own amazing Tasmota Software.

The device itself uses a zigbee implementation called Zigbee2Tasmota, which is a full-fledged zigbee routing platform with the usual MQTT integration. Unfortunately, it is probably overlooked because its use is limited to the Tasmota console, but it may be an attractive option for some, especially for a potentially more reliable connection when relying on the WiFi radio of the … Read the rest