Initial commit — energy collector (AlphaEss + SDM630 → TimescaleDB)

This commit is contained in:
2026-04-18 11:12:40 +02:00
commit 8295d1cf47
12 changed files with 1186 additions and 0 deletions

22
go.mod Normal file
View File

@@ -0,0 +1,22 @@
module energy-collector
go 1.24.0
toolchain go1.24.5
require (
github.com/eclipse/paho.mqtt.golang v1.5.1
github.com/jackc/pgx/v5 v5.8.0
github.com/simonvetter/modbus v1.6.0
)
require (
github.com/goburrow/serial v0.1.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
golang.org/x/net v0.44.0 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/text v0.29.0 // indirect
)