{"id":20945577,"url":"https://github.com/jkamsker/xsense-extractor","last_synced_at":"2025-12-24T17:51:57.521Z","repository":{"id":229082071,"uuid":"775702450","full_name":"JKamsker/XSense-Extractor","owner":"JKamsker","description":"Tool to retreive sensor data from X-Sense","archived":false,"fork":false,"pushed_at":"2024-04-24T08:09:11.000Z","size":78,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T14:48:03.842Z","etag":null,"topics":["cli","home-assistant","home-automation","sensor","x-sense","xsense"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JKamsker.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-21T22:06:37.000Z","updated_at":"2024-12-18T18:56:15.000Z","dependencies_parsed_at":"2024-03-22T00:25:11.151Z","dependency_job_id":"1e9f2598-c49a-4b65-9ed2-1e46fc4a1a17","html_url":"https://github.com/JKamsker/XSense-Extractor","commit_stats":null,"previous_names":["jkamsker/xsense-extractor"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JKamsker%2FXSense-Extractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JKamsker%2FXSense-Extractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JKamsker%2FXSense-Extractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JKamsker%2FXSense-Extractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JKamsker","download_url":"https://codeload.github.com/JKamsker/XSense-Extractor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243336911,"owners_count":20275190,"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":["cli","home-assistant","home-automation","sensor","x-sense","xsense"],"created_at":"2024-11-18T23:48:58.653Z","updated_at":"2025-12-24T17:51:57.481Z","avatar_url":"https://github.com/JKamsker.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- Enhance readme: \nFor github.\nTool is for extracting data from XSense sensors (currently only for Temperature and Humidity sensors). --\u003e\n\n# XSenseExtractor\n\n`XSenseExtractor` is a .NET Tool to extract data from [XSense](https://de.x-sense.com/products/x-sense-wlan-hygrometer-thermometer-innen-1er-pack-erfordert-basisstation-sbs50) sensors. \u003cbr/\u003e\nIt provides a command-line interface to interact with XSense, allowing you to retrieve data from the sensors and display it in human and machine-readable formats.\n\n\n## Installation and Usage\n\n`XSenseExtractor` can be easily installed and updated as a .NET Global Tool, allowing you to run it from anywhere on your system. Below are the instructions for installation, updating, and basic usage.\n\n### Prerequisites\n\n- .NET 8: Make sure you have the .NET 8 installed on your machine. You can download it from [the official .NET website](https://dot.net/download).\n\n### Installing XSenseExtractor\n\nTo install `XSenseExtractor` as a global tool, open your terminal and run the following command:\n\n```shell\ndotnet tool install --global XSense-Extractor\n```\n\nThis command will download and install the latest version of `XSenseExtractor`, making it globally available from the command line.\n\n### Updating XSenseExtractor\n\nIf you already have `XSenseExtractor` installed and want to update it to the latest version, use the following command:\n\n```shell\ndotnet tool update XSense-Extractor -g\n```\n\nThis will check for the latest version of the tool and update it accordingly.\n\n## Usage\n\n### Login\n\nAuthenticate a user with a username and password.\n\n```shell\nxsense login --username \u003cUSERNAME\u003e --password \u003cPASSWORD\u003e\n```\n### List Stations\n\nDisplay all stations and their devices.\n\n```shell\nxsense stations\n```\n\n### Monitor Live Data\n\nMonitor real-time data from a specific station.\n\n```shell\nxsense monitor --stationId \u003cSTATION_ID\u003e [--houseId \u003cHOUSE_ID\u003e]\n```\n\n### Retrieve Historical Data\n\nGet historical data for a station or device within a date range.\n\n```shell\nxsense history --stationId \u003cSTATION_ID\u003e [--houseId \u003cHOUSE_ID\u003e] [--deviceId \u003cDEVICE_ID\u003e] --from \u003cSTART_DATE\u003e --to \u003cEND_DATE\u003e\n```\n\n##\n\n\u003c/br\u003e\n\u003cp align=\"center\"\u003e\nMade with \u003cspan style=\"color: #e25555;\"\u003e\u0026hearts;\u003c/span\u003e in Austria \u003cimg src=\"https://images.emojiterra.com/google/noto-emoji/v2.034/128px/1f1e6-1f1f9.png\" width=\"20\" height=\"20\"/\u003e \n\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkamsker%2Fxsense-extractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjkamsker%2Fxsense-extractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkamsker%2Fxsense-extractor/lists"}