Crates.io | fritzlogger |
lib.rs | fritzlogger |
version | 0.1.0 |
source | src |
created_at | 2019-07-14 18:00:31.671609 |
updated_at | 2019-07-14 18:00:31.671609 |
description | Periodically gather and store information about your AVM home automation devices |
homepage | |
repository | https://github.com/athei/fritzlogger |
max_upload_size | |
id | 149002 |
size | 42,318 |
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.
Rust programmers can simply:
cargo install fritzlogger
# Generate a default config
fritzlogger defconfig > conf.toml
# Run it after tweaking the config
fritzlogger run -c conf.toml
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