fritzlogger

Crates.iofritzlogger
lib.rsfritzlogger
version0.1.0
sourcesrc
created_at2019-07-14 18:00:31.671609
updated_at2019-07-14 18:00:31.671609
descriptionPeriodically gather and store information about your AVM home automation devices
homepage
repositoryhttps://github.com/athei/fritzlogger
max_upload_size
id149002
size42,318
Alexander Theißen (athei)

documentation

README

fritzlogger

This is a a service daemon you can run our your computer or Raspberry Pi in order to continuously log data from the Fritz!Box attached home automation device sensors. This is useful when you want to do your own data analysis on the raw data. The Fritz!Box itself does not store the historical data we need for that.

Installation

Rust programmers can simply:

cargo install fritzlogger

Usage

# Generate a default config
fritzlogger defconfig > conf.toml
# Run it after tweaking the config
fritzlogger run -c conf.toml

Building

fritzlogger is written in Rust, so you'll need to grab a Rust installation in order to compile it.

After installing Rust you can build it:

git clone https://github.com/athei/fritzlogger.git
cd fritzlogger
cargo build --release
./target/release/fritzlogger --version
fritzlogger 0.1.0
Commit count: 10

cargo fmt