Skip to content

GPSD Client for Home Assistant to replace the built-in component.

License

Notifications You must be signed in to change notification settings

zorrobyte/ha-gpsd-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPSD Client for Home Assistant

This component will set up a sensor platform that contains the current location and time data from an external gpsd instance.

Installation

  1. Add https://github.com/Djelibeybi/ha-gpsd-client as a custom integration repository in HACS.
  2. Add at least the following to configuration.yaml :
sensor:
  - platform: gpsd_client
    name: GPSD Client

By default, the integration looks for GPSD on localhost on port 2947. If your gpsd server is on a different host, you must configure the the host and port:

sensor:
  - platform: gpsd_client
    name: GPSD Client
    host: remote-gpsd.example.com
    port: 12345

About

GPSD Client for Home Assistant to replace the built-in component.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%