Reference
The complete technical documentation of the Go source code is available on pkg.go.dev
Main components
- tic4eebus - Main component
- config - Configuration
- ems - Energy management system
- ems/data - Data model
- linkymeter - Linky meter
- evse - Charging station and electric vehicle
Local documentation
To generate the documentation locally:
# Install godoc
go install golang.org/x/tools/cmd/godoc@latest
# Start local server
godoc -http=:6060
# Open in browser
open http://localhost:6060/pkg/github.com/Enedis-OSS/tic4eebus/