Create a FREE public endpoint for self-hosted services using Oracle Cloud and OPNsense

Introduction

As many of you (the people who would be interested enough to read this post), I have a number of self hosted services which have become integral to my everyday life. For the most part, I use a wireguard (split) tunnel to access these services remotely from my phone or laptop. However, there are some services, like Nextcloud, for which I prefer public access so that I can access them from any computer. Up till now, I have opened port 443 on my router and forwarded incoming traffic to an instance of Nginx Proxy Manager. This has been working … Read the rest

Making an Automatic Email Backup – Part 3

Part 1

Part 2

Initially, I described a solution which required the use of LXC or some full Linux box to install and operate the necessary tools. Recently, however, I repackaged those tools into a couple docker containers, more easily deployable through a docker compose file with configuration done with environment variables.

https://github.com/jon6fingrs/mbsync-dovecot

https://hub.docker.com/repository/docker/thehelpfulidiot/dovecot

https://hub.docker.com/repository/docker/thehelpfulidiot/mbsync

Instructions on the github page. Let me know if you have any questions!… Read the rest

Integrating XMCOSY+ Outdoor String Lights with Home Assistant Locally

XMCOSY+ Outdoor String Lights

Home automation is incredible and obviously in my opinion, a lot of fun. However, I’m sure many of you would agree that buying a product for use in your home shouldn’t have to connect to an outside computer, let alone one in another country.

Fortunately with the magic of Home Assistant and the Local Tuya plugin, I have managed to run this light locally without any loss of functionality. As you may know, Tuya is a Chinese manufacturer who creates a lot of white label IoT devices. The devices, in my experience, tend to work … Read the rest

Custom 3D Printed Mount for Fire Tablet (2015)

I have been enamored by the slew of Home Assistant Dashboard mounts lately and have wanted to make one for a while. I saw that the newer Amazon tablets have commercially available options, but my old 2015 Fire Tablet was on its own.

I decided to make one using my Creality Ender 3 Pro. I designed one with screw holes to fit a standard 2-gang box, an opening for the cord to exit posteriorly, and cut outs for the tablet’s buttons.

Printing

Unfortunately, each one took about a day to print and I went through several drafts, slowly tweaking the … Read the rest

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