Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"smartmeter",
"volkszaehler",
"sensor",
"c-plus-plus"
],
"is_fork": false,
"size_kb": 7064,
"has_wiki": false,
"homepage": "http://wiki.volkszaehler.org/software/controller/vzlogger",
"languages": {
"C": 8541,
"C++": 542354,
"CMake": 92738,
"Shell": 7722,
"Dockerfile": 1686
},
"pushed_at": "2026-07-20T18:39:18Z",
"created_at": "2011-08-30T22:41:50Z",
"owner_type": "Organization",
"updated_at": "2026-07-20T18:19:28Z",
"description": "Logging utility for various meters & sensors",
"is_archived": false,
"is_disabled": false,
"license_spdx": "GPL-3.0",
"default_branch": "master",
"license_spdx_raw": "GPL-3.0",
"primary_language": "C++",
"significant_languages": [
"C++",
"CMake"
]
},
"owner": {
"blog": "https://volkszaehler.org",
"name": "volkszaehler.org project",
"type": "Organization",
"login": "volkszaehler",
"company": null,
"location": "Germany",
"followers": 50,
"avatar_url": "https://avatars.githubusercontent.com/u/340617?v=4",
"created_at": "2010-07-22T09:32:52Z",
"is_verified": null,
"public_repos": 8,
"account_age_days": 5843
},
"license": {
"state": "standard",
"spdx_id": "GPL-3.0",
"raw_spdx": "GPL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.8.9",
"kind": "patch",
"published_at": "2025-10-01T05:43:26Z"
},
{
"tag": "v0.8.8",
"kind": "patch",
"published_at": "2024-10-10T01:20:36Z"
},
{
"tag": "v0.8.7",
"kind": "patch",
"published_at": "2024-06-29T16:54:16Z"
},
{
"tag": "v0.8.6",
"kind": "patch",
"published_at": "2024-05-18T12:38:24Z"
},
{
"tag": "v0.8.5",
"kind": "patch",
"published_at": "2024-04-21T05:31:07Z"
},
{
"tag": "v0.8.4",
"kind": "patch",
"published_at": "2024-04-02T04:41:24Z"
},
{
"tag": "v0.8.3",
"kind": "patch",
"published_at": "2023-10-31T15:41:48Z"
},
{
"tag": "v0.8.2",
"kind": "patch",
"published_at": "2023-05-27T12:24:27Z"
},
{
"tag": "v0.8.1",
"kind": "patch",
"published_at": "2023-04-23T13:19:28Z"
}
],
"recent_commits": [
{
"oid": "1ca95ac258416bb02b6eb6a7658befd7e321d18a",
"body": null,
"is_bot": false,
"headline": "Attempt to fix 'keyserver receive failed' during pbuilder create",
"author_name": "Joachim Zobel",
"author_login": "narc-Ontakac2",
"committed_at": "2026-07-20T18:18:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "328fde6ad8d40067c9de5902dd30265b464b1cc8",
"body": null,
"is_bot": false,
"headline": "Added changelog entry for 0.8.10",
"author_name": "Joachim Zobel",
"author_login": "narc-Ontakac2",
"committed_at": "2026-07-12T14:25:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e364ddb671930836cc2437d3c31dbf72aedaf402",
"body": "Added OBIS identifier to JSON object in local.cpp.",
"is_bot": false,
"headline": "include OBIS identifiers in local httpd json output",
"author_name": "Alex",
"author_login": "isarrider",
"committed_at": "2026-07-02T01:55:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8338cc9eb2031e115efb60664869e0125552ae79",
"body": "This backwards-compatible change allows one to set the mqtt topic from\nthe channel configurtation. Currently, the meter values are published\nvia an mqtt topic that is set to the channel number, which changes\nwhenever a new channel is defined or and old deleted. And it's totally\nnot mnemonic.\n\nThis addresses issue #420 from 2020.",
"is_bot": false,
"headline": "allow mqtt_topic to be set from the channel config",
"author_name": "Marc Haber",
"author_login": null,
"committed_at": "2026-06-23T18:00:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "864ea936dfc8ba093947b5cebb800ad87d0f5c15",
"body": "This makes it easier to build the source package only, for example for a\nbinary build inside sbuild. Build-Depends: must always be satisfied,\nBuild-Depends-Arch: only when the architecture dependent binary packages\nare built. So, one just needs debhelper-compat 12, pkgconf, and cmake to\nbuild the so\n[…]\n package. All the library dev packages are only needed\nto build the actual binary package.\n\nThere is also Build-Depends-Indep: for architecture independent\npackages, but that doesn't apply to vzlogger",
"is_bot": false,
"headline": "split off Build-Depends-Arch in debian/control",
"author_name": "Marc Haber",
"author_login": null,
"committed_at": "2026-05-20T20:32:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f6a8aa423cd6884b9ce330ed2cc30b0c3c049e24",
"body": null,
"is_bot": false,
"headline": "Updated git workflow with a more recent version of clang-format",
"author_name": "claashk",
"author_login": "claashk",
"committed_at": "2026-04-27T22:39:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20391e03a66526a08a07a3727c5a51ca9c2c5894",
"body": null,
"is_bot": false,
"headline": "Fixed formatting issues",
"author_name": "claashk",
"author_login": "claashk",
"committed_at": "2026-04-27T22:39:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d51cc3d144452dc42cb908d1699ba74b190334ef",
"body": null,
"is_bot": false,
"headline": "[README.md] fix example docker container invocation",
"author_name": "r00t",
"author_login": "r00t-",
"committed_at": "2026-04-25T17:37:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57da21312638e04f1234e04030d5e094ae934cce",
"body": null,
"is_bot": false,
"headline": "Updated minimum required CMake version of gtest to 3.5",
"author_name": "claashk",
"author_login": "claashk",
"committed_at": "2026-04-25T17:33:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f5805b95022d5d3e8820c604fa60d5520c53c17",
"body": "Docker build fails due to this missing include.",
"is_bot": false,
"headline": "Add missing include in Reading.hpp",
"author_name": "Martin Kunkel",
"author_login": "martinkunkel2",
"committed_at": "2026-03-30T01:50:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a2114e4ab72d3403b359942c9c12a010c7e973c",
"body": null,
"is_bot": false,
"headline": "Fixed version set for alpine to achieve error-free build.",
"author_name": "Andre",
"author_login": "andre42",
"committed_at": "2026-03-30T01:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "449fe69bcb7fa07959adf3bd076d419f812ad656",
"body": null,
"is_bot": false,
"headline": "Replaced apt-key adv with gpg",
"author_name": "Joachim Zobel",
"author_login": "narc-Ontakac2",
"committed_at": "2025-10-01T05:37:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3aa3feea9563078b26f601e34ca238c127c93a3",
"body": null,
"is_bot": false,
"headline": "Readded CMake min. version 3.5",
"author_name": "Joachim Zobel",
"author_login": "narc-Ontakac2",
"committed_at": "2025-09-30T04:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b465ec3de49f1f4f10fc40f2a92e92f597cc35ff",
"body": null,
"is_bot": false,
"headline": "Added forky release",
"author_name": "Joachim Zobel",
"author_login": "narc-Ontakac2",
"committed_at": "2025-09-30T04:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae8c066e02e7a83b71d617f3f32d11c68159bca5",
"body": null,
"is_bot": false,
"headline": "Removed watch file",
"author_name": "Joachim Zobel",
"author_login": "narc-Ontakac2",
"committed_at": "2025-09-30T04:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac1a4d478f4a74ccf5142d83270a55ac1b8e313d",
"body": null,
"is_bot": false,
"headline": "Removed CMake min. version and C++ version",
"author_name": "Joachim Zobel",
"author_login": "narc-Ontakac2",
"committed_at": "2025-09-30T04:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8869b69de44db197876727220c6962d45faa2885",
"body": null,
"is_bot": false,
"headline": "make check-formatting happy",
"author_name": "r00t",
"author_login": "r00t-",
"committed_at": "2025-06-10T16:31:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d4593727dca483d860750464eff7b2076809193",
"body": null,
"is_bot": false,
"headline": "workflows/build+test: explicitly install libuuid-dev",
"author_name": "r00t",
"author_login": "r00t-",
"committed_at": "2025-06-10T16:31:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae0372d60114cfa01924bcc9dfda7a26be317c4c",
"body": null,
"is_bot": false,
"headline": "update readme and install.sh to suit bookworm (#684)",
"author_name": "Justin Otherguy",
"author_login": "justinotherguy",
"committed_at": "2025-01-05T17:59:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af591ccecbf12a8b37aafa5665fac2ee2a6bfca3",
"body": null,
"is_bot": false,
"headline": "Changing as to uppercase, because docker builder issues a warning",
"author_name": "oeiber",
"author_login": "oeiber",
"committed_at": "2024-12-16T21:29:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6adcad877860ea6f4901d230a2803b682b7e2df3",
"body": "package names have changed in debian bookworm (v12)",
"is_bot": false,
"headline": "Update package names in install.sh",
"author_name": "Justin Otherguy",
"author_login": "justinotherguy",
"committed_at": "2024-11-29T19:49:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b936b96710ca12361822a1ee8da971c7c3c7419d",
"body": null,
"is_bot": false,
"headline": "Implemented review suggestions",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-10-10T01:16:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e976126e3f1afb4dab41628e09d0876ef2c29ea8",
"body": null,
"is_bot": false,
"headline": "Fix to have bulleye accept usernames with underscore",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-10-10T01:16:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "507f55db41a2415b5f45ba994af79980524cb9b0",
"body": null,
"is_bot": false,
"headline": "Added OMS section to README.md",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-08-02T14:23:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3124eb12037f18cbc8ef20a0549972f087e73947",
"body": null,
"is_bot": false,
"headline": "Fix developed by Matthias Behr",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-06-29T16:52:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25f9ab30ec6aca7d42a91b7c97191b215a12f589",
"body": null,
"is_bot": false,
"headline": "Next try - cmake COMMAND line starts with a command",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-06-29T11:24:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9323a8ca1b4639440f3a6e11c28aae9155aba06c",
"body": null,
"is_bot": false,
"headline": "Next try - set TZ on test level",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-06-22T11:07:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89e80e3fba7ea5abdd9296d5b6599a04726a9621",
"body": null,
"is_bot": false,
"headline": "Also set TZ for matrix builds",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-06-21T03:59:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "151fd099a0d25e6ab6c866a4d00f186d183c8f85",
"body": null,
"is_bot": false,
"headline": "Next try - set OS level TZ",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-06-21T03:40:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf1533325efd1a66dcd4c99e307855b41335eed0",
"body": null,
"is_bot": false,
"headline": "Next try - set TZ from CMake",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-06-20T19:22:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f91a0a2252b34bfe25d659ad0cec4d1f9a72f9e9",
"body": null,
"is_bot": false,
"headline": "Next try - set TZ in debian/rules",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-06-20T18:56:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72d24c05b2ab3a2d49d83dbdde76748df1a556d9",
"body": null,
"is_bot": false,
"headline": "Added forgotten sudo",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-06-20T18:35:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e067ac9e5fd0dfc427d67670429506016f1968f0",
"body": null,
"is_bot": false,
"headline": "Install tzdata and set TZ",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-06-20T18:07:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed4c42d8a2b45e645a214829a9086c85b94387dd",
"body": null,
"is_bot": false,
"headline": "0.8.7 adds OMS support",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-06-15T11:50:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b2440707bc7e5b4bfc4455601bccb6fa0e1c20e",
"body": null,
"is_bot": false,
"headline": "Fixed lto warnings for google test",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-05-18T12:36:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb53b59ed61ecfb832e338827bf9bb54ea324d48",
"body": null,
"is_bot": false,
"headline": "Bumped version to 0.8.6",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-05-18T09:52:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70e41e96ec5560891298ad9e7ce8eec1f9ecb62d",
"body": null,
"is_bot": false,
"headline": "Removed README.md from binary package",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-05-18T09:52:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c531157f6912a95f26c0e2c504a3cc79ada2d13",
"body": null,
"is_bot": false,
"headline": "Fixed watch file",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-05-18T09:52:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4e30ce39c75ec9a601c6c2a3ea1678edceedd26",
"body": null,
"is_bot": false,
"headline": "Improved Debian/Raspbian section in README",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-05-11T11:20:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d313f7626174b1d97d5499166dfc8d8e21ce02d",
"body": "… systemd-service-file-missing-documentation-key, multiple trailing-whitespace, systemd-service-file-missing-hardening-features, systemd-service-file-missing-hardening-features",
"is_bot": false,
"headline": "Fixed linitian info messages debian-rules-parses-dpkg-parsechangelog,…",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-05-11T06:10:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc864bd19539855dcc984cf6cd53c93c549c41c5",
"body": null,
"is_bot": false,
"headline": "Moved vzlogger.8 to debian/clean",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-05-03T17:42:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e71155b58451363f7153be9b3308591a7942f46",
"body": null,
"is_bot": false,
"headline": "[cmake] print warning if oms not enabled",
"author_name": "r00t",
"author_login": "r00t-",
"committed_at": "2024-04-24T15:26:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbbdd911c3c8a2f703afd8660af1f42fc2374bf6",
"body": null,
"is_bot": false,
"headline": "Fixed passing of Debian hardening flags to gcc",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-04-22T14:48:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b74ff6fef02f0920d396f248805fff92fe8854e",
"body": null,
"is_bot": false,
"headline": "Added forgottten cmake version bump to 0.8.5",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-04-22T14:48:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5deb3ba56b69db22ca6a67c7b58e3246f0d3dcfb",
"body": null,
"is_bot": false,
"headline": "Fixed missing user name rename in logrotate configuration",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-04-21T05:20:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a56f6281fce06489bc057b9dcd697d22d79142d1",
"body": null,
"is_bot": false,
"headline": "Fixed mmdebstrap build error",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-04-02T04:38:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec723ec71174566e93c92d6ab79bc9abfba44e6e",
"body": null,
"is_bot": false,
"headline": "Fixed indentiation",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-03-30T06:04:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cea3939bf88fba20051c84d0bc121805af021d2",
"body": null,
"is_bot": false,
"headline": "Applied libsml changes adding Raspian build",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-03-30T05:51:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c03f9b704106e4ce2d6e7a5ff4aa0efcff73288e",
"body": null,
"is_bot": false,
"headline": "Fixed stupid postinst bug (#638)",
"author_name": "Joachim Zobel",
"author_login": "narc-Ontakac2",
"committed_at": "2024-03-16T12:52:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02bfe8382375a4a652f8dc9378a237d821506919",
"body": null,
"is_bot": false,
"headline": "Fixed stupid mistake in debian/copyright",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-03-12T17:51:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5811525724ba9cd7c53ca54eda164d4589f54ff1",
"body": null,
"is_bot": false,
"headline": "More changes from Review (copyright, postinst) (#634)",
"author_name": "Joachim Zobel",
"author_login": "narc-Ontakac2",
"committed_at": "2024-03-12T05:38:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15ae6f29c570f75a56193a5f253fe3364a69aaac",
"body": null,
"is_bot": false,
"headline": "Removed files for patch release workflow",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-03-04T17:34:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61d7ac2beb24769890818c8764501d4037dec946",
"body": null,
"is_bot": false,
"headline": "Merge friendly formaating for debian/control",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-03-04T17:34:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e28a5c61f27bbbc33f24105e197b4a9c406b136",
"body": null,
"is_bot": false,
"headline": "Changes from the review",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-02-29T05:01:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "314c95b6aa2719c81abafdd0748b4b830b92d813",
"body": null,
"is_bot": false,
"headline": "Add removal of unecessary files from debian directory",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-02-29T05:01:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b413ec0985dac2ebe1dabfe1f0a2fe827461a5d",
"body": null,
"is_bot": false,
"headline": "Supressed lintian warning for watchfile",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-02-29T05:01:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3684d1ee937e8fd7ecae8f365b26abfd12a33ce9",
"body": null,
"is_bot": false,
"headline": "Debian_release.patch now removes obsolete lintian override",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-02-29T05:01:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "036ae41ace0ba2741b014e2b511eb5bf29e1e005",
"body": null,
"is_bot": false,
"headline": "install.sh: fix enabling mqtt (cmake option syntax)",
"author_name": "r00t",
"author_login": "r00t-",
"committed_at": "2024-02-04T16:39:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4f3b16c9fba8126ca2847437ed4a963ef4ec134",
"body": null,
"is_bot": false,
"headline": "Implemented Debian release workflow as for libsml",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-01-23T20:10:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71025a0f1a64918ccb3c71b5f1dee4c945d392f4",
"body": null,
"is_bot": false,
"headline": "New files for the master branch",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-01-23T20:10:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "799e8713b172e7a65fb09aa9131b29937bfda9a6",
"body": null,
"is_bot": false,
"headline": "Fixed 404 from outdated repos (as for libsml)",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-01-09T04:44:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0f28a2613eaaa9220de0beac70dc0a7b45cf3ff",
"body": null,
"is_bot": false,
"headline": "Fixed man page",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-01-09T04:44:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f51e31609ff1a9c4a9ad5b9f81b61991db76cd6d",
"body": null,
"is_bot": false,
"headline": "Added postrm script that purges",
"author_name": "Jo",
"author_login": "narc-Ontakac2",
"committed_at": "2024-01-09T04:44:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5360c08fca731c0065ce2c4b02b1cbdab6d55e16",
"body": null,
"is_bot": false,
"headline": "comment fixes, fixup 46cd8253",
"author_name": "r00t",
"author_login": "r00t-",
"committed_at": "2024-01-05T22:14:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68b839354855f0f655fe4aac69a0f7df8c9cad43",
"body": null,
"is_bot": false,
"headline": "Extended json schema to reflect \"duplicates\" support with influxdb api",
"author_name": "Pascal Bihler",
"author_login": null,
"committed_at": "2024-01-05T22:14:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab2a233d6f13045e08337519976d71160763d591",
"body": "…zaehler\" api already does)",
"is_bot": false,
"headline": "Evaluate the \"duplicates\" parameter for influxdb api (like the \"volks…",
"author_name": "Pascal Bihler",
"author_login": null,
"committed_at": "2024-01-05T22:14:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "527a22d2642ee912f2dceb7950e512486b70499e",
"body": "…tem call error",
"is_bot": false,
"headline": "MQTT client should start even when the mosquitto client reports a sys…",
"author_name": "Joachim Zobel",
"author_login": "narc-Ontakac2",
"committed_at": "2023-12-28T20:35:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5188375df5f0c3e261c60710aea0028eb53c1af5",
"body": null,
"is_bot": false,
"headline": "Flush log output for all log messages with at least info level",
"author_name": "Max Berger",
"author_login": "maxberger",
"committed_at": "2023-12-24T02:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7675a10c0dd7e3c22d2dafba843529636fd22037",
"body": null,
"is_bot": false,
"headline": "Fix compile issues for docker build (#614)",
"author_name": "schroepf",
"author_login": "schroepf",
"committed_at": "2023-12-18T16:00:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df03cf606fba77cd8dc8aa90586df7284dadad14",
"body": null,
"is_bot": false,
"headline": "Fixed missing hub install",
"author_name": "Joachim Zobel",
"author_login": "narc-Ontakac2",
"committed_at": "2023-10-31T15:27:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0656530fc0fb6d2fa3ae3a39e0e462861daa76f6",
"body": null,
"is_bot": false,
"headline": "Added armel as release architecture",
"author_name": "Joachim Zobel",
"author_login": "narc-Ontakac2",
"committed_at": "2023-10-31T14:49:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35426c0a6e94ac1f4da9c56c3083dfc50c112cfd",
"body": null,
"is_bot": false,
"headline": "replaced c++11 with c++14",
"author_name": "Joachim Zobel",
"author_login": "narc-Ontakac2",
"committed_at": "2023-07-21T09:27:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ff661244e7db0f2277108f124d4edd6a1e676aa",
"body": null,
"is_bot": false,
"headline": "fixed outdated Vcs-* attributes",
"author_name": "Joachim Zobel",
"author_login": "narc-Ontakac2",
"committed_at": "2023-07-15T09:42:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e2576d0fe6ab3cff8db18239e0d5a46409a3fa8",
"body": null,
"is_bot": false,
"headline": "Revert \"Evaluate the \"duplicates\" parameter for influxdb api\" (#595)",
"author_name": "J-A-U",
"author_login": "J-A-U",
"committed_at": "2023-06-23T11:11:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01c6f5e45c27c558e4f4a435bdf095f686385d91",
"body": "Co-authored-by: Pascal Bihler <pascal@qfs.de>",
"is_bot": false,
"headline": "Evaluate the \"duplicates\" parameter for influxdb api (#522)",
"author_name": "bi-on",
"author_login": "bi-on",
"committed_at": "2023-06-23T10:56:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9d0d55c7b771314d53958d09e083f7b64cf1b0c",
"body": null,
"is_bot": false,
"headline": "added trixie",
"author_name": "Joachim Zobel",
"author_login": "narc-Ontakac2",
"committed_at": "2023-06-13T03:50:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd5c3c11bed00f3cb2c8abecad82dbf1986743ad",
"body": null,
"is_bot": false,
"headline": "Changed service to run as already existing vzlogger user",
"author_name": "Joachim Zobel",
"author_login": "narc-Ontakac2",
"committed_at": "2023-05-27T12:14:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "067135902933cf0fe7a03e1aabe274f720caddd8",
"body": null,
"is_bot": false,
"headline": "enabled MQTT for debuild",
"author_name": "Joachim Zobel",
"author_login": "narc-Ontakac2",
"committed_at": "2023-04-23T13:16:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e9ab1725c5c10d0e1ebddfffe614cbbf2e6ca85",
"body": null,
"is_bot": false,
"headline": "added release action doing debuild with cloudsmith upload",
"author_name": "Joachim Zobel",
"author_login": "narc-Ontakac2",
"committed_at": "2023-04-23T13:16:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ab8642256fed52628f878f479a3281ff9045028",
"body": "…tic, (#587)\n\nThanks!",
"is_bot": false,
"headline": "[modules/Find{MicroHttpd,Json}.cmake] prefer dynamic library over sta…",
"author_name": "Thorben T",
"author_login": "r00t-",
"committed_at": "2023-03-29T03:55:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a91abe1be8a342a819963fd03ea0ed5d50b6b607",
"body": " + logrotate from my raspberry pi\r\n added influx message format description\r\n added example configurations to debian package",
"is_bot": false,
"headline": "Several small changes (#582)",
"author_name": "Joachim Zobel",
"author_login": "narc-Ontakac2",
"committed_at": "2023-02-28T10:44:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "790438d69453cc3dfd3cbcdc92fe5a9d18963a9e",
"body": "::read returns < 0 in case of an error and 0 in case of a timeout.\nret < 1 covers the timeout case as well as the error case, which is why the timeout path was never traversed.\n\nSince the calling function does not evaluate the false as return value anyway, the bug has no effect on the function.",
"is_bot": false,
"headline": "Fixed return value evaluation of ::read #578",
"author_name": "beckenc",
"author_login": "beckenc",
"committed_at": "2023-02-25T00:28:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0d27eaa720291b94ab4aa4cf09f783683c5a727",
"body": "* Defined cancellation macros in threads.h\n* Called macros in loops in meters where it looks safe",
"is_bot": false,
"headline": "Added cancellation points to meters",
"author_name": "Max Berger",
"author_login": "maxberger",
"committed_at": "2023-02-08T23:51:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54e2bbcd5d9672717a4aae80ef0503193bb78c9d",
"body": "updated make with -j to run more than 1 build thread concurrently...\r\nThis speeds up building on multi-/many-core system significantly!",
"is_bot": false,
"headline": "dockerfile updated for more buildtreads",
"author_name": "Alex",
"author_login": "isarrider",
"committed_at": "2023-02-02T03:11:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "949c2108bd8be2f27661ddee5bc74b09aeb8cd22",
"body": "run make on all cpu core - increase the build depending on the number of CPU core alot!",
"is_bot": false,
"headline": "Update Dockerfile",
"author_name": "Alex",
"author_login": "isarrider",
"committed_at": "2023-02-02T03:11:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b63aaa0af9383ddcfaf2adea834647fbaf70cfe",
"body": null,
"is_bot": false,
"headline": "install googletest in build stage",
"author_name": "StefanSchoof",
"author_login": "StefanSchoof",
"committed_at": "2023-01-28T04:19:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98dc2f1ce7a760771c46cd19b0ff5b7dda08ffb5",
"body": "Co-authored-by: Max Berger <max@berger.name>",
"is_bot": false,
"headline": "switch to alpine based docker image",
"author_name": "StefanSchoof",
"author_login": "StefanSchoof",
"committed_at": "2023-01-28T04:19:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1df3a2c3631d067fdf4597c2a092057571786a11",
"body": null,
"is_bot": false,
"headline": "copyright volkszaehler.org - 2023",
"author_name": "Joachim Zobel",
"author_login": "narc-Ontakac2",
"committed_at": "2023-01-25T16:06:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6366498b065fe39c7bfe000604182b5fd66062f5",
"body": null,
"is_bot": false,
"headline": "no more linitian warnings",
"author_name": "Joachim Zobel",
"author_login": "narc-Ontakac2",
"committed_at": "2023-01-25T16:06:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42611137a9d6a68ec607604a31e73b60f4cfc478",
"body": null,
"is_bot": false,
"headline": "added copyright lines from source grep",
"author_name": "Joachim Zobel",
"author_login": "narc-Ontakac2",
"committed_at": "2023-01-25T16:06:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4974174d14464b565fbafc83bdd775ef5e4635d6",
"body": null,
"is_bot": false,
"headline": "only nmu warnings from lintian",
"author_name": "Joachim Zobel",
"author_login": "narc-Ontakac2",
"committed_at": "2023-01-25T16:06:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d32b48c010ffe709d83e775bbef3cef386407056",
"body": null,
"is_bot": false,
"headline": "update copyright year",
"author_name": "r00t",
"author_login": "r00t-",
"committed_at": "2023-01-25T16:06:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "929a8d65bf125ec35a1692711f101f03168864a3",
"body": null,
"is_bot": false,
"headline": "Updated tests for compatibility with Alpine",
"author_name": "Max Berger",
"author_login": "maxberger",
"committed_at": "2023-01-19T00:15:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "515485f9152efb0923382a0a7a20e86e2842ae87",
"body": null,
"is_bot": false,
"headline": "Bugfixes for armv6",
"author_name": "Max Berger",
"author_login": "maxberger",
"committed_at": "2023-01-17T23:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d54d5feee2eae57d9192528fe3b39dcd63587b61",
"body": "Extracted HMAC function and added test",
"is_bot": false,
"headline": "Add compatibility for openssl >= 3.0",
"author_name": "Max Berger",
"author_login": "maxberger",
"committed_at": "2023-01-17T00:31:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d261f4565752c0e0b3e248259e09f37409a3698",
"body": null,
"is_bot": false,
"headline": "added googletest to build+test workflow",
"author_name": "Joachim Zobel",
"author_login": "narc-Ontakac2",
"committed_at": "2023-01-16T14:39:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52f3350ae11a8075bf136713931361e5cc8de11d",
"body": null,
"is_bot": false,
"headline": "use local googletest if present",
"author_name": "Joachim Zobel",
"author_login": "narc-Ontakac2",
"committed_at": "2023-01-16T14:39:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cc7f9dbc6b7639b8b32ff4d5d54044ab22c4d1c",
"body": null,
"is_bot": false,
"headline": "reading_thread: Only allow cancellation at defined points",
"author_name": "Max Berger",
"author_login": "maxberger",
"committed_at": "2023-01-15T00:41:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "927c2634414b808797df4a1db6392c75516d6613",
"body": "align with clang build config,\nworkaround failure due to depreciation of HMAC in OpenSSL 3.0",
"is_bot": false,
"headline": "don't fail on deprecated-declarations in gcc build,",
"author_name": "r00t",
"author_login": "r00t-",
"committed_at": "2023-01-02T19:06:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d375e53ead99d34f8fed7d336324652e9d7427c0",
"body": "Using the latest released gtest version works. The current main version\nhas a bug which causes it to fail on most compilers. This fixes gtest to\na given version, thus avoiding random failures",
"is_bot": false,
"headline": "Fix gtest version",
"author_name": "Max Berger",
"author_login": "maxberger",
"committed_at": "2023-01-02T19:01:10Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 9,
"commits_last_year": 15,
"latest_release_at": "2025-10-01T05:43:26Z",
"latest_release_tag": "v0.8.9",
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 11,
"days_since_latest_release": 293,
"mean_days_between_releases": 111.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 132,
"stars": 166,
"watchers": 23,
"fork_history": {
"days": [
{
"date": "2011-10-05",
"count": 1
},
{
"date": "2012-03-13",
"count": 1
},
{
"date": "2013-04-08",
"count": 1
},
{
"date": "2013-04-10",
"count": 1
},
{
"date": "2013-05-03",
"count": 1
},
{
"date": "2013-10-09",
"count": 1
},
{
"date": "2013-12-06",
"count": 1
},
{
"date": "2014-05-17",
"count": 1
},
{
"date": "2014-05-25",
"count": 1
},
{
"date": "2014-05-27",
"count": 1
},
{
"date": "2014-06-13",
"count": 1
},
{
"date": "2014-07-15",
"count": 1
},
{
"date": "2014-08-23",
"count": 1
},
{
"date": "2014-09-30",
"count": 1
},
{
"date": "2015-02-18",
"count": 1
},
{
"date": "2015-03-01",
"count": 1
},
{
"date": "2015-05-02",
"count": 1
},
{
"date": "2015-07-28",
"count": 1
},
{
"date": "2015-09-06",
"count": 1
},
{
"date": "2015-11-01",
"count": 1
},
{
"date": "2015-12-22",
"count": 1
},
{
"date": "2016-01-17",
"count": 1
},
{
"date": "2016-01-26",
"count": 1
},
{
"date": "2016-02-06",
"count": 1
},
{
"date": "2016-02-20",
"count": 1
},
{
"date": "2016-03-24",
"count": 1
},
{
"date": "2016-04-05",
"count": 1
},
{
"date": "2016-08-01",
"count": 1
},
{
"date": "2016-09-18",
"count": 1
},
{
"date": "2016-12-25",
"count": 1
},
{
"date": "2017-02-15",
"count": 1
},
{
"date": "2017-03-01",
"count": 1
},
{
"date": "2017-03-08",
"count": 1
},
{
"date": "2017-06-13",
"count": 1
},
{
"date": "2017-07-30",
"count": 1
},
{
"date": "2017-09-26",
"count": 1
},
{
"date": "2017-10-03",
"count": 1
},
{
"date": "2018-03-05",
"count": 1
},
{
"date": "2018-03-20",
"count": 1
},
{
"date": "2018-07-15",
"count": 1
},
{
"date": "2018-07-20",
"count": 1
},
{
"date": "2018-11-18",
"count": 1
},
{
"date": "2018-12-13",
"count": 1
},
{
"date": "2018-12-19",
"count": 1
},
{
"date": "2019-01-02",
"count": 1
},
{
"date": "2019-05-28",
"count": 1
},
{
"date": "2019-06-13",
"count": 1
},
{
"date": "2019-06-19",
"count": 1
},
{
"date": "2019-08-18",
"count": 1
},
{
"date": "2019-12-13",
"count": 1
},
{
"date": "2020-01-11",
"count": 1
},
{
"date": "2020-01-26",
"count": 1
},
{
"date": "2020-03-04",
"count": 1
},
{
"date": "2020-05-15",
"count": 1
},
{
"date": "2020-10-08",
"count": 1
},
{
"date": "2020-10-11",
"count": 1
},
{
"date": "2020-10-20",
"count": 1
},
{
"date": "2020-10-26",
"count": 1
},
{
"date": "2020-11-18",
"count": 1
},
{
"date": "2020-12-14",
"count": 1
},
{
"date": "2021-01-09",
"count": 1
},
{
"date": "2021-02-17",
"count": 1
},
{
"date": "2021-02-24",
"count": 1
},
{
"date": "2021-03-09",
"count": 1
},
{
"date": "2021-03-20",
"count": 1
},
{
"date": "2021-03-29",
"count": 1
},
{
"date": "2021-04-16",
"count": 1
},
{
"date": "2021-06-10",
"count": 1
},
{
"date": "2021-06-19",
"count": 1
},
{
"date": "2021-09-01",
"count": 1
},
{
"date": "2021-09-17",
"count": 1
},
{
"date": "2021-09-29",
"count": 1
},
{
"date": "2021-10-06",
"count": 1
},
{
"date": "2021-11-17",
"count": 1
},
{
"date": "2022-01-03",
"count": 1
},
{
"date": "2022-01-10",
"count": 1
},
{
"date": "2022-02-07",
"count": 1
},
{
"date": "2022-03-19",
"count": 1
},
{
"date": "2022-04-19",
"count": 1
},
{
"date": "2022-05-12",
"count": 1
},
{
"date": "2022-05-16",
"count": 1
},
{
"date": "2022-05-21",
"count": 1
},
{
"date": "2022-06-02",
"count": 1
},
{
"date": "2022-06-13",
"count": 1
},
{
"date": "2022-07-11",
"count": 1
},
{
"date": "2022-07-26",
"count": 1
},
{
"date": "2022-09-28",
"count": 1
},
{
"date": "2022-10-02",
"count": 1
},
{
"date": "2022-11-21",
"count": 1
},
{
"date": "2023-01-02",
"count": 1
},
{
"date": "2023-01-28",
"count": 1
},
{
"date": "2023-02-15",
"count": 1
},
{
"date": "2023-02-27",
"count": 1
},
{
"date": "2023-03-14",
"count": 1
},
{
"date": "2023-03-22",
"count": 1
},
{
"date": "2023-04-20",
"count": 1
},
{
"date": "2023-05-06",
"count": 1
},
{
"date": "2023-05-28",
"count": 1
},
{
"date": "2023-05-29",
"count": 1
},
{
"date": "2023-06-27",
"count": 1
},
{
"date": "2023-08-01",
"count": 1
},
{
"date": "2023-08-27",
"count": 1
},
{
"date": "2023-10-04",
"count": 1
},
{
"date": "2023-10-20",
"count": 1
},
{
"date": "2023-11-08",
"count": 1
},
{
"date": "2023-12-17",
"count": 1
},
{
"date": "2024-01-19",
"count": 1
},
{
"date": "2024-02-04",
"count": 1
},
{
"date": "2024-03-04",
"count": 1
},
{
"date": "2024-05-26",
"count": 2
},
{
"date": "2024-06-13",
"count": 1
},
{
"date": "2024-08-18",
"count": 1
},
{
"date": "2024-09-03",
"count": 1
},
{
"date": "2024-09-19",
"count": 1
},
{
"date": "2024-12-16",
"count": 1
},
{
"date": "2025-02-02",
"count": 1
},
{
"date": "2025-05-31",
"count": 1
},
{
"date": "2025-10-12",
"count": 1
},
{
"date": "2025-11-10",
"count": 1
},
{
"date": "2025-12-14",
"count": 1
},
{
"date": "2025-12-25",
"count": 1
},
{
"date": "2025-12-31",
"count": 1
},
{
"date": "2026-01-18",
"count": 1
},
{
"date": "2026-02-20",
"count": 1
},
{
"date": "2026-05-15",
"count": 1
},
{
"date": "2026-05-22",
"count": 1
},
{
"date": "2026-06-17",
"count": 1
},
{
"date": "2026-07-14",
"count": 1
}
],
"complete": true,
"collected": 129,
"total_forks": 132
},
"star_history": {
"days": [
{
"date": "2011-08-30",
"count": 3
},
{
"date": "2013-04-25",
"count": 1
},
{
"date": "2013-12-18",
"count": 1
},
{
"date": "2014-08-13",
"count": 1
},
{
"date": "2014-08-19",
"count": 1
},
{
"date": "2014-10-01",
"count": 1
},
{
"date": "2014-12-30",
"count": 1
},
{
"date": "2015-01-02",
"count": 1
},
{
"date": "2015-02-05",
"count": 1
},
{
"date": "2015-05-03",
"count": 1
},
{
"date": "2015-07-05",
"count": 1
},
{
"date": "2015-07-16",
"count": 1
},
{
"date": "2015-10-02",
"count": 1
},
{
"date": "2015-10-07",
"count": 1
},
{
"date": "2015-12-20",
"count": 1
},
{
"date": "2016-01-18",
"count": 1
},
{
"date": "2016-04-26",
"count": 1
},
{
"date": "2016-06-02",
"count": 1
},
{
"date": "2016-12-12",
"count": 1
},
{
"date": "2017-01-02",
"count": 1
},
{
"date": "2017-02-09",
"count": 1
},
{
"date": "2017-02-17",
"count": 1
},
{
"date": "2017-02-21",
"count": 1
},
{
"date": "2017-03-01",
"count": 1
},
{
"date": "2017-04-16",
"count": 1
},
{
"date": "2017-05-26",
"count": 1
},
{
"date": "2017-06-14",
"count": 1
},
{
"date": "2017-06-15",
"count": 3
},
{
"date": "2017-08-06",
"count": 1
},
{
"date": "2017-08-07",
"count": 1
},
{
"date": "2017-08-22",
"count": 1
},
{
"date": "2017-10-13",
"count": 1
},
{
"date": "2017-11-05",
"count": 1
},
{
"date": "2017-12-21",
"count": 1
},
{
"date": "2018-03-03",
"count": 1
},
{
"date": "2018-03-24",
"count": 1
},
{
"date": "2018-03-29",
"count": 1
},
{
"date": "2018-08-19",
"count": 1
},
{
"date": "2018-08-20",
"count": 1
},
{
"date": "2018-12-19",
"count": 1
},
{
"date": "2019-01-27",
"count": 1
},
{
"date": "2019-05-02",
"count": 1
},
{
"date": "2019-06-01",
"count": 2
},
{
"date": "2019-07-24",
"count": 1
},
{
"date": "2019-08-06",
"count": 1
},
{
"date": "2020-05-01",
"count": 1
},
{
"date": "2020-05-30",
"count": 1
},
{
"date": "2020-06-05",
"count": 1
},
{
"date": "2020-07-14",
"count": 1
},
{
"date": "2020-07-17",
"count": 1
},
{
"date": "2020-07-19",
"count": 1
},
{
"date": "2020-09-03",
"count": 1
},
{
"date": "2020-09-10",
"count": 1
},
{
"date": "2020-10-18",
"count": 1
},
{
"date": "2020-12-04",
"count": 1
},
{
"date": "2020-12-30",
"count": 1
},
{
"date": "2021-01-18",
"count": 2
},
{
"date": "2021-03-07",
"count": 2
},
{
"date": "2021-03-21",
"count": 1
},
{
"date": "2021-04-19",
"count": 1
},
{
"date": "2021-04-27",
"count": 1
},
{
"date": "2021-06-19",
"count": 1
},
{
"date": "2021-08-21",
"count": 1
},
{
"date": "2021-08-29",
"count": 1
},
{
"date": "2021-10-27",
"count": 1
},
{
"date": "2021-11-03",
"count": 1
},
{
"date": "2021-11-27",
"count": 1
},
{
"date": "2021-11-30",
"count": 1
},
{
"date": "2021-12-08",
"count": 1
},
{
"date": "2021-12-15",
"count": 1
},
{
"date": "2021-12-23",
"count": 1
},
{
"date": "2021-12-29",
"count": 1
},
{
"date": "2022-01-22",
"count": 1
},
{
"date": "2022-01-28",
"count": 1
},
{
"date": "2022-02-03",
"count": 1
},
{
"date": "2022-02-07",
"count": 1
},
{
"date": "2022-02-12",
"count": 1
},
{
"date": "2022-02-23",
"count": 1
},
{
"date": "2022-03-13",
"count": 1
},
{
"date": "2022-04-24",
"count": 1
},
{
"date": "2022-06-13",
"count": 1
},
{
"date": "2022-06-23",
"count": 1
},
{
"date": "2022-06-26",
"count": 1
},
{
"date": "2022-07-25",
"count": 1
},
{
"date": "2022-08-14",
"count": 1
},
{
"date": "2022-09-02",
"count": 1
},
{
"date": "2022-09-13",
"count": 1
},
{
"date": "2022-09-14",
"count": 1
},
{
"date": "2022-09-15",
"count": 1
},
{
"date": "2022-09-25",
"count": 1
},
{
"date": "2022-09-27",
"count": 1
},
{
"date": "2022-09-29",
"count": 1
},
{
"date": "2022-10-05",
"count": 1
},
{
"date": "2022-10-31",
"count": 1
},
{
"date": "2022-11-07",
"count": 1
},
{
"date": "2022-11-08",
"count": 1
},
{
"date": "2022-11-10",
"count": 1
},
{
"date": "2022-11-11",
"count": 2
},
{
"date": "2022-11-21",
"count": 1
},
{
"date": "2022-11-29",
"count": 1
},
{
"date": "2022-12-09",
"count": 1
},
{
"date": "2023-01-03",
"count": 1
},
{
"date": "2023-01-07",
"count": 1
},
{
"date": "2023-01-10",
"count": 2
},
{
"date": "2023-02-23",
"count": 1
},
{
"date": "2023-03-12",
"count": 1
},
{
"date": "2023-03-21",
"count": 1
},
{
"date": "2023-04-24",
"count": 1
},
{
"date": "2023-05-04",
"count": 2
},
{
"date": "2023-06-22",
"count": 1
},
{
"date": "2023-06-27",
"count": 1
},
{
"date": "2023-07-21",
"count": 1
},
{
"date": "2023-07-27",
"count": 1
},
{
"date": "2023-09-20",
"count": 1
},
{
"date": "2023-11-19",
"count": 1
},
{
"date": "2023-11-23",
"count": 1
},
{
"date": "2023-12-04",
"count": 1
},
{
"date": "2023-12-11",
"count": 1
},
{
"date": "2024-01-05",
"count": 1
},
{
"date": "2024-01-12",
"count": 1
},
{
"date": "2024-01-27",
"count": 1
},
{
"date": "2024-02-25",
"count": 1
},
{
"date": "2024-03-07",
"count": 1
},
{
"date": "2024-04-08",
"count": 2
},
{
"date": "2024-04-25",
"count": 1
},
{
"date": "2024-04-27",
"count": 1
},
{
"date": "2024-05-07",
"count": 1
},
{
"date": "2024-05-28",
"count": 1
},
{
"date": "2024-06-04",
"count": 1
},
{
"date": "2024-07-31",
"count": 1
},
{
"date": "2024-08-18",
"count": 1
},
{
"date": "2024-09-01",
"count": 1
},
{
"date": "2024-10-09",
"count": 1
},
{
"date": "2024-10-19",
"count": 1
},
{
"date": "2024-12-23",
"count": 1
},
{
"date": "2025-01-04",
"count": 1
},
{
"date": "2025-01-07",
"count": 1
},
{
"date": "2025-01-16",
"count": 1
},
{
"date": "2025-02-02",
"count": 1
},
{
"date": "2025-02-11",
"count": 1
},
{
"date": "2025-02-15",
"count": 1
},
{
"date": "2025-03-09",
"count": 1
},
{
"date": "2025-04-09",
"count": 1
},
{
"date": "2025-05-13",
"count": 1
},
{
"date": "2025-08-07",
"count": 1
},
{
"date": "2025-08-24",
"count": 1
},
{
"date": "2025-09-17",
"count": 1
},
{
"date": "2025-12-04",
"count": 1
},
{
"date": "2026-02-05",
"count": 1
},
{
"date": "2026-02-18",
"count": 1
},
{
"date": "2026-03-27",
"count": 1
},
{
"date": "2026-04-17",
"count": 1
},
{
"date": "2026-06-09",
"count": 1
},
{
"date": "2026-06-14",
"count": 1
},
{
"date": "2026-07-12",
"count": 1
}
],
"complete": true,
"collected": 166,
"total_stars": 166
},
"open_issues_and_prs": 92
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 51992,
"source_files_sampled": 102,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 25,
"merged_prs": 327,
"open_issues": 67,
"closed_ratio": 0.772,
"closed_issues": 227,
"closed_unmerged_prs": 65
},
"bus_factor": 4,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "mbehr1",
"commits": 154,
"avatar_url": "https://avatars.githubusercontent.com/u/3258891?v=4"
},
{
"type": "User",
"login": "andig",
"commits": 141,
"avatar_url": "https://avatars.githubusercontent.com/u/184815?v=4"
},
{
"type": "User",
"login": "kaikrueger",
"commits": 124,
"avatar_url": "https://avatars.githubusercontent.com/u/1135788?v=4"
},
{
"type": "User",
"login": "stv0g",
"commits": 111,
"avatar_url": "https://avatars.githubusercontent.com/u/285829?v=4"
},
{
"type": "User",
"login": "r00t-",
"commits": 66,
"avatar_url": "https://avatars.githubusercontent.com/u/2834981?v=4"
},
{
"type": "User",
"login": "narc-Ontakac2",
"commits": 63,
"avatar_url": "https://avatars.githubusercontent.com/u/42581924?v=4"
},
{
"type": "User",
"login": "J-A-U",
"commits": 58,
"avatar_url": "https://avatars.githubusercontent.com/u/3984466?v=4"
},
{
"type": "User",
"login": "justinotherguy",
"commits": 56,
"avatar_url": "https://avatars.githubusercontent.com/u/199173?v=4"
},
{
"type": "User",
"login": "peterevertz",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/4091919?v=4"
},
{
"type": "User",
"login": "claashk",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/10584106?v=4"
}
],
"contributors_sampled": 53,
"top_contributor_share": 0.175
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build+test.yml",
"check-formatting.yml",
"debuild.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 3,
"reason": "8 out of 21 merged PRs checked by a CI test -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 3,
"reason": "Found 8/24 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 9 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 7,
"reason": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "1ca95ac258416bb02b6eb6a7658befd7e321d18a",
"ran_at": "2026-07-22T03:07:56Z",
"aggregate_score": 3.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-20T18:21:52Z",
"oldest_open_prs": [
{
"number": 272,
"created_at": "2016-08-05T20:23:28Z",
"last_comment_at": "2019-01-30T17:26:22Z",
"last_comment_author": "andig"
},
{
"number": 450,
"created_at": "2021-02-21T22:52:44Z",
"last_comment_at": "2021-03-09T18:32:56Z",
"last_comment_author": "r00t-"
},
{
"number": 455,
"created_at": "2021-03-11T03:05:33Z",
"last_comment_at": "2022-04-20T05:14:54Z",
"last_comment_author": "J-A-U"
},
{
"number": 456,
"created_at": "2021-03-11T03:32:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 476,
"created_at": "2021-03-31T02:36:00Z",
"last_comment_at": "2021-03-31T14:34:43Z",
"last_comment_author": "r00t-"
},
{
"number": 478,
"created_at": "2021-04-01T09:44:39Z",
"last_comment_at": "2024-06-18T12:39:28Z",
"last_comment_author": "guidoffm"
},
{
"number": 480,
"created_at": "2021-04-02T03:35:19Z",
"last_comment_at": "2023-01-15T01:09:20Z",
"last_comment_author": "r00t-"
},
{
"number": 486,
"created_at": "2021-04-10T01:53:47Z",
"last_comment_at": "2023-02-20T23:35:50Z",
"last_comment_author": "r00t-"
},
{
"number": 489,
"created_at": "2021-04-16T19:12:57Z",
"last_comment_at": "2024-01-07T07:56:51Z",
"last_comment_author": "falke9176"
},
{
"number": 501,
"created_at": "2021-10-02T20:55:46Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 519,
"created_at": "2022-04-19T20:01:37Z",
"last_comment_at": "2022-12-30T22:08:47Z",
"last_comment_author": "r00t-"
},
{
"number": 525,
"created_at": "2022-06-04T21:44:41Z",
"last_comment_at": "2026-06-17T21:20:55Z",
"last_comment_author": "belegdol"
},
{
"number": 576,
"created_at": "2023-01-29T07:48:02Z",
"last_comment_at": "2023-01-31T17:32:23Z",
"last_comment_author": "J-A-U"
},
{
"number": 585,
"created_at": "2023-03-27T14:39:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 596,
"created_at": "2023-06-28T09:47:28Z",
"last_comment_at": "2023-09-17T19:45:50Z",
"last_comment_author": "r00t-"
},
{
"number": 610,
"created_at": "2023-11-08T14:35:34Z",
"last_comment_at": "2026-04-25T17:41:01Z",
"last_comment_author": "r00t-"
},
{
"number": 626,
"created_at": "2024-02-11T18:57:01Z",
"last_comment_at": "2024-02-11T19:02:44Z",
"last_comment_author": "r00t-"
},
{
"number": 676,
"created_at": "2024-08-23T21:01:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 681,
"created_at": "2024-11-28T23:27:53Z",
"last_comment_at": "2024-11-28T23:40:11Z",
"last_comment_author": "r00t-"
},
{
"number": 688,
"created_at": "2025-06-09T18:01:02Z",
"last_comment_at": "2025-11-20T09:38:38Z",
"last_comment_author": "gusoer"
}
],
"last_merged_pr_at": "2026-07-18T10:23:08Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 197,
"created_at": "2015-08-13T19:18:51Z",
"last_comment_at": "2016-06-25T19:53:55Z",
"last_comment_author": "andig"
},
{
"number": 207,
"created_at": "2015-10-23T08:12:20Z",
"last_comment_at": "2018-08-05T10:20:16Z",
"last_comment_author": "andig"
},
{
"number": 231,
"created_at": "2016-01-11T09:47:05Z",
"last_comment_at": "2018-08-05T10:02:26Z",
"last_comment_author": "mbehr1"
},
{
"number": 242,
"created_at": "2016-02-07T13:38:57Z",
"last_comment_at": "2016-06-25T20:40:08Z",
"last_comment_author": "andig"
},
{
"number": 245,
"created_at": "2016-03-23T08:36:28Z",
"last_comment_at": "2016-06-25T20:25:13Z",
"last_comment_author": "andig"
},
{
"number": 257,
"created_at": "2016-05-14T10:49:35Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 260,
"created_at": "2016-05-16T14:53:30Z",
"last_comment_at": "2023-03-03T03:43:42Z",
"last_comment_author": "r00t-"
},
{
"number": 266,
"created_at": "2016-06-27T07:22:19Z",
"last_comment_at": "2021-03-11T02:33:10Z",
"last_comment_author": "r00t-"
},
{
"number": 277,
"created_at": "2016-11-02T20:12:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 284,
"created_at": "2016-12-22T08:56:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 309,
"created_at": "2017-03-19T16:05:52Z",
"last_comment_at": "2017-03-21T11:44:08Z",
"last_comment_author": "Sineos"
},
{
"number": 333,
"created_at": "2017-10-03T15:07:15Z",
"last_comment_at": "2023-01-14T10:34:22Z",
"last_comment_author": "narc-Ontakac2"
},
{
"number": 336,
"created_at": "2017-10-06T14:58:27Z",
"last_comment_at": "2018-01-20T14:17:54Z",
"last_comment_author": "andig"
},
{
"number": 340,
"created_at": "2017-10-17T20:40:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 356,
"created_at": "2018-06-11T16:35:54Z",
"last_comment_at": "2018-06-12T15:55:21Z",
"last_comment_author": "andig"
},
{
"number": 366,
"created_at": "2018-11-18T12:28:40Z",
"last_comment_at": "2026-05-26T16:21:03Z",
"last_comment_author": "OKDaG"
},
{
"number": 372,
"created_at": "2019-01-27T18:48:24Z",
"last_comment_at": "2022-05-08T13:10:58Z",
"last_comment_author": "J-A-U"
},
{
"number": 376,
"created_at": "2019-05-29T10:38:22Z",
"last_comment_at": "2021-03-14T13:23:00Z",
"last_comment_author": "Zugschlus"
},
{
"number": 377,
"created_at": "2019-05-29T10:59:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 383,
"created_at": "2019-06-15T09:51:47Z",
"last_comment_at": "2021-03-18T10:10:59Z",
"last_comment_author": "Zugschlus"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/volkszaehler/vzlogger",
"host": "github.com",
"name": "vzlogger",
"owner": "volkszaehler"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"security": 38,
"vitality": 62,
"community": 56,
"governance": 73,
"engineering": 62
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 62,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"commits_last_year": 15,
"human_commit_share": 1,
"days_since_last_push": 1,
"active_weeks_last_year": 11
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "11/52 weeks with commits",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 11
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "15 commits in the last year",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 15
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"points": 7,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"releases_count": 9,
"latest_release_tag": "v0.8.9",
"releases_from_tags": false,
"days_since_latest_release": 293,
"mean_days_between_releases": 111.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "9 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 9
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 293 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 293
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~111.5 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 111.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 1,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 1 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 1
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 56,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"forks": 132,
"stars": 166,
"watchers": 23,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "166 stars",
"points": 36,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 166
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "132 forks",
"points": 17.6,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 132
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "23 watchers",
"points": 7.5,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 23
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (GPL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "GPL-3.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 73,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "excellent",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"bus_factor": 4,
"contributors_sampled": 53,
"top_contributor_share": 0.175
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "4 contributor(s) cover half of all commits",
"points": 43.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 4
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 18% of commits",
"points": 18.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 18
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "53 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 53
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 9 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"merged_prs": 327,
"open_issues": 67,
"closed_issues": 227,
"issue_closed_ratio": 0.772,
"closed_unmerged_prs": 65
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "77% of issues closed",
"points": 36.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 77
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "327/392 decided PRs merged",
"points": 31.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 327,
"decided": 392
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 8/24 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"followers": 50,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "volkszaehler",
"public_repos": 8,
"account_age_days": 5843
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "50 followers of volkszaehler",
"points": 12.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 50,
"login": "volkszaehler"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "8 public repos, account ~16 yr old",
"points": 18.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 8
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 62,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "8 out of 21 merged PRs checked by a CI test -- score normalized to 3",
"points": 6,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"smartmeter",
"volkszaehler",
"sensor",
"c-plus-plus"
],
"has_wiki": false,
"homepage": "http://wiki.volkszaehler.org/software/controller/vzlogger",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "http://wiki.volkszaehler.org/software/controller/vzlogger",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 38,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "8 out of 21 merged PRs checked by a CI test -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 8/24 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 9 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 13
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 41,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 8,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.16,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "16 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 8.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 16,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "C++ (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C++"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C++",
"largest_source_bytes": 51992,
"source_files_sampled": 102,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C++ (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C++"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/102 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 102,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-22T03:08:23.440740Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/v/volkszaehler/vzlogger.svg",
"full_name": "volkszaehler/vzlogger",
"license_state": "standard",
"license_spdx": "GPL-3.0"
}