From 287199eaa677fc1191121c6d58c6f21a93fb85d2 Mon Sep 17 00:00:00 2001 From: rugene76 <60796202+rugene76@users.noreply.github.com> Date: Tue, 29 Mar 2022 10:08:47 -0500 Subject: [PATCH] Update esphome - whereis.yaml --- esphome - whereis.yaml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/esphome - whereis.yaml b/esphome - whereis.yaml index a4f8a3a..5f3fac9 100644 --- a/esphome - whereis.yaml +++ b/esphome - whereis.yaml @@ -3,11 +3,14 @@ substitutions: window_size_value: "3" rssi_capture: id(harssi_capture).state rssi_release: id(harssi_release).state - ibeacon1: EB04F2EF-EEF3-4BAD-E84F-B600A1A31674 +# replace with your ibeacon uuid # note the usage of endian format - first and last bytes are reversed, e.g., powerpc vs intel architecture -# reverse endian as reported by HA android app: 7416a3a1-00b6-4fe8-ad4b-f3eeeff204eb - ibeacon2: F658B3BB-9644-F380-764E-11C941C8B9E3 -# reverse endian as reported by HA android app: e3b9c841-c911-4e76-80f3-4496bbb358f6 +# reverse endian as reported by HA android app: 7416a3a1-00b6-4fe8-ad4b-f3eeeff21234 + ibeacon1: 3412F2EF-EEF3-4BAD-E84F-B600A1A31674 +# replace with your ibeacon uuid +# reverse endian as reported by HA android app: e3b9c841-c911-4e76-80f3-4496bbb31234 + ibeacon2: 3412B3BB-9644-F380-764E-11C941C8B9E3 + name1_rssi: gene_rssi name2_rssi: martha_rssi name1_near: gene_near @@ -37,6 +40,7 @@ ota: wifi: ssid: !secret wifi_ssid password: !secret wifi_password +# replace with your wifi values manual_ip: static_ip: 10.0.0.30 gateway: 10.0.0.1 @@ -201,4 +205,4 @@ button: - platform: restart name: "$roomname Restart" - \ No newline at end of file +