FAQ
Please make sure you have updated your EPL to the latest available firmware by going to Updating
Lets cover off some of the commonly asked questions.
Everything Presence Lite
Will the EPL detect moving animals or objects? Yes the EPL will detect any moving thing; a pet, fan or even even moving objects such as blinds.
Help, my sensor is giving false detections! The vast majority of the time, the sensor is detecting movement accurately, but users aren’t aware of how tiny a movement it is able to detect. Make sure to check out the tuning guide for tweaking the settings to get the best results!
Can the sensor detect the direction of motion or zones? No, it will only show a detected or not detected status.
I prefer to 3D print my own case No worries you can find the files you need here https://www.printables.com/model/624830-everything-presence-lite-official-case
My Home Assistant database has grown significantly in size since installing the EPL. Is there anything I can do to prevent this? The entities below are enabled by default and update very frequently, especially if there is a lot of activity in the vicinity of the sensor:
- target_#_active
- target_#_angle
- target_#_distance
- target_#_resolution
- target_#_speed
- target_#_x
- target_#_y
This will expand the size of your Home Assistant database very quickly. Either of the following strategies can help reduce this impact:
- Disable the entities. This will mean they cannot be monitored or used in automations. The Zone Configurator will not work unless these entities are enabled.
- Exclude the entities from the database recorder by adding the following to your
configuration.yaml
file. This will prevent Home Assistant from storing history and long term statistics data for these entities, but the Zone Configurator will work, they can be monitored in realtime and continue to be used with automations.
recorder:
exclude:
entity_globs:
- sensor.everything_presence_lite*target*
My EPL stops updating occupancy after some time, light levels are still reported fine. There was a problem with earlier firmware versions of the LD2450 mmWave sensor used by the EPL which can cause a loss of communication until power-cycling the whole device.
- In Home Assistant, enable the mmWave Bluetooth entity if disabled, then toggle it ON.
- Install and open Hi-Link’s HLKRadarTool app Android/iOS, stand physically close to the EPL, then connect to the LD2450 and perform an OTA firmware update to at least version 2.04.23101915
- If the iOS version of HLKRadarTool crashes, try RadarTools instead
- In Home Assistant, toggle the mmWave Bluetooth entity OFF to prevent unauthorised access to the LD2450 and disable the entity if it’s no longer needed