From e5e236510ef56cc71a92e6bd3f724488d454150d Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Sat, 18 Feb 2023 20:47:09 +0100 Subject: [PATCH] webapp: Add additional hint that no data is received if no sun is shining --- webapp/src/locales/de.json | 1 + webapp/src/locales/en.json | 3 ++- webapp/src/locales/fr.json | 1 + webapp/src/views/InverterAdminView.vue | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/webapp/src/locales/de.json b/webapp/src/locales/de.json index d1a78e9..2b2e331 100644 --- a/webapp/src/locales/de.json +++ b/webapp/src/locales/de.json @@ -402,6 +402,7 @@ "AddHint": "Hinweis: Sie können zusätzliche Parameter einstellen, nachdem Sie den Wechselrichter erstellt haben. Verwenden Sie dazu das Stiftsymbol in der Wechselrichterliste.", "InverterList": "Wechselrichterliste", "Status": "Status", + "StatusHint": "Hinweis: 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", "Action": "Aktion", "DeleteInverter": "Wechselrichter löschen", diff --git a/webapp/src/locales/en.json b/webapp/src/locales/en.json index cf6824b..4fbb9e8 100644 --- a/webapp/src/locales/en.json +++ b/webapp/src/locales/en.json @@ -402,6 +402,7 @@ "AddHint": "Hint: You can set additional parameters after you have created the inverter. Use the pen icon in the inverter list.", "InverterList": "Inverter List", "Status": "Status", + "StatusHint": "Hint: 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", "Action": "Action", "DeleteInverter": "Delete inverter", @@ -419,7 +420,7 @@ "StringMaxPower": "Max power string {num}:", "StringMaxPowerHint": "Enter the max power of the connected solar panels.", "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 Wp of the channel to calculate irradiation.", "Cancel": "@:maintenancereboot.Cancel", "Save": "@:dtuadmin.Save", diff --git a/webapp/src/locales/fr.json b/webapp/src/locales/fr.json index 66f5e75..3ffdddd 100644 --- a/webapp/src/locales/fr.json +++ b/webapp/src/locales/fr.json @@ -402,6 +402,7 @@ "AddHint": " Astuce : 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", "Status": "Status", + "StatusHint": "Astuce : 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", "Action": "Action", "DeleteInverter": "Supprimer l'onduleur", diff --git a/webapp/src/views/InverterAdminView.vue b/webapp/src/views/InverterAdminView.vue index 2d63663..a69f30c 100644 --- a/webapp/src/views/InverterAdminView.vue +++ b/webapp/src/views/InverterAdminView.vue @@ -100,6 +100,7 @@ +