{"id":15536578,"url":"https://github.com/turbo87/openvario-protocol","last_synced_at":"2026-01-08T02:03:25.522Z","repository":{"id":16792228,"uuid":"19550782","full_name":"Turbo87/openvario-protocol","owner":"Turbo87","description":"OpenVario serial port protocol specification","archived":false,"fork":false,"pushed_at":"2018-03-18T15:54:38.000Z","size":3,"stargazers_count":6,"open_issues_count":2,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-03T09:42:52.864Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Turbo87.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-07T21:20:45.000Z","updated_at":"2023-06-25T18:47:50.000Z","dependencies_parsed_at":"2022-07-22T07:18:10.475Z","dependency_job_id":null,"html_url":"https://github.com/Turbo87/openvario-protocol","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Turbo87%2Fopenvario-protocol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Turbo87%2Fopenvario-protocol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Turbo87%2Fopenvario-protocol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Turbo87%2Fopenvario-protocol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Turbo87","download_url":"https://codeload.github.com/Turbo87/openvario-protocol/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246112670,"owners_count":20725301,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T11:52:34.620Z","updated_at":"2026-01-08T02:03:20.467Z","avatar_url":"https://github.com/Turbo87.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenVario Protocol\n\nThis document describes the OpenVario serial port protocol.\n\n**Version: 1.2-dev**\n\n## Specification\n\nThe OpenVario serial port protocol is built around the `$POV` NMEA sentence:\n\n    $POV,\u003ctype\u003e,\u003cvalue\u003e,\u003ctype\u003e,\u003cvalue\u003e,...*\u003cchecksum\u003e\n    \nA `$POV` sentence can contain multiple datapoints that are defined by `type` and `value`. The `type` part is a letter or number describing the type of the following value according to the following overview of supported types. The `value` part is a floating point number for all currently supported types of datapoints. Future versions of the protocol may support other value types too though.\n\nThe list of datapoints should be terminated with the usual asterisk and two character checksum.\n\n## Supported Datapoints\n\nThe following section describes all datapoints supported by the current version of the OpenVario protocol.\n\n### Airspeed\n\n* `S`: true airspeed in `km/h`  \n  Example: `$POV,S,123.45*05`\n\n### Humidity\n* `H`: relative humidity in percent\n  Example: `$POV,H,58.42*24`\n\n### Pressure\n\n* `P`: static pressure in `hPa`  \n  Example: `$POV,P,1018.35*39`\n\n* `Q`: dynamic pressure in `Pa`  \n  Example: `$POV,Q,23.3*04`\n\n* `R`: total pressure in `hPa`  \n  Example: `$POV,R,1025.17*35`\n\n### Temperature\n\n* `T`: temperature in °C  \n  Example: `$POV,T,23.52*35`\n\n### Vario\n\n* `E`: TE vario in m/s  \n  Example: `$POV,E,2.15*14`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbo87%2Fopenvario-protocol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fturbo87%2Fopenvario-protocol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbo87%2Fopenvario-protocol/lists"}