Hello,
im running this code which works perfectly, and i receive tons of data.
esphome:
name: satellite
platform: ESP8266
board: d1_mini_pro
# Enable logging
logger:
# Enable Home Assistant API
api:
ota:
password: "b57292c1b961c92f8baef41397989c36"
wifi:
ssid: "xxxxxxxxx"
password: "xxxxxxx"
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Satellite Fallback Hotspot"
password: "aca2Sl6Ci82O"
captive_portal:
# Example configuration entry
uart:
rx_pin: D3
baud_rate: 9600
# Declare GPS module
gps:
latitude:
name: "Latitude"
longitude:
name: "Longitude"
altitude:
name: "Altitude"
satellites:
name: "Satellites "
course:
name: "Course"
speed:
name: "Speed"
# GPS as time source
time:
- platform: gps
id: "gps_time"
But my question is, is there some form of integration that can use this to visualize things?
Like tracking satellites or such. I use a programm called U-center from U-blox and would like it if something like those functions show in home assistant.