Skip to content

maxPower: 0 wird ignoriert #33076

Description

@VolkerK62
circuits:
- name: Inselbetrieb
  title: Inselbetrieb
  maxpower: 1400
  parent: main
  GetMaxPower:
    source: http
    uri: localhost:7070/api/state
    jq: if .battery.soc < 13 or .battery.soc > 98 then 1400 else 0 end

Originally posted by @VolkerK62 in #32995 (reply in thread)

Mit else 0 wird nicht disabled. Nimmt man else 1 wird disabled.

Bug or feature?

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs documentationTriggers issue creation in evcc-io/docs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions