Home Assistant Sensors for Xplora® Watch
Features | Type |
---|---|
Battery | Sensor |
Watch-Xcoin | Sensor |
Watch Step per Day | Sensor |
Watch Online state | Binary Sensor |
Watch is safe | Binary Sensor |
Watch charging | Binary Sensor |
Watch silent(s) | Switch |
Watch alarm(s) | Switch |
Send Message | Notify |
Watch Tracking | Device Tracker |
Watch Show Safezone | Device Tracker |
- Add entry to your
configuration.yaml
xplora_watch:
country_code: "+49"
phonenumber: "123456789"
password: "password"
userlang: "de-DE"
timezone: "Europe/Berlin"
for OpenCage Geocoding API address searching
opencage: API_KEY # optional
You have more watches and you will one watch integridad? Select this one with child_phonenumber
or watch_id
. The safety way is child_phonenumber
child_phonenumber: # optional & ignored if 'watch_id' is set
- "9876543210"
- "5678901234"
If watch_id
is set, child_phonenumber
is ignored. Errors can occur.
watch_id: # optional
- 012328123d123f5e775e5e3346739732
xplora_watch:
country_code: "+49"
phonenumber: "123456789"
password: "password"
userlang: "de-DE"
timezone: "Europe/Berlin"
opencage: API_KEY # optional
child_phonenumber: # optional & ignored if 'watch_id' is set
- "9876543210"
- "5678901234"
watch_id: # optional
- 012328123d123f5e775e5e3346739732
types: # optional
- "battery" # optional
- "xcoin" # optional
- "step_day" # optional
- "state" # optional
- "safezone" # optional
- "charging" # optional
- "silents" # optional
- "alarms" # optional
- "dt_watch" # optional
safezones: "show" # optional
scan_interval: 180 # default sec - optional
tracker_scan_interval: 60 # default sec - optional
- Restart Home Assistant
- Check
Home Assistant » Developer Tools » States
- Add entry Notification to your
configuration.yaml
notify:
- platform: xplora_watch
name: "XPlora"
- Restart Home Assistant
- Check
Home Assistant » Developer Tools » States
- define if wrong status (
not_home
|home
)
zone:
- name: Home
latitude: '' # your lat
longitude: '' # your lng