andig
andig
Taking solar forecast and baseload into account, his PR is supposed to provide a battery forecast, maybe looking like this: JSON ```json "events": [ { "ev": "battery-charge", "ts": "2025-03-08T14:15:00+01:00", "val":...
It would be nice to see the current forecasted power ~~as well as the accumulated forecast error in %~~. This is not possible in the chart.
Fix https://github.com/evcc-io/evcc/issues/15239. This PR makes the HEMS circuit used for SteuVEs configurable. TODO - [ ] integrate power production
## Environment - Platform (select one): - [ ] Anthropic API - [ ] AWS Bedrock - [ ] Google Vertex AI - [x] Other: custom MCP server - Claude...
### The following program `sample.go` triggers an unexpected result ```go package main import ( "fmt" "runtime" "runtime/debug" "time" "github.com/traefik/yaegi/interp" ) func main() { vm := interp.New(interp.Options{}) if _, err :=...
### Proposal Accessing an unimported stdlib package panics instead of returning an error: if _, err := vm.Eval("var ts time.Time"); err != nil { return err } Gives ``` panic:...
> By the way, we already do what you're doing: https://github.com/modelcontextprotocol/go-sdk/blob/main/mcp/tool.go#L121. > > @jba coming back to this out of curiosity. Working with https://github.com/jedisct1/openapi-mcp I've noticed that great effort was...
This simplifies testing. Happy to provide a PR.
Fix typo and remove reference to cem