From 4ad89fc84871f96a2e6358ae0d43285c11778d7c Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Sat, 31 May 2025 03:05:44 +0200 Subject: [PATCH] Remove system packages docs in gpsd (#39305) --- source/_integrations/gpsd.markdown | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/source/_integrations/gpsd.markdown b/source/_integrations/gpsd.markdown index 9c76443f401..2785515b3db 100644 --- a/source/_integrations/gpsd.markdown +++ b/source/_integrations/gpsd.markdown @@ -17,31 +17,4 @@ ha_integration_type: integration The `gpsd` integration is using the GPS information collected by [gpsd](https://gpsd.gitlab.io/gpsd/index.html) and a GPS receiver. -## Setup - -A requirement is that `gpsd` is installed (`$ sudo apt-get install gpsd` or `$ sudo dnf -y install gpsd`). `gpsd` uses the socket activation feature of systemd on recent Linux distributions for USB receivers. This means that if you plug your GPS receiver in, `gpsd` is started. Other GPS device may work too, but this was not tested. - -```bash -$ sudo systemctl status gpsdctl@ttyUSB0.service -● gpsdctl@ttyUSB0.service - Manage ttyUSB0 for GPS daemon - Loaded: loaded (/usr/lib/systemd/system/gpsdctl@.service; static; vendor preset: disabled) - Active: active (exited) since Sat 2016-07-16 09:30:33 CEST; 1 day 23h ago - Process: 5303 ExecStart=/bin/sh -c [ "$USBAUTO" = true ] && /usr/sbin/gpsdctl add /dev/%I || : (code=exited, status=0/SUCCESS) - Main PID: 5303 (code=exited, status=0/SUCCESS) - -Jul 16 09:30:33 laptop019 systemd[1]: Starting Manage ttyUSB0 for GPS daemon... -Jul 16 09:30:33 laptop019 gpsdctl[5305]: gpsd_control(action=add, arg=/dev/ttyUSB0) -Jul 16 09:30:33 laptop019 gpsdctl[5305]: reached a running gpsd -``` - -To check if your setup is working, connect to port 2947 on the host where `gpsd` is running with `telnet`. This may need adjustments to your firewall. - -```bash -$ telnet localhost 2947 -Trying 127.0.0.1... -Connected to localhost. -Escape character is '^]'. -{"class":"VERSION","release":"3.15","rev":"3.15-2.fc23","proto_major":3,"proto_minor":11} -``` - {% include integrations/config_flow.md %}