Skip to content

Ellipro with EM24 as an external meter: With 3-phase charging, only 1/3 of the kWh is displayed. With 1-phase charging, nothing at all. #8399

Ellipro with EM24 as an external meter: With 3-phase charging, only 1/3 of the kWh is displayed. With 1-phase charging, nothing at all.

Ellipro with EM24 as an external meter: With 3-phase charging, only 1/3 of the kWh is displayed. With 1-phase charging, nothing at all. #8399

Workflow file for this run

name: "Stale issue handler"
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
issue_comment:
types: [created]
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
id: stale
with:
days-before-stale: 7
days-before-close: 5
exempt-issue-labels: "pinned,security,backlog,bug"
exempt-pr-labels: "pinned,security,backlog,bug"