andig

Results 374 issues of andig

Bin ebenfalls vom Problem betroffen, downgrade auf 129.0 alles fein, ab 130.0 startet evcc nicht mehr. Raspberry PI 4, alle WR im selben VLAN, alle involvierten Komponenten statische IP (kein...

bug
devices

In https://github.com/evcc-io/evcc/pull/12876/files#diff-c456526d4bd9022a488ce32de208b40d86016e2c40b0c81a2dffe557c186377dL709-R723, syncCharger was cleaned up. Particularly, the desired logic of ignoring warnings when vehicle was disconnected like ^(lp.enabled && ^lp.connected) was changed to !lp.enabled && !lp.connected which is NOT...

Individual pv and battery values are published as a map with device `name` as key instead of an array. Before: ```json "pv": [ { "power": 1000, "energy": 1235 }, {...

infrastructure
backlog

/cc @Herbert23 please give it a try, remember to test with the `-race` build to catch any concurrency problems. Note this PR might swallow a secondary problem in the the...

infrastructure
backlog

Ich habe diesen Request gerade gefunden und beantworte den mal so: Ampere.Storage.Pro ist baugleich mit SAJ-H2. Siehe auch hier: [Photovoltaik Forum](https://www.photovoltaikforum.com/thread/222147-ekd-speicher-ampere-storage-pro-ein-chinamodell-und-weitere-fragen-dazu/?pageNo=11) Ich habe die Batterie so eingebunden und funktioniert einwandfrei....

devices
backlog

Finally i got a configuration for the Wattsonic Gen 2 inverter that reads pv/grid/battery power and the battery SOC The same inverter (at least Gen3) is distributed as Sunway, Solinteng,...

devices
backlog

See https://github.com/evcc-io/evcc/discussions/14992. Currently this is only being done when we see an actual status change to disconnected. Instead, we could check if the vehicle identifier changes. Need to investigate which...

backlog

I'm trying to replicate this library in Go for use with https://github.com/evcc-io/evcc. I've managed to login and retrieve the list of devices. I'm however unable to execute a simple command...