Skip to content

v0.4.2

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Aug 15:18
· 2 commits to main since this release
4177b70

powerctl v0.4.2

A CLI for monitoring Tibber power consumption and electricity prices.

Changelog

🐛 Bug fixes

  • cfdf37e Fix segmentation fault on invalid home-id in live command

🔧 Other changes

  • c04440a Refactor websocket live errors and test duplication

Install

Homebrew (macOS & Linux)

brew install kristofferrisa/powerctl/powerctl

Already installed? brew upgrade powerctl

Go

go install github.com/kristofferrisa/powerctl-cli/cmd/powerctl@v0.4.2

Binary — download the archive for your platform from the assets below, then:

tar -xzf powerctl-cli_0.4.2_linux_amd64.tar.gz
sudo install -m 755 powerctl /usr/local/bin/powerctl
powerctl version

Verify your download

sha256sum --check --ignore-missing checksums.txt

Full changelog: v0.4.1...v0.4.2