From 637e7ed52fdc781d4fc6ff43e6647d075e11f230 Mon Sep 17 00:00:00 2001 From: mkz212 <82271669+mkz212@users.noreply.github.com> Date: Sat, 20 Jul 2024 14:18:42 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 621a96b..c5245b0 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ The Homebridge service is installed using the method described in the official [ ## Download and Flash to SD Card -**Note: The homebridge Image is temporarily not available for download within the Raspberry PI Imager Tool.** - -**As a workaround, please download latest image from [here](https://github.com/homebridge/homebridge-raspbian-image/releases), and use the 'Custom' option under 'Choose OS' within the imager tool.** +> [!WARNING] +> - The Homebridge Image is temporarily not available for download within the Raspberry PI Imager Tool. +> - As a workaround, please download latest image from [here](https://github.com/homebridge/homebridge-raspbian-image/releases), and use the 'Custom' option under 'Choose OS' within the imager tool. The *Homebridge Raspberry Pi Image* is completely free (no sign up required). @@ -100,16 +100,15 @@ If you enter your WiFi credentials incorrectly the **Homebridge WiFi Setup** hot The [Homebridge UI](https://github.com/homebridge/homebridge-config-ui-x) web interface will allow you to install, remove and update plugins, and modify the Homebridge config.json and manage other aspects of your Homebridge service. -If you're using macOS or a mobile device, you should be able to access the UI via http://homebridge.local. - -If you're using Windows, or `http://homebridge.local` does not work for you, you will need to find the IP address of your Raspberry Pi another way: - -1. Login to your router and find the "connected devices" or "dhcp clients" page to find the IP address that was assigned to the Raspberry Pi. -2. Use an iPhone to access `http://homebridge.local`, once you login using the default username and password (admin/admin) you can find the IP address under System Information. -3. Download the [Fing](https://www.fing.com/) app for [iOS](https://itunes.apple.com/us/app/fing-network-scanner/id430921107?mt=8) or [Android](https://play.google.com/store/apps/details?id=com.overlook.android.fing&hl=en_GB) to scan your network to find the IP address of your Raspberry Pi. -4. As a last resort, if you plug a monitor into your Raspberry Pi, the IP address will be displayed on the attached screen once it has finished booting. +You should be able to access the UI via: +- http://homebridge.local or +- `http://:PORT` (default port is 8581). -Once you've found your IP address, login to the web interface by going to `http://`. +How to find IP (one of): +- Login to your router and find the "connected devices" or "dhcp clients" page to find the IP address that was assigned to the Raspberry Pi. +- Use other device (Mac, iPhone, etc) to access `http://homebridge.local`, once you login using the default username and password (admin/admin) you can find the IP address under System Information. +- Download the [Fing](https://www.fing.com/) app for [iOS](https://itunes.apple.com/us/app/fing-network-scanner/id430921107?mt=8) or [Android](https://play.google.com/store/apps/details?id=com.overlook.android.fing&hl=en_GB) to scan your network to find the IP address of your Raspberry Pi. +- As a last resort, if you plug a monitor into your Raspberry Pi, the IP address will be displayed on the attached screen once it has finished booting.

From 370748f03245951597413fddcded0d4a0c40d9ca Mon Sep 17 00:00:00 2001 From: mkz212 <82271669+mkz212@users.noreply.github.com> Date: Sat, 20 Jul 2024 14:28:07 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5245b0..908a1df 100644 --- a/README.md +++ b/README.md @@ -100,16 +100,21 @@ If you enter your WiFi credentials incorrectly the **Homebridge WiFi Setup** hot The [Homebridge UI](https://github.com/homebridge/homebridge-config-ui-x) web interface will allow you to install, remove and update plugins, and modify the Homebridge config.json and manage other aspects of your Homebridge service. -You should be able to access the UI via: +By default the UI can be accessed via web browser: - http://homebridge.local or - `http://:PORT` (default port is 8581). -How to find IP (one of): +

+ How to find IP + +Try one of: - Login to your router and find the "connected devices" or "dhcp clients" page to find the IP address that was assigned to the Raspberry Pi. - Use other device (Mac, iPhone, etc) to access `http://homebridge.local`, once you login using the default username and password (admin/admin) you can find the IP address under System Information. - Download the [Fing](https://www.fing.com/) app for [iOS](https://itunes.apple.com/us/app/fing-network-scanner/id430921107?mt=8) or [Android](https://play.google.com/store/apps/details?id=com.overlook.android.fing&hl=en_GB) to scan your network to find the IP address of your Raspberry Pi. - As a last resort, if you plug a monitor into your Raspberry Pi, the IP address will be displayed on the attached screen once it has finished booting. +
+

From 7b6ccf83892dcb1eaad5b797abef120f15683e48 Mon Sep 17 00:00:00 2001 From: mkz212 <82271669+mkz212@users.noreply.github.com> Date: Sat, 20 Jul 2024 14:32:54 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 908a1df..bf5c943 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,8 @@ Try one of: +The default username is `admin` and the default password is `admin`. +