Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.traccar.const Namespace Reference

Variables

string ATTR_ACCURACY = "accuracy"
 
string ATTR_ADDRESS = "address"
 
string ATTR_ALTITUDE = "altitude"
 
string ATTR_BATTERY = "batt"
 
string ATTR_BEARING = "bearing"
 
string ATTR_CATEGORY = "category"
 
string ATTR_GEOFENCE = "geofence"
 
string ATTR_LATITUDE = "lat"
 
string ATTR_LONGITUDE = "lon"
 
string ATTR_MOTION = "motion"
 
string ATTR_SPEED = "speed"
 
string ATTR_STATUS = "status"
 
string ATTR_TIMESTAMP = "timestamp"
 
string ATTR_TRACCAR_ID = "traccar_id"
 
string ATTR_TRACKER = "tracker"
 
string CONF_MAX_ACCURACY = "max_accuracy"
 
string CONF_SKIP_ACCURACY_ON = "skip_accuracy_filter_on"
 
string DOMAIN = "traccar"
 
string EVENT_ALARM = "alarm"
 
string EVENT_ALL_EVENTS = "all_events"
 
string EVENT_COMMAND_RESULT = "command_result"
 
string EVENT_DEVICE_FUEL_DROP = "device_fuel_drop"
 
string EVENT_DEVICE_MOVING = "device_moving"
 
string EVENT_DEVICE_OFFLINE = "device_offline"
 
string EVENT_DEVICE_ONLINE = "device_online"
 
string EVENT_DEVICE_OVERSPEED = "device_overspeed"
 
string EVENT_DEVICE_STOPPED = "device_stopped"
 
string EVENT_DEVICE_UNKNOWN = "device_unknown"
 
string EVENT_DRIVER_CHANGED = "driver_changed"
 
string EVENT_GEOFENCE_ENTER = "geofence_enter"
 
string EVENT_GEOFENCE_EXIT = "geofence_exit"
 
string EVENT_IGNITION_OFF = "ignition_off"
 
string EVENT_IGNITION_ON = "ignition_on"
 
string EVENT_MAINTENANCE = "maintenance"
 
string EVENT_TEXT_MESSAGE = "text_message"
 

Detailed Description

Constants for Traccar client integration.

Variable Documentation

◆ ATTR_ACCURACY

string homeassistant.components.traccar.const.ATTR_ACCURACY = "accuracy"

Definition at line 8 of file const.py.

◆ ATTR_ADDRESS

string homeassistant.components.traccar.const.ATTR_ADDRESS = "address"

Definition at line 9 of file const.py.

◆ ATTR_ALTITUDE

string homeassistant.components.traccar.const.ATTR_ALTITUDE = "altitude"

Definition at line 10 of file const.py.

◆ ATTR_BATTERY

string homeassistant.components.traccar.const.ATTR_BATTERY = "batt"

Definition at line 11 of file const.py.

◆ ATTR_BEARING

string homeassistant.components.traccar.const.ATTR_BEARING = "bearing"

Definition at line 12 of file const.py.

◆ ATTR_CATEGORY

string homeassistant.components.traccar.const.ATTR_CATEGORY = "category"

Definition at line 13 of file const.py.

◆ ATTR_GEOFENCE

string homeassistant.components.traccar.const.ATTR_GEOFENCE = "geofence"

Definition at line 14 of file const.py.

◆ ATTR_LATITUDE

string homeassistant.components.traccar.const.ATTR_LATITUDE = "lat"

Definition at line 15 of file const.py.

◆ ATTR_LONGITUDE

string homeassistant.components.traccar.const.ATTR_LONGITUDE = "lon"

Definition at line 16 of file const.py.

◆ ATTR_MOTION

string homeassistant.components.traccar.const.ATTR_MOTION = "motion"

Definition at line 17 of file const.py.

◆ ATTR_SPEED

string homeassistant.components.traccar.const.ATTR_SPEED = "speed"

Definition at line 18 of file const.py.

◆ ATTR_STATUS

string homeassistant.components.traccar.const.ATTR_STATUS = "status"

Definition at line 19 of file const.py.

◆ ATTR_TIMESTAMP

