Polling Meters EveryHour #1254
Unanswered
NotAnotherDivideByZero
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Firstly, thank you for this great software and all the work you must have put into it. I have a question on polling.
I am unclear on how to setup the configuration to poll the meters in /etc/wmbusmeters.d/ once per hour. Any help would be appreciated. My configuration is as below:
I have 5 meters I wish to poll every hour. They are all identical Kamstrup Heat Meters. I have put the meter configuration as follows:
/etc/wmbusmeters.d/MeterOne
/etc/wmbusmeters.d/MeterTwo
/etc/wmbusmeters.d/MeterThree
/etc/wmbusmeters.d/MeterFour
/etc/wmbusmeters.d/MeterFive
Each meter file takes this format:
name=MeterOne
id=61046888
key=DEC3FE7584D7B96F2F0C09BC6C555555
driver=kamheat:MAIN
pollinterval=3600s
/etc/wmbusmeters.conf
loglevel=normal
device=MAIN=/dev/ttyUSB0:amb8465:c1
logfile=/var/log/wmbusmeters/wmbusmeters.log
logtelegrams=true
format=json
meterfiles=/var/lib/wmbusmeters/meter_readings
meterfilesnaming=name
meterfilestimestamp=day
meterfilesaction=append
===
Beta Was this translation helpful? Give feedback.
All reactions