Files
lostakj 9db7aa2560
Build Docker image on push / docker (push) Successful in 22s
Initila commit
2026-08-18 00:46:59 +02:00

1.0 KiB

Documentation

This directory contains the detailed Shelly Exporter documentation.

User guides

Developer guide

Protocol scope

The current implementation targets the Shelly Gen1 HTTP API:

GET <device-url>/status
Authorization: Basic ...     # only when credentials are configured
Accept: application/json

Newer Shelly generations use a different RPC API and authentication model. They require a separate protocol client in addition to new response structures and collectors.