I was able to create a presence sensor , battery status and rssi sensor in esphome for that device, following some posts i search and github i found
but i couldn’t get the push button recognized and trigger an event. in my case i tried simple log message from esphome
hte UUID for this beacon igot by using the Android app of nRF connect which displays the BT packets data
Hi @shaikedem , I bumped into your conversation which appears to be with yourself but nevertheless interesting! I am fiddling around with the HolyIoT beacon as well and managed to get it working for my purpose: detecting if my car is close to my house. For this purpose I use a device_tracker state (probably created by the iBeacon integration but really not sure what I’ve done there…) I set up a bluetooth proxy using an ESP32 dev board which detects the beacon once it’s around. I set the beacon to behave like an iBeacon by the way.
Looking at your code, I think you create the sensors without the iBeacon integration, but where is this code placed? Is it just in configuration.yaml and will this addition create the required sensor?