prom433

Exposes Prometheus metrics based on rtl_433 messages

GPL-3.0 License

Downloads
660
Stars
0
Committers
5

Bot releases are visible (Hide)

prom433 - v2.0.0

Published by andrewjw almost 2 years ago

Feature

  • Drop metrics after a configurable timeout (default 1 hour), so we don't continually report devices we've only seen once. (1197e2d)

Breaking

  • Metrics will be dropped after 1 hour if not updated. Add --drop-after 0 to keep the old behaviour. (1197e2d)
prom433 - v1.1.4

Published by andrewjw almost 2 years ago

Fix

  • Since we switched to mqtt there is no need to install rtl_433 in our Docker image. (5f2c147)
prom433 - v1.1.3

Published by andrewjw almost 2 years ago

Fix

  • Handle exceptions when processing messages and keep running. (a3295fe)
prom433 - v1.1.2

Published by andrewjw almost 2 years ago

Fix

  • Fix typo in last message metric name. (f6d5288)
prom433 - v1.1.1

Published by andrewjw almost 2 years ago

Fix

  • Don't warn on tag values we known we should ignore. (b6f7c77)
prom433 - v1.1.0

Published by andrewjw almost 2 years ago

Feature

  • Handle extra values about frequency and noise that are added to messages sent by rtl_433 with -M level. (36aa076)
prom433 - v1.0.0

Published by andrewjw almost 2 years ago

Feature

  • Rework metrics so we can handle more types of messages, and record the last time a message was seen for a device. (57d68ec)

Breaking

  • All metrics have been renamed. (57d68ec)
prom433 - v0.4.2

Published by andrewjw over 2 years ago

Fix

  • Handle correct type for mqtt messages. (01d91ac)
prom433 - v0.4.1

Published by andrewjw over 2 years ago

Fix

  • Fix message handler prototype. (2998de3)
prom433 - v0.4.0

Published by andrewjw over 2 years ago

Feature

  • Switch to listening to MQTT messages rather than running rtl_433 directly. (1d81a6f)
prom433 - v0.3.4

Published by andrewjw over 2 years ago

Fix

  • Use correct parameter for setting rtl_433 output to Json. (464dd07)
prom433 - v0.3.3

Published by andrewjw over 2 years ago

Fix

  • Use correct package name for rtl-433. (3589181)
prom433 - v0.3.2

Published by andrewjw over 2 years ago

Fix

  • Add universe repo to allow us to install rtl_433. (ca4835e)
prom433 - v0.3.1

Published by andrewjw over 2 years ago

Fix

  • Add universe repository. (f77c19c)
prom433 - v0.3.0

Published by andrewjw over 2 years ago

Feature

  • Switch to Python slim image so we can install Python packages more easily. (e9e652e)
prom433 - v0.2.5

Published by andrewjw almost 3 years ago

Fix

  • Use a docker image with rtl_433 installed. (7184aed)
prom433 - v0.2.4

Published by andrewjw almost 3 years ago

Fix

  • Fix imports in main script. (6fa43c8)
prom433 - v0.2.3

Published by andrewjw almost 3 years ago

Fix

  • Fix build of docker container. (4797dde)
prom433 - v0.2.2

Published by andrewjw almost 3 years ago

Fix

  • Test commit to trigger docker build. (bfd3537)
prom433 - v0.2.1

Published by andrewjw almost 3 years ago

Fix

  • Fix branch name in coveralls link. (2803ebe)