Files
lostakj 9ec7a92fa1
Build Docker image on push / docker (push) Successful in 20s
Build and push Docker image on tag / docker (push) Successful in 9s
Fixed issue with shelly self signed certificate.
2026-08-18 01:00:56 +02:00
..
2026-08-18 00:46:59 +02:00
2026-08-18 00:46:59 +02:00
2026-08-18 00:46:59 +02:00

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.