Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update auf evcc 0.106.0 -> could not get machineid: open /etc/machine-id #5036

Closed
aBua-MUC opened this issue Nov 3, 2022 · 1 comment
Closed

Comments

@aBua-MUC
Copy link

aBua-MUC commented Nov 3, 2022

Describe the bug

Nach dem Update auf die Version 106 erfolgt die Fehlermeldung, lief vorher einwandfrei:

today at 10:06:01[main ] FATAL 2022/11/03 10:06:01 could not get machineid: open /etc/machine-id: no such file or directory; for manual configuration use plant: d86d9eeea6756e091a331d335b3b17a5330c98266c1d14b1e4171aa50e5d68ef
today at 10:06:01[main ] FATAL 2022/11/03 10:06:01 will attempt restart in: 5m0s

Steps to reproduce

Update auf 106

Configuration details

`# open evcc at http://evcc.local:7070
network:
schema: http
host: evcc.local # .local suffix announces the hostname on MDNS
port: 7070

log: info
levels:
cache: error

interval: 10s # control cycle interval

sponsortoken: **************

meters:

  • type: template
    template: kostal-plenticore
    id: 71
    host: **************
    port: 1502
    usage: pv
    modbus: tcpip
    name: pv1
  • type: template
    template: kostal-plenticore
    id: 71
    host: **************
    port: 1502
    usage: battery
    modbus: tcpip
    name: battery2
  • type: template
    template: kostal-ksem-inverter
    id: 71
    host: **************
    port: 1502
    usage: grid
    modbus: tcpip
    name: grid3

chargers:

  • type: template
    template: easee
    user: **************
    password: **************
    charger: **************
    name: wallbox4

loadpoints:

  • title: Carport
    charger: wallbox4
    mode: pv
    phases: 0 # Über den Wert kann die Automatik ein- bzw. ausgeschaltet werden. Mögliche Werte: 0|1|3
    mincurrent: 6 # Definiert die minimal genutzte Stromstärke in Ampere (A) pro angeschlossener Phase von der Zuleitung zur Wallbox. Standardwert: 6
    maxcurrent: 16 # Definiert die maximal zulässige Stromstärke in Ampere (A) pro angeschlossener Phase von der Zuleitung zur Wallbox. Standardwert: 16
    vehicle: e-tron Q4
    resetOnDisconnect: true
    enable: # Definiert das Verhalten, wann im PV Modus das Laden begonnen wird.
    threshold: -1400 # Ein positiver Wert für Netzbezug, ein negativer Wert für Export. Bei 0 muss der Export die minimale Ladeleistung erreicht haben.
    delay: 1m
    disable:
    threshold: 200 # maximum import power (W)
    delay: 1m

vehicles:

  • name: e-tron Q4
    type: template
    template: etron
    title: e-tron Q4 # Wird in der Benutzeroberfläche angezeigt # Optional
    user: ************** # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.)
    password: **************!# # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen)
    vin: ************** # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind # Optional
    capacity: 82 # Akku-Kapazität in kWh # Optional
    #minSoC: 20 # Midestladung der Batterie
    #targetSoC: 80 # Maximale Ladung der Batterie
    #cloud: false

tariffs:
currency: EUR # (default EUR)
grid:
# static grid price
type: fixed
price: 0.3145 # [currency]/kWh

feedin:
# rate for feeding excess (pv) energy to the grid
type: fixed
price: 0.07 # [currency]/kWh

site:
title: Impulsgold
meters:
grid: grid3
pvs:
- pv1
batteries:
- battery2`

Log details

today at 10:06:00[main ] INFO 2022/11/03 10:06:00 evcc 0.106.0 today at 10:06:00[main ] INFO 2022/11/03 10:06:00 using config file: /etc/evcc.yaml today at 10:06:00[main ] INFO 2022/11/03 10:06:00 listening at :7070 today at 10:06:01[main ] FATAL 2022/11/03 10:06:01 could not get machineid: open /etc/machine-id: no such file or directory; for manual configuration use plant: d86d9eeea6756e091a331d335b3b17a5330c98266c1d14b1e4171aa50e5d68ef today at 10:06:01[main ] FATAL 2022/11/03 10:06:01 will attempt restart in: 5m0s

What type of operating system are you running?

Docker container

Version

106.0

@naltatis
Copy link
Member

naltatis commented Nov 3, 2022

duplicate #5022

bugfix in PR #5029

@naltatis naltatis closed this as not planned Won't fix, can't repro, duplicate, stale Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants