Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Releases: jayme-github/fritzbox_smarthome_exporter

v0.0.7: Make the collector return an error if unable to fetch device list

19 Jun 18:50

Choose a tag to compare

The collector returned HTTP 200 even in case it occurred while fetching
device stats from the box.

v0.0.6 Don't try to parse temperature and power data for absent devices

16 Jun 21:04

Choose a tag to compare

Absent devices don't provide temperature and power date which results in parsing errors in stringToFloatMetric. As API knows about the absence of a device, reading temperature and power data can easily be skipped.

This commit also adds a test case for the collector that would have catched this issue.

This release deprecates the environment variables FRITZBOX_USER and FRITZBOX_PASSWORD in favor of USERNAME and PASSWORD to align with the other flags.
FRITZBOX_USER and FRITZBOX_PASSWORD will still be used, but a message will be printed, asking to migrate away from them.

v0.0.5

27 Jan 14:07

Choose a tag to compare

  • Read default user/password from environment variables. Thanks @juergenhoetzel

Migrate from dep to go modules

18 Feb 18:00
e5c066c

Choose a tag to compare

Merge pull request #1 from jayme-github/migrate_to_go_modules

Migrate from dep to go modules

v0.0.3

17 Jul 12:45

Choose a tag to compare

Add link to grafana dashboard

v0.0.2

17 Jul 11:54

Choose a tag to compare

Fix switch mode

v0.0.1

14 Jul 09:25

Choose a tag to compare

Fix build and release