mdegat01 / addon-amr2mqtt

HA Addon which runs rtlamr to read IDM power meter data and send to MQTT broker
MIT License
33 stars 15 forks source link

Use `rtlamr`'s built-in ID filter #20

Closed mdegat01 closed 2 years ago

mdegat01 commented 2 years ago

rtlamr has a native filter option for meter ID. Use that instead of listening for all messages and filtering them out by ID ourselves to improve performance.