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/powerctlAlready installed? brew upgrade powerctl
Go
go install github.com/kristofferrisa/powerctl-cli/cmd/powerctl@v0.4.2Binary — 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 versionVerify your download
sha256sum --check --ignore-missing checksums.txtFull changelog: v0.4.1...v0.4.2