string homeassistant.components.traccar.const.ATTR_TIMESTAMP = "timestamp"

Definition at line 20 of file const.py.

◆ ATTR_TRACCAR_ID

string homeassistant.components.traccar.const.ATTR_TRACCAR_ID = "traccar_id"

Definition at line 22 of file const.py.

◆ ATTR_TRACKER

string homeassistant.components.traccar.const.ATTR_TRACKER = "tracker"

Definition at line 21 of file const.py.

◆ CONF_MAX_ACCURACY

string homeassistant.components.traccar.const.CONF_MAX_ACCURACY = "max_accuracy"

Definition at line 5 of file const.py.

◆ CONF_SKIP_ACCURACY_ON

string homeassistant.components.traccar.const.CONF_SKIP_ACCURACY_ON = "skip_accuracy_filter_on"

Definition at line 6 of file const.py.

◆ DOMAIN

string homeassistant.components.traccar.const.DOMAIN = "traccar"

Definition at line 3 of file const.py.

◆ EVENT_ALARM

string homeassistant.components.traccar.const.EVENT_ALARM = "alarm"

Definition at line 35 of file const.py.

◆ EVENT_ALL_EVENTS

string homeassistant.components.traccar.const.EVENT_ALL_EVENTS = "all_events"

Definition at line 40 of file const.py.

◆ EVENT_COMMAND_RESULT

string homeassistant.components.traccar.const.EVENT_COMMAND_RESULT = "command_result"

Definition at line 25 of file const.py.

◆ EVENT_DEVICE_FUEL_DROP

string homeassistant.components.traccar.const.EVENT_DEVICE_FUEL_DROP = "device_fuel_drop"

Definition at line 26 of file const.py.

◆ EVENT_DEVICE_MOVING

string homeassistant.components.traccar.const.EVENT_DEVICE_MOVING = "device_moving"

Definition at line 24 of file const.py.

◆ EVENT_DEVICE_OFFLINE

string homeassistant.components.traccar.const.EVENT_DEVICE_OFFLINE = "device_offline"

Definition at line 28 of file const.py.

◆ EVENT_DEVICE_ONLINE

string homeassistant.components.traccar.const.EVENT_DEVICE_ONLINE = "device_online"

Definition at line 32 of file const.py.

◆ EVENT_DEVICE_OVERSPEED

string homeassistant.components.traccar.const.EVENT_DEVICE_OVERSPEED = "device_overspeed"

Definition at line 31 of file const.py.

◆ EVENT_DEVICE_STOPPED

string homeassistant.components.traccar.const.EVENT_DEVICE_STOPPED = "device_stopped"

Definition at line 33 of file const.py.

◆ EVENT_DEVICE_UNKNOWN

string homeassistant.components.traccar.const.EVENT_DEVICE_UNKNOWN = "device_unknown"

Definition at line 37 of file const.py.

◆ EVENT_DRIVER_CHANGED

string homeassistant.components.traccar.const.EVENT_DRIVER_CHANGED = "driver_changed"

Definition at line 29 of file const.py.

◆ EVENT_GEOFENCE_ENTER

string homeassistant.components.traccar.const.EVENT_GEOFENCE_ENTER = "geofence_enter"

Definition at line 27 of file const.py.

◆ EVENT_GEOFENCE_EXIT

string homeassistant.components.traccar.const.EVENT_GEOFENCE_EXIT = "geofence_exit"

Definition at line 30 of file const.py.

◆ EVENT_IGNITION_OFF

string homeassistant.components.traccar.const.EVENT_IGNITION_OFF = "ignition_off"

Definition at line 38 of file const.py.

◆ EVENT_IGNITION_ON

string homeassistant.components.traccar.const.EVENT_IGNITION_ON = "ignition_on"

Definition at line 39 of file const.py.

◆ EVENT_MAINTENANCE

string homeassistant.components.traccar.const.EVENT_MAINTENANCE = "maintenance"

Definition at line 34 of file const.py.

◆ EVENT_TEXT_MESSAGE

string homeassistant.components.traccar.const.EVENT_TEXT_MESSAGE = "text_message"

Definition at line 36 of file const.py.