Giter Club home page Giter Club logo

xsense-extractor's Introduction

XSenseExtractor

XSenseExtractor is a .NET Tool to extract data from XSense sensors.
It 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.

Installation and Usage

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.

Prerequisites

Installing XSenseExtractor

To install XSenseExtractor as a global tool, open your terminal and run the following command:

dotnet tool install --global XSense-Extractor

This command will download and install the latest version of XSenseExtractor, making it globally available from the command line.

Updating XSenseExtractor

If you already have XSenseExtractor installed and want to update it to the latest version, use the following command:

dotnet tool update XSense-Extractor -g

This will check for the latest version of the tool and update it accordingly.

Usage

Login

Authenticate a user with a username and password.

xsense login --username <USERNAME> --password <PASSWORD>

List Stations

Display all stations and their devices.

xsense stations

Monitor Live Data

Monitor real-time data from a specific station.

xsense monitor --stationId <STATION_ID> [--houseId <HOUSE_ID>]

Retrieve Historical Data

Get historical data for a station or device within a date range.

xsense history --stationId <STATION_ID> [--houseId <HOUSE_ID>] [--deviceId <DEVICE_ID>] --from <START_DATE> --to <END_DATE>


Made with โ™ฅ in Austria

xsense-extractor's People

Contributors

jkamsker avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.