Skip to content

Latest commit

 

History

History
125 lines (93 loc) · 5.42 KB

File metadata and controls

125 lines (93 loc) · 5.42 KB

Battery Energy Trading Documentation

Complete documentation index for the Battery Energy Trading Home Assistant integration.

Quick Start

Documentation Sections

📖 User Guide

End-user documentation for installation, configuration, and usage.

User Guide Index

🔌 Integration Guides

Documentation for third-party integrations and inverter systems.

Integrations Index

🛠️ Development

Documentation for developers and contributors.

Development Index

🔧 API Reference

Technical API documentation (in development).

API Documentation Index

  • Energy Optimizer - Core optimization algorithms (coming soon)
  • Sungrow Helper - Auto-detection utilities (coming soon)
  • Configuration Flow - Setup wizard (coming soon)
  • Entity Platforms - Sensors, binary sensors, numbers, switches (coming soon)

Additional Resources

Project Files

External Links

Documentation Organization

Directory Structure

docs/
├── README.md                          # This file - main documentation index
├── TERMINOLOGY.md                     # Key concepts and terminology
│
├── user-guide/                        # End-user documentation
│   ├── README.md                      # User guide index
│   ├── automatic-trading-setup.md     # Automatic automation generation (NEW)
│   ├── dashboard-setup.md             # Dashboard setup guide
│   └── dashboard-entity-reference.md  # Dashboard entity list
│
├── integrations/                      # Third-party integration guides
│   ├── README.md                      # Integrations index
│   ├── sungrow.md                     # Sungrow integration guide
│   └── sungrow-reference.md           # Sungrow entity reference
│
├── development/                       # Developer documentation
│   ├── README.md                      # Development index
│   ├── testing.md                     # Testing guide
│   ├── manual-testing-checklist.md    # Manual test scenarios
│   ├── features.md                    # Feature documentation
│   ├── release-process.md             # Release workflow
│   │
│   └── history/                       # Historical documentation
│       ├── README.md                  # History index
│       └── *.md                       # Implementation logs (2025-10)
│
└── api/                               # API documentation (in development)
    └── README.md                      # API index

Navigation Tips

  1. Start with the User Guide if you're installing and using the integration
  2. Check Integrations for Sungrow or other inverter-specific documentation
  3. Visit Development if you're contributing code or running tests
  4. Browse History to understand past architectural decisions

Getting Help

Documentation Guidelines

See Development Guide for:

  • File naming conventions
  • When to archive vs keep in main docs
  • Cross-reference standards
  • Index file requirements