Files
energy-meter/main.go
Thomas Klaehn d82945098b Fix IPv6 zone ID encoding in broker URL
The zone identifier in fe80::%eth0 must be percent-encoded as %25
in a URL so Go's url.Parse accepts it. Without this, paho.mqtt.golang
silently drops the broker and reports "no servers defined to connect to".

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-11 07:43:45 +02:00

14 KiB