vd Brink Home Automations

Home automations: Home Assistant, ESPHome, Node-RED and more.

Follow me on GitHub

Pi-hole

Advertisement and tracking blocker

Introduction

Pi-hole Pi-hole is an application that validates DNS requests and allows or blocks it based on a list with "bad" domains.

This prevents seeing a lot of advertisements when your browsing but underwater it blocks also many tracking sites! These tracking sites use your visited websites to make a profile from your browse behavior.

This is my dashboard, and as you can see in the third yellow box, more than 50% of the requested website urls are blocked! And in total, one million domains are blocked. You probably think I can’t browse anymore because everything is blocked now, but I almost never bump to a website that isn’t loaded. If this happened and I want to visit it, you can whitelist is forever or disable the blocking functionality for an X amount of time to visit the site.

The advantage of blocking these websites is also that the scripts and images from those websites are not downloaded which result in faster loading of the websites.

blocked items

Website: https://pi-hole.net/


Installation

Via docker

Check the docker-compose file on the Pi-hole website with an example.

Via Home Assistant

Use the Home Assistant Pi-hole integration for this.

Open your Home Assistant instance and show the add-on store.


AdLists

An AdList is an online page with a list of domains that will be blocked when you load this list. You can combine multiple lists. These are the list I use:

To update the list and apply them:

  • Go in the menu to Tools;
  • Select Update Gravity;
  • Click on the big button Update to download the latest versions;

^^ Top | Homepage | Best Buy Tips | Automation Ideas