From 45fff2aadff0ccd71eba2eb1515e3fe430f175c9 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 9 Jul 2024 20:20:07 +0200 Subject: [PATCH] Instructions https://github.com/alexbelgium/hassio-addons/issues/1471#issuecomment-2216914830 --- changedetection.io/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/changedetection.io/README.md b/changedetection.io/README.md index 167559608..630dac21b 100644 --- a/changedetection.io/README.md +++ b/changedetection.io/README.md @@ -28,6 +28,8 @@ This addon is based on the [docker image](https://github.com/linuxserver/docker- ## Configuration +### Main app + Webui can be found at `:5000`. ```yaml @@ -37,6 +39,18 @@ TZ: Etc/UTC specify a timezone to use, see https://en.wikipedia.org/wiki/List_of BASE_URL: Specify the full URL (including protocol) when running behind a reverse proxy ``` +### Connect to browserless chrome (from @RhysMcW) + +In HA use the File Editor addon (or Filebrowser) and edit the Changedetection.io config.yaml : /homeassistant/addons_config/changedetection.io/config.yaml + +Add the following line to the end of the file: +`PLAYWRIGHT_DRIVER_URL: ws://db21ed7f-browserless-chrome.local.hass.io:3000/chromium?launch={"defaultViewport":{"height":720,"width":1280},"headless":false,"stealth":true}&blockAds=true` + +Remember to add a blank line at the end of the file too according to yaml requirements. + +The "db21ed7f-browserless-chrome.local.hass.io" hostname was got from the CLI in HA, using arp, but you should also be able to use your HA IP address. +Then restart the Changedetection.io addon - after that you can use the browser options in Changedetection.io. + ## Installation The installation of this add-on is pretty straightforward and not different in