Skip to main content
📚 Official documentation

Fuzz Energy Docs

Make your energy more flexible

Installation guides, commissioning manual, API reference: all the resources to deploy and operate the Fuzz Energy platform.

Get started

Everything you need to get started

First commissioning

First commissioning

Commission my first site with Fuzz Energy.

The console

The console

How to get started with the console.fuzz.energy console?

Compatible hardware list

Compatible hardware list

List of hardware compatible and tested with the Fuzz Energy controller.

REST API

Integrate Fuzz Energy into your own tools

Control your charge points, batteries and meters, and retrieve your energy data in real time through our REST API.

  • Secure authentication via OAuth2 or API key
  • Fully documented REST endpoints (OpenAPI)
  • Webhooks to track your sites in real time
api.fuzz.energy
# Get the status of a site
curl https://api.fuzz.energy/charge-points/y1u00tdl
  -H "Authorization: Bearer <token>"

{
  "siteId": "y1u00tdl",
  "status": "charging",
  "powerKw": 18.4
}