Skip to content

Latest commit

 

History

History
121 lines (105 loc) · 3.52 KB

info.md

File metadata and controls

121 lines (105 loc) · 3.52 KB

Xplora® Watch

Home Assistant Sensors for Xplora® Watch

hacs_badge GitHub release (latest by date) GitHub Release Date GitHub GitHub issues Code style: black

Validate with hassfest and HACS

Features

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

Basis Configuration

  1. Add entry to your configuration.yaml

Small Settings

xplora_watch:
  country_code: "+49"
  phonenumber: "123456789"
  password: "password"
  userlang: "de-DE"
  timezone: "Europe/Berlin"

Optional Settings

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

Full Settings

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
  1. Restart Home Assistant
  2. Check Home Assistant » Developer Tools » States

Notify configuration

  1. Add entry Notification to your configuration.yaml
notify:
  - platform: xplora_watch
    name: "XPlora"
  1. Restart Home Assistant
  2. Check Home Assistant » Developer Tools » States

notify image


Tracking Setting

  1. define if wrong status (not_home|home)
zone:
  - name: Home
    latitude: '' # your lat
    longitude: '' # your lng