Post #3163635
2026-02-27 07:22 UTC
@projectgus@aus.social are you trying direct access over tcp instead of going through tcp + modbus ?
Replies (1)
-
@projectgus@aus.social 2026-02-27 08:06
@deepfryed@fosstodon.org Not exactly. We have a fronius wattpilot EV charger, which polls the web API of the Fronius inverter to do solar charging and also to prevent tripping the main breaker if the grid draw is too high. We're about to get a different solar setup installed. So I want to make a little server that presents power data from home assistant as if it was a fronius inverter, enough to keep the wattpilot happy. Our inverter is old so it uses their simple UDP broadcast discovery system, but I thought I might have a crack at implementing mDNS instead. But all I knew was what mDNS services the wattpilot sends queries for, and that's not enough for it to show up.