-
Beschreibung (auf Deutsch oder Englisch)Habe ein problem mit den Multiplen Erzeugern bei der Einrichtung mit meinem Senec V3 hybrid (ohne duo) Muss ich in der vompose.ymal noch etwas eingeben oder nur in der .env? Hier habe ich folgendes in der Datei: ##################################################################
### Sensor mapping ###
##################################################################
# Where to find the data in the InfluxDB
# Each sensor must be mapped to a measurement and a field
# The format is: INFLUX_SENSOR_NAME=MEASUREMENT:FIELD
# Example: INFLUX_SENSOR_INVERTER_POWER=my_pv:inverter_power
INFLUX_SENSOR_INVERTER_POWER=SENEC:inverter_power
INFLUX_SENSOR_INVERTER_POWER_1=SENEC:mpp1_power
INFLUX_SENSOR_INVERTER_POWER_2=SENEC:mpp2_power
INFLUX_SENSOR_INVERTER_POWER_3=SENEC:mpp3_power
INFLUX_SENSOR_INVERTER_POWER_4=
INFLUX_SENSOR_INVERTER_POWER_5=
INFLUX_SENSOR_HOUSE_POWER=SENEC:house_power
INFLUX_SENSOR_GRID_IMPORT_POWER=SENEC:grid_power_plus
INFLUX_SENSOR_GRID_EXPORT_POWER=SENEC:grid_power_minus
INFLUX_SENSOR_BATTERY_CHARGING_POWER=SENEC:bat_power_plus
INFLUX_SENSOR_BATTERY_DISCHARGING_POWER=SENEC:bat_power_minus
INFLUX_SENSOR_BATTERY_SOC=SENEC:bat_fuel_charge
INFLUX_SENSOR_WALLBOX_POWER=pv:wallbox_power
INFLUX_SENSOR_WALLBOX_CAR_CONNECTED=pv:car_connected
INFLUX_SENSOR_CASE_TEMP=SENEC:case_temp
INFLUX_SENSOR_SYSTEM_STATUS=SENEC:current_state
INFLUX_SENSOR_SYSTEM_STATUS_OK=SENEC:current_state_ok
INFLUX_SENSOR_GRID_EXPORT_LIMIT=SENEC:power_ratio
INFLUX_SENSOR_INVERTER_POWER_FORECAST=forecast:watt
INFLUX_SENSOR_HEATPUMP_POWER=
INFLUX_SENSOR_CAR_BATTERY_SOC=car:battery_soc
INFLUX_SENSOR_CUSTOM_POWER_01=Fahrrad:power
INFLUX_SENSOR_CUSTOM_POWER_02=Waschmaschine:power
INFLUX_SENSOR_CUSTOM_POWER_03=Backofen:power
INFLUX_SENSOR_CUSTOM_POWER_04=Spuelmaschine:power
INFLUX_SENSOR_CUSTOM_POWER_05=Kuehlschrank:power
# Optional: Exclude sensors from house power calculation
# Default is HEATPUMP_POWER (if defined)
INFLUX_EXCLUDE_FROM_HOUSE_POWER=WALLBOX_POWER
##################################################################
### SENEC Collector ###
##################################################################
# The adapter to use
# Values: local, cloud
SENEC_ADAPTER=local
# The IP address or hostname of your SENEC device
# Available only when using the local adapter
SENEC_HOST=192.168.11.45
# The schema protocol to use
# Available only when using the local adapter
# Values: http, https
SENEC_SCHEMA=https
# The language to use for status strings
# Available only when using the local adapter
# Values: de, en, it
SENEC_LANGUAGE=de
# The credentials for mein-senec.de
# Available only when using the cloud adapter
# [email protected]
# SENEC_PASSWORD=my-senec-password
# The system ID of your SENEC device
# Available only when using the cloud adapter
# Can be empty if there is just one system
# SENEC_SYSTEM_ID=123456
# The interval in seconds for polling
# Minimum for local adapter is 5 seconds
# Minimum for cloud adapter is 30 seconds
SENEC_INTERVAL=5
# Measurement name for InfluxDB
INFLUX_MEASUREMENT_SENEC=SENEC
# Optional: Disable specific fields you do not want to send to InfluxDB.
# This can be useful if you are tracking them from another source.
# Comma separated list of fields, no whitespace. Example:
SENEC_IGNORE=wallbox_charge_power Auf der Dashboard Seite kommt dann aber trotzdem Wo liegt der Fehler? mfg Welche Version von SOLECTRUS verwendest du?v0.20.0 Auf welchem Gerät läuft bei dir SOLECTRUS?Synology DS 918+ Auszug aus dem Logfile, sofern zum Verständnis sinnvoll (z.B. bei einem Fehler 500)
Dein vollständiges
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ja, die - INFLUX_SENSOR_INVERTER_POWER_1
- INFLUX_SENSOR_INVERTER_POWER_2
- INFLUX_SENSOR_INVERTER_POWER_3
- INFLUX_SENSOR_INVERTER_POWER_4
- INFLUX_SENSOR_INVERTER_POWER_5 |
Beta Was this translation helpful? Give feedback.
Ja, die
compose.yaml
muss auch erweitert werden, sonst kommen die neuen Variablen niergendwo an. Ergänze also beim Dashboard unterenvironment
diese Liste: