https://github.com/franzflasch/vzlogger-openwrt
OpenWRT package for vzlogger
https://github.com/franzflasch/vzlogger-openwrt
openwrt openwrt-package smartmeter volkszaehler vzlogger
Last synced: 5 months ago
JSON representation
OpenWRT package for vzlogger
- Host: GitHub
- URL: https://github.com/franzflasch/vzlogger-openwrt
- Owner: franzflasch
- Created: 2022-09-03T07:26:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T07:26:31.000Z (almost 4 years ago)
- Last Synced: 2024-01-27T07:10:23.626Z (over 2 years ago)
- Topics: openwrt, openwrt-package, smartmeter, volkszaehler, vzlogger
- Language: Makefile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vzlogger package for openwrt
This is an openwrt package for the vzlogger https://github.com/volkszaehler/vzlogger from https://www.volkszaehler.org/
This is not really well tested as I figured out that the IrDA on my SmartMeter is not even activated. But it compiles and
vzlogger runs fine.
It contains some simple vzlogger.conf which (of course) needs to be adapted for your usecase.
## Howto build
### Install package feed
```
./scripts/feeds update
./scripts/feeds install -a
```
### Add this repo to the packages (I always just add it to the package subfolder within the openwrt source tree)
```
make menuconfig # Select vzlogger
make -j4 V=s
```
When vzlogger was enabled as (*) it is directly integrated into the sysupgrade image, otherwise you need to manually install
the .ipk package
## PRs
Feel free to send PRs ;)