https://github.com/hrbrmstr/weatherflow-deno
Weatherflow Tempest UDP listener in Deno
https://github.com/hrbrmstr/weatherflow-deno
deno tempest typescript udp-listener weatherflow
Last synced: 13 days ago
JSON representation
Weatherflow Tempest UDP listener in Deno
- Host: GitHub
- URL: https://github.com/hrbrmstr/weatherflow-deno
- Owner: hrbrmstr
- License: mit
- Created: 2023-02-23T20:13:17.000Z (over 3 years ago)
- Default Branch: batman
- Last Pushed: 2023-02-25T14:48:48.000Z (over 3 years ago)
- Last Synced: 2025-03-05T14:18:24.084Z (about 1 year ago)
- Topics: deno, tempest, typescript, udp-listener, weatherflow
- Language: TypeScript
- Homepage:
- Size: 71.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# weatherflow-deno
Weatherflow Tempest UDP listener logger / TUI in Deno.
## Tasks
- `dev`: Run the app
- `gui`: Run the TUI
- `compile`: compile to binary
- `compile-gui`: compile TUI to binary
## Sample Output
```
{
serial_number: "ST-00055227",
type: "device_status",
hub_sn: "HB-00069665",
timestamp: 1677182716,
uptime: 34053261,
voltage: 2.8,
firmware_revision: 165,
rssi: -75,
hub_rssi: -70,
sensor_status: 655364,
debug: 0
}
{
serial_number: "ST-00055227",
type: "rapid_wind",
hub_sn: "HB-00069665",
ob: [ 1677182716, 0.61, 306 ]
}
{
serial_number: "ST-00055227",
type: "obs_st",
hub_sn: "HB-00069665",
obs: [
[
1677182716, 0, 0.13,
0.89, 308, 3,
1012.51, -6.01, 81.98,
6983, 0.08, 58,
0, 0, 0,
0, 2.8, 1
]
],
firmware_revision: 165
}
```
