action ijenko_place_electricity_self_consumption { label: "Get self-consumption rate of the place" description: "Compute the self-consumption rate of the *Place* on a time period.\n\n`selfConsumption = 1 - (elec_feed_in / elec_total_usage)`\n" provider: ijenko method: GET path: "/places/{placeId}/electricity/self-consumption" encoding: json output: { type: "object" additionalProperties: true } }