Jetzt laust mich doch der Aff. Über den iobroker habe ich Stunden zugebracht, das zum Laufen zu bringen. evcc < 1 Stunde und die Box lädt jetzt. Danke dafür. Meine Konfig sieht nun so aus:
Code
bernd@DietPi:~$ sudo cat /etc/evcc.yaml
# open evcc at http://evcc.local:7070
network:
schema: http
host: evcc.local # .local suffix announces the hostname on MDNS
port: 7070
log: debug
levels:
cache: error
# unique installation id
plant: xxx
interval: 30s # control cycle interval
sponsortoken: xxx
# sponsors can set telemetry: true to enable anonymous data aggregation
# see https://github.com/evcc-io/evcc/discussions/4554
telemetry: false
chargers:
- type: template
template: heidelberg
id: 1
device: /dev/ttyUSB0
baudrate: 19200
comset: 8E1
modbus: rs485serial
name: heidelberg-energy-control
vehicles:
- type: template
template: dacia
user: Dacia
password: xxx
capacity: 27
name: spring
- type: template
template: mg
user: MG
password: xxx
vin: xxx
title: MG4
capacity: 61
name: mg4
loadpoints:
- title: Garage
charger: heidelberg-energy-control
vehicle: spring
mode: minpv
site:
title: Mein Zuhause
meters:
Alles anzeigen
Eine Überschussladungssteuerung brauche ich nicht. Das würde ich manuell machen, mein PV-Speicher bringt ja, wenn die Sonne mal weg geht kurz, auch noch 5 kW/h ein. Nun will ich das ganze mit dem ioBroker koppeln. Ich nehme mal an, MQTT ist die Methode der Wahl?