isewise
isewise
Clearing my cookies resolved the problem. I have seen the UI before this issue started. I know I edited several of my existing automations and I believe I created a...
I have a simple template to evaluate the battery level of my Shark vacuum. `{{state_attr('vacuum.vicky', 'battery_level') > 85 }}` In the Dev tools -> Template I get a true or...
Still an issue.
I'm also having this issue. As of right now I have commented out anything pertaining to BLE on the EP1 and it seems to be okay right now.
> BTW, you stated > "You could also try switching the framework to esp-idf rather than Arduino" > This is defined in your base configuration correct? I don't define esp-idf...
Has there been any progress on this matter? I noticed this morning the Android companion app added [functionality to limit BLE transmission to Home WiFi.](https://github.com/home-assistant/android/pull/4277). I tried again to test...
I enabled the beacon sensor and toggled the BLE transmitter sensor a couple times. So far, no luck. I confirmed my espresense nodes are correctly working as well. I began...
> @isewise try changing Advertise Mode to Low Latency and maybe adjust Measured Power to `-75` (that number is what my fire tablets like otherwise I will see no data)...
I definitely think something is wrong with HA companion app. I just created a test BLE iBeacon using [this app](https://github.com/vhiribarren/beacon-simulator-android), went through the procedure of adding a sensor via [ESPresense](https://espresense.com/)...
I connected my ESP M5 atom to my PC to read the logs of the node as it detects devices. The node is a beacon monitor after all. I turned...