webapp: Add additional hint that no data is received if no sun is shining

This commit is contained in:
Thomas Basler 2023-02-18 20:47:09 +01:00
parent 4c14417ea8
commit e5e236510e
4 changed files with 5 additions and 1 deletions

View File

@ -402,6 +402,7 @@
"AddHint": "<b>Hinweis:</b> Sie können zusätzliche Parameter einstellen, nachdem Sie den Wechselrichter erstellt haben. Verwenden Sie dazu das Stiftsymbol in der Wechselrichterliste.", "AddHint": "<b>Hinweis:</b> Sie können zusätzliche Parameter einstellen, nachdem Sie den Wechselrichter erstellt haben. Verwenden Sie dazu das Stiftsymbol in der Wechselrichterliste.",
"InverterList": "Wechselrichterliste", "InverterList": "Wechselrichterliste",
"Status": "Status", "Status": "Status",
"StatusHint": "<b>Hinweis:</b> Der Wechselrichter wird über seinen DC-Eingang mit Strom versorgt. Wenn keine Sonne scheint, ist der Wechselrichter aus. Es können trotzdem Anfragen gesendet werden.",
"Type": "Typ", "Type": "Typ",
"Action": "Aktion", "Action": "Aktion",
"DeleteInverter": "Wechselrichter löschen", "DeleteInverter": "Wechselrichter löschen",

View File

@ -402,6 +402,7 @@
"AddHint": "<b>Hint:</b> You can set additional parameters after you have created the inverter. Use the pen icon in the inverter list.", "AddHint": "<b>Hint:</b> You can set additional parameters after you have created the inverter. Use the pen icon in the inverter list.",
"InverterList": "Inverter List", "InverterList": "Inverter List",
"Status": "Status", "Status": "Status",
"StatusHint": "<b>Hint:</b> The inverter is power by it's DC input. If there is no sun, the inverter is off. Requests can still be sent.",
"Type": "Type", "Type": "Type",
"Action": "Action", "Action": "Action",
"DeleteInverter": "Delete inverter", "DeleteInverter": "Delete inverter",
@ -419,7 +420,7 @@
"StringMaxPower": "Max power string {num}:", "StringMaxPower": "Max power string {num}:",
"StringMaxPowerHint": "Enter the max power of the connected solar panels.", "StringMaxPowerHint": "Enter the max power of the connected solar panels.",
"StringYtOffset": "Yield total offset string {num}:", "StringYtOffset": "Yield total offset string {num}:",
"StringYtOffsetHint": "This offset is applied the read yield total value from the inverter. This can be used to set the yield total of the inverter to zero if a used inverter is used.", "StringYtOffsetHint": "This offset is applied the read yield total value from the inverter. This can be used to set the yield total of the inverter to zero if a used inverter is used. But you can still try polling data.",
"InverterHint": "*) Enter the W<sub>p</sub> of the channel to calculate irradiation.", "InverterHint": "*) Enter the W<sub>p</sub> of the channel to calculate irradiation.",
"Cancel": "@:maintenancereboot.Cancel", "Cancel": "@:maintenancereboot.Cancel",
"Save": "@:dtuadmin.Save", "Save": "@:dtuadmin.Save",

View File

@ -402,6 +402,7 @@
"AddHint": " <b>Astuce :</b> Vous pouvez définir des paramètres supplémentaires après avoir créé l'onduleur. Utilisez l'icône du stylo dans la liste des onduleurs.", "AddHint": " <b>Astuce :</b> Vous pouvez définir des paramètres supplémentaires après avoir créé l'onduleur. Utilisez l'icône du stylo dans la liste des onduleurs.",
"InverterList": "Liste des onduleurs", "InverterList": "Liste des onduleurs",
"Status": "Status", "Status": "Status",
"StatusHint": "<b>Astuce :</b> The inverter is power by it's DC input. If there is no sun, the inverter is off. Requests can still be sent.",
"Type": "Type", "Type": "Type",
"Action": "Action", "Action": "Action",
"DeleteInverter": "Supprimer l'onduleur", "DeleteInverter": "Supprimer l'onduleur",

View File

@ -100,6 +100,7 @@
<InputElement :label="$t('inverteradmin.CommandEnableNight')" <InputElement :label="$t('inverteradmin.CommandEnableNight')"
v-model="selectedInverterData.command_enable_night" v-model="selectedInverterData.command_enable_night"
type="checkbox" wide/> type="checkbox" wide/>
<div class="alert alert-secondary mt-3" role="alert" v-html="$t('inverteradmin.StatusHint')"></div>
</CardElement> </CardElement>
</div> </div>