All Projects → bokub → linky-cli

bokub / linky-cli

Licence: GPL-3.0 license
⛔️ DEPRECATED - A CLI tool to retrieve your Linky power consumption

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to linky-cli

linky
🔌 Easily retrieve your Linky™ power consumption
Stars: ✭ 131 (+589.47%)
Mutual labels:  power, linky, consumption, enedis
Node-Linky
A simple node to connect to Enedis Linky smart-meter to fetch your datas
Stars: ✭ 29 (+52.63%)
Mutual labels:  linky, enedis
homeassistant-powercalc
Custom component to calculate estimated power consumption of lights and other appliances
Stars: ✭ 261 (+1273.68%)
Mutual labels:  power, consumption
powerapi-scala
PowerAPI is a middleware toolkit for building software-defined power meters
Stars: ✭ 70 (+268.42%)
Mutual labels:  power, consumption
tracebase
The tracebase appliance-level power consumption data set
Stars: ✭ 33 (+73.68%)
Mutual labels:  power, consumption
ioBroker.sourceanalytix
Detailed analysis of your Energy, gas and liquid consumptions
Stars: ✭ 61 (+221.05%)
Mutual labels:  power, consumption
Caffeinated
☕️ Prevent your PC from sleeping. Port of Caffeine for OS X.
Stars: ✭ 103 (+442.11%)
Mutual labels:  power
Perfectwindows
PerfectWindows 软件家族 - Windows 从未如此完美!
Stars: ✭ 1,326 (+6878.95%)
Mutual labels:  power
Powsimr
Power analysis is essential to optimize the design of RNA-seq experiments and to assess and compare the power to detect differentially expressed genes. PowsimR is a flexible tool to simulate and evaluate differential expression from bulk and especially single-cell RNA-seq data making it suitable for a priori and posterior power analyses.
Stars: ✭ 84 (+342.11%)
Mutual labels:  power
Skpr
Generates and evaluates D, I, A, Alias, E, T, G, and custom optimal designs. Supports generation and evaluation of mixture and split/split-split/N-split plot designs. Includes parametric and Monte Carlo power evaluation functions. Provides a framework to evaluate power using functions provided in other packages or written by the user.
Stars: ✭ 80 (+321.05%)
Mutual labels:  power
TrueRMS
Average, RMS, Power and Energy measurement library for Arduino.
Stars: ✭ 42 (+121.05%)
Mutual labels:  power
SmartSpin2k
Transform your spin bike into a Smart Trainer!
Stars: ✭ 88 (+363.16%)
Mutual labels:  power
fpga torture
🔥 Technology-agnostic FPGA stress-test: maximum logic utilization and high dynamic power consumption.
Stars: ✭ 23 (+21.05%)
Mutual labels:  power
Adafruit ina219
INA219 Current Sensor
Stars: ✭ 129 (+578.95%)
Mutual labels:  power
sensor.rpi power
A Custom component for Home-Assistant that checks if your Raspberry Pi power supply is giving enough voltage from the kernel.
Stars: ✭ 105 (+452.63%)
Mutual labels:  power
ina219
ina219 full function driver
Stars: ✭ 27 (+42.11%)
Mutual labels:  power
Pcm
Processor Counter Monitor
Stars: ✭ 1,240 (+6426.32%)
Mutual labels:  power
AirPodsDesktop
☄️ AirPods desktop user experience enhancement program, for Windows and Linux (WIP)
Stars: ✭ 462 (+2331.58%)
Mutual labels:  power
openshift-install-power
UPI Install helper to deploy OpenShift 4 on IBM Power Systems Virtual Server using Terraform IaC
Stars: ✭ 16 (-15.79%)
Mutual labels:  power
SunnyBuddy
MPPT single-cell LiPo battery charger based on the LT3562
Stars: ✭ 29 (+52.63%)
Mutual labels:  power

Linky CLI

Version Build Status Engines Code style

A CLI tool to retrieve your Linky power consumption

This tool is deprecated and does not work anymore. You can use linky instead
Cet outil ne fonctionne plus et n'est plus maintenu. Utilisez plutôt linky !

Screenshot

Install

$ npm i -g linky-cli

Usage

# Basic usage (interactive)
linky

# Basic usage (no questions asked)
linky (hour|day|month|year) -u <email> -p <password>

# Save data to JSON file with -o
linky -o <path>

# Custom time period with -s (start) and -e (end)
linky -s <DD/MM/YYYY> -e <DD/MM/YYYY>

# Show help and more examples
linky --help

linky hour [options]

Retrieve power consumption with a step of 30 minutes

Default time period: Yesterday

linky day [options]

Retrieve power consumption with a step of 1 day

You cannot retrieve more than 31 days at once

Default time period: Last 31 days

linky month [options]

Retrieve power consumption with a step of 1 month

You cannot retrieve more than 12 months at once

Default time period: Last 12 months

linky year [options]

Retrieve all your power consumption with a step of 1 year

You cannot use a custom time period

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].