prom433

Exposes Prometheus metrics based on rtl_433 messages

GPL-3.0 License

Downloads
660
Stars
0
Committers
5

Bot releases are hidden (Show)

prom433 - v2.3.0

Published by andrewjw over 1 year ago

Feature

prom433 - v2.2.0

Published by andrewjw over 1 year ago

Feature

  • Add metrics (f804439)
  • Add --quiet to suppress server logging (9770f43)
prom433 - v2.1.2

Published by andrewjw over 1 year ago

Fix

  • Allow OS to choose Python version (bc56611)
prom433 - v2.1.1

Published by andrewjw over 1 year ago

Fix

  • Treat all radio clocks as UTC so we return the correct time, regardless of the host's timezone (fix #11). (be71083)
prom433 - v2.1.0

Published by andrewjw over 1 year ago

Feature

  • Add support for radio clock values. (525191a)
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)