andig
andig
Add Solcast
Fix https://github.com/evcc-io/evcc/issues/12746 - [x] integrate with loadpoint for vehicles max power - [x] merge not only co2 but also (feedin) prices - [x] add `?adjusted=true` query parameter to `tariff` api...
This is a tracking issue for various requests that have been made for enhancing the planner: 1. always charge during last hour to pre-heat battery/vehicle (https://github.com/evcc-io/evcc/issues/10950, https://github.com/evcc-io/evcc/issues/11744) 2. spread charging...
This PR replaces validation code by struct tags. By design, validator tag errors can be translated. The PR utilises this capability to simplify the validator's error messages to match evcc...
@premultiply falls Du Lust hast: könntest Du das mal mit einer echten alten Config als auch mit `configure` testen? TODO: - [x] review Fox - [x] translate modbus doc comments...
This PR is an investigation into splitting chargers into: - `CurrentController`: typically wall boxes - `PowerController`: typically heating devices, some chargers (ChargeX) - no controller ability beyond on/off: switch sockets...
The thresholds today have two roles. They act as hysteresis plus they adjust the operating point. The hysteresis function is *also* covered by the PV mode enable/disable timers. With https://github.com/evcc-io/evcc/issues/6106...
Ich vermute, das ist ein Timingproblem: Pushnachricht wird intern übergeben, dann die Variablen gelöscht. Irgendwann wir die Nachricht prozessiert- zu dem Zeitpunkt sind die spannenden Werte aber schon weg. Hier...
### Proposal First, please excuse me for asking here. https://community.traefik.io/c/yaegi seems a dead link and the community page doesn't have a yaegi section. Please close if inappropriate. ### Background I'd...
Migrated from https://github.com/superfly/litefs-example/issues/10 I'm new to `litefs` and following the example tutorial. The demo application comes up on fly but is unstable. It will serve a few requests and then...
This library is the only one I'm aware of that supports a UDP client. For round-trip testing a UDP server would be a great addition. I gave it a try...