|
Haven't been following this development since 2017. I remember modifying the scripts to monitor multiple electric meters since I have 3 separate electric meters. Does it now monitor multiple meters and record data to influxdb for multiple meters? Looks like rtlamr-collect is what's used for data aggregation. Sounds like from the README, it now handles multiple meters and records data for all the meters it detects unless you use "RTLAMR_FILTERID"? |
Answered by
bemasher
Jul 16, 2021
Replies: 1 comment
|
Without either |
0 replies
Answer selected by
hyteckit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Without either
-filteridorRTLAMR_FILTERID, rtlamr will decode and report all valid messages. With rtlamr-collect it is recommended to specify a set of meters to listen to because influxdb does not gracefully handle high series cardinality that would result from listening without a filter.