iobroker.homewizard 0.8.3 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -8
- package/admin/i18n/de.json +121 -0
- package/admin/i18n/en.json +121 -0
- package/admin/i18n/es.json +121 -0
- package/admin/i18n/fr.json +121 -0
- package/admin/i18n/it.json +121 -0
- package/admin/i18n/nl.json +121 -0
- package/admin/i18n/pl.json +121 -0
- package/admin/i18n/pt.json +121 -0
- package/admin/i18n/ru.json +121 -0
- package/admin/i18n/uk.json +121 -0
- package/admin/i18n/zh-cn.json +121 -0
- package/build/lib/discovery.js.map +2 -2
- package/build/lib/i18n.js +42 -0
- package/build/lib/i18n.js.map +7 -0
- package/build/lib/state-manager.js +49 -47
- package/build/lib/state-manager.js.map +2 -2
- package/build/main.js +3 -0
- package/build/main.js.map +2 -2
- package/io-package.json +35 -35
- package/package.json +1 -1
- package/admin/i18n/de/translations.json +0 -15
- package/admin/i18n/en/translations.json +0 -15
- package/admin/i18n/es/translations.json +0 -15
- package/admin/i18n/fr/translations.json +0 -15
- package/admin/i18n/it/translations.json +0 -15
- package/admin/i18n/nl/translations.json +0 -15
- package/admin/i18n/pl/translations.json +0 -15
- package/admin/i18n/pt/translations.json +0 -15
- package/admin/i18n/ru/translations.json +0 -15
- package/admin/i18n/uk/translations.json +0 -15
- package/admin/i18n/zh-cn/translations.json +0 -15
- package/build/lib/i18n-states.js +0 -1460
- package/build/lib/i18n-states.js.map +0 -7
package/README.md
CHANGED
|
@@ -174,6 +174,15 @@ homewizard.0.
|
|
|
174
174
|
Placeholder for the next version (at the beginning of the line):
|
|
175
175
|
### **WORK IN PROGRESS**
|
|
176
176
|
-->
|
|
177
|
+
### 0.9.1 (2026-05-23)
|
|
178
|
+
|
|
179
|
+
- CI check-and-lint updated to Node.js 24
|
|
180
|
+
|
|
181
|
+
### 0.9.0 (2026-05-22)
|
|
182
|
+
|
|
183
|
+
- User-modified state names are no longer overwritten on adapter restart
|
|
184
|
+
- State name translations migrated to standard ioBroker i18n framework
|
|
185
|
+
|
|
177
186
|
### 0.8.3 (2026-05-21)
|
|
178
187
|
|
|
179
188
|
- Use community-standard event handler pattern
|
|
@@ -186,14 +195,6 @@ homewizard.0.
|
|
|
186
195
|
|
|
187
196
|
- Internal cleanup. No user-facing changes.
|
|
188
197
|
|
|
189
|
-
### 0.8.0 (2026-05-17)
|
|
190
|
-
|
|
191
|
-
- Internal modernization. No user-facing changes. Requires Node.js 22+.
|
|
192
|
-
|
|
193
|
-
### 0.7.8 (2026-05-13)
|
|
194
|
-
|
|
195
|
-
- Debug log now traces every HTTPS API call and device-state lifecycle — easier diagnostics for chronic bouncing or pairing/recovery issues.
|
|
196
|
-
|
|
197
198
|
### Support Development
|
|
198
199
|
|
|
199
200
|
This adapter is free and open source. If you find it useful, consider buying me a coffee:
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
{
|
|
2
|
+
"headerPairing": "Gerät hinzufügen",
|
|
3
|
+
"pairingAutoHeader": "Automatisch (mDNS)",
|
|
4
|
+
"pairingAutoInfo": "1. Gehe zum Objekte-Tab und setze 'homewizard.0.startPairing' auf true.\n2. Drücke innerhalb von 60 Sekunden den physischen Knopf am HomeWizard-Gerät.\n3. Das Gerät wird automatisch erkannt und erscheint unter dieser Adapterinstanz.",
|
|
5
|
+
"pairingManualHeader": "Manuell (feste IP)",
|
|
6
|
+
"pairingManualInfo": "Falls mDNS nicht verfügbar ist (z.B. anderes VLAN oder Docker):\n1. Setze 'homewizard.0.pairingIp' auf die IP-Adresse des Geräts.\n2. Setze dann 'homewizard.0.startPairing' auf true.\n3. Drücke innerhalb von 60 Sekunden den physischen Knopf am Gerät.",
|
|
7
|
+
"headerDevices": "Geräte verwalten",
|
|
8
|
+
"devicesInfo": "Alle gekoppelten Geräte sind im Objekte-Tab unter 'homewizard.0' aufgelistet. Jedes Gerät hat einen eigenen Ordner (z.B. hwe-p1_5c2fafaabbcc) mit Messdaten, Systemeinstellungen und Geräteinformationen.\n\nUm ein Gerät zu entfernen, setze dessen 'remove'-Datenpunkt auf true. Das Gerät und alle zugehörigen Datenpunkte werden sofort gelöscht.",
|
|
9
|
+
"headerPrerequisites": "Voraussetzungen",
|
|
10
|
+
"prerequisitesInfo": "Die lokale API muss am HomeWizard-Gerät aktiviert sein. Öffne die HomeWizard-App → Einstellungen → Messgeräte → dein Gerät → Lokale API → Aktivieren.",
|
|
11
|
+
"supportHeader": "Unterstützung",
|
|
12
|
+
"aboutInfo": "Dieser Adapter ist kostenlos und Open Source. Wenn er dir nützlich ist, unterstütze die Entwicklung gerne mit einer kleinen Spende.",
|
|
13
|
+
"donateKofi": "Unterstützen auf Ko-fi",
|
|
14
|
+
"donatePaypal": "Über PayPal spenden",
|
|
15
|
+
"info": "Adapter-Informationen",
|
|
16
|
+
"infoConnection": "Verbindungsstatus",
|
|
17
|
+
"startPairing": "Pairing-Modus starten",
|
|
18
|
+
"pairingIp": "Geräte-IP für manuelles Pairing",
|
|
19
|
+
"deviceInformation": "Geräteinformationen",
|
|
20
|
+
"measurement": "Messdaten",
|
|
21
|
+
"externalMeters": "Externe Zähler",
|
|
22
|
+
"systemSettings": "Systemeinstellungen",
|
|
23
|
+
"batteryControl": "Batteriesteuerung",
|
|
24
|
+
"externalValue": "Wert",
|
|
25
|
+
"externalUnit": "Einheit",
|
|
26
|
+
"externalTimestamp": "Zeitstempel",
|
|
27
|
+
"productName": "Produktname",
|
|
28
|
+
"productType": "Produkttyp",
|
|
29
|
+
"firmware": "Firmware-Version",
|
|
30
|
+
"connected": "Gerät verbunden",
|
|
31
|
+
"wifiRssi": "WLAN-Signalstärke",
|
|
32
|
+
"uptime": "Betriebsdauer",
|
|
33
|
+
"removeDevice": "Gerät entfernen",
|
|
34
|
+
"rebootDevice": "Gerät neu starten",
|
|
35
|
+
"identify": "Identifizieren (LED blinkt)",
|
|
36
|
+
"cloudEnabled": "Cloud aktiviert",
|
|
37
|
+
"ledBrightness": "LED-Helligkeit",
|
|
38
|
+
"apiV1Enabled": "API v1 aktiviert (Legacy)",
|
|
39
|
+
"batteryMode": "Batterie-Modus",
|
|
40
|
+
"batteryPermissions": "Batterie-Berechtigungen",
|
|
41
|
+
"batteryCount": "Verbundene Batterien",
|
|
42
|
+
"batteryPower": "Batterieleistung",
|
|
43
|
+
"batteryTargetPower": "Soll-Leistung",
|
|
44
|
+
"batteryMaxConsumption": "Max. Verbrauch",
|
|
45
|
+
"batteryMaxProduction": "Max. Erzeugung",
|
|
46
|
+
"powerTotal": "Gesamtleistung",
|
|
47
|
+
"powerL1": "Leistung L1",
|
|
48
|
+
"powerL2": "Leistung L2",
|
|
49
|
+
"powerL3": "Leistung L3",
|
|
50
|
+
"voltage": "Spannung",
|
|
51
|
+
"voltageL1": "Spannung L1",
|
|
52
|
+
"voltageL2": "Spannung L2",
|
|
53
|
+
"voltageL3": "Spannung L3",
|
|
54
|
+
"current": "Strom",
|
|
55
|
+
"currentL1": "Strom L1",
|
|
56
|
+
"currentL2": "Strom L2",
|
|
57
|
+
"currentL3": "Strom L3",
|
|
58
|
+
"frequency": "Netzfrequenz",
|
|
59
|
+
"tariff": "Aktiver Tarif",
|
|
60
|
+
"energyImportTotal": "Energie-Import gesamt",
|
|
61
|
+
"energyImportT1": "Energie-Import T1",
|
|
62
|
+
"energyImportT2": "Energie-Import T2",
|
|
63
|
+
"energyImportT3": "Energie-Import T3",
|
|
64
|
+
"energyImportT4": "Energie-Import T4",
|
|
65
|
+
"energyExportTotal": "Energie-Export gesamt",
|
|
66
|
+
"energyExportT1": "Energie-Export T1",
|
|
67
|
+
"energyExportT2": "Energie-Export T2",
|
|
68
|
+
"energyExportT3": "Energie-Export T3",
|
|
69
|
+
"energyExportT4": "Energie-Export T4",
|
|
70
|
+
"voltageSagL1": "Spannungseinbrüche L1",
|
|
71
|
+
"voltageSagL2": "Spannungseinbrüche L2",
|
|
72
|
+
"voltageSagL3": "Spannungseinbrüche L3",
|
|
73
|
+
"voltageSwellL1": "Spannungserhöhungen L1",
|
|
74
|
+
"voltageSwellL2": "Spannungserhöhungen L2",
|
|
75
|
+
"voltageSwellL3": "Spannungserhöhungen L3",
|
|
76
|
+
"powerFailCount": "Stromausfälle",
|
|
77
|
+
"longPowerFailCount": "Lange Stromausfälle",
|
|
78
|
+
"avgPower15m": "Durchschnittsleistung (15 Min)",
|
|
79
|
+
"monthlyPowerPeak": "Monatliche Spitzenleistung",
|
|
80
|
+
"monthlyPowerPeakTimestamp": "Zeitstempel monatlicher Spitze",
|
|
81
|
+
"apparentCurrent": "Scheinstrom",
|
|
82
|
+
"apparentCurrentL1": "Scheinstrom L1",
|
|
83
|
+
"apparentCurrentL2": "Scheinstrom L2",
|
|
84
|
+
"apparentCurrentL3": "Scheinstrom L3",
|
|
85
|
+
"reactiveCurrent": "Blindstrom",
|
|
86
|
+
"reactiveCurrentL1": "Blindstrom L1",
|
|
87
|
+
"reactiveCurrentL2": "Blindstrom L2",
|
|
88
|
+
"reactiveCurrentL3": "Blindstrom L3",
|
|
89
|
+
"apparentPower": "Scheinleistung",
|
|
90
|
+
"apparentPowerL1": "Scheinleistung L1",
|
|
91
|
+
"apparentPowerL2": "Scheinleistung L2",
|
|
92
|
+
"apparentPowerL3": "Scheinleistung L3",
|
|
93
|
+
"reactivePower": "Blindleistung",
|
|
94
|
+
"reactivePowerL1": "Blindleistung L1",
|
|
95
|
+
"reactivePowerL2": "Blindleistung L2",
|
|
96
|
+
"reactivePowerL3": "Blindleistung L3",
|
|
97
|
+
"powerFactor": "Leistungsfaktor",
|
|
98
|
+
"powerFactorL1": "Leistungsfaktor L1",
|
|
99
|
+
"powerFactorL2": "Leistungsfaktor L2",
|
|
100
|
+
"powerFactorL3": "Leistungsfaktor L3",
|
|
101
|
+
"stateOfCharge": "Ladezustand",
|
|
102
|
+
"cycles": "Ladezyklen",
|
|
103
|
+
"meterModel": "Zählertyp",
|
|
104
|
+
"measurementTimestamp": "Mess-Zeitstempel",
|
|
105
|
+
"voltageSag": "Anzahl Spannungseinbrüche (Spannung unter Schwellwert des Zählers gefallen)",
|
|
106
|
+
"voltageSwell": "Anzahl Spannungserhöhungen (Spannung über Schwellwert des Zählers)",
|
|
107
|
+
"powerFailCountDesc": "Gesamtzahl der vom Zähler erfassten Stromausfälle",
|
|
108
|
+
"longPowerFailCountDesc": "Anzahl langer Stromausfälle (in der Regel > 3 Minuten)",
|
|
109
|
+
"belgiumCapacityTariff": "Belgischer Kapazitätstarif: 15-Minuten-Mittel und Monatsspitze (Grundlage für leistungsabhängige Abrechnung)",
|
|
110
|
+
"powerFactorDesc": "Verhältnis Wirkleistung zu Scheinleistung (-1.0 bis +1.0; 1.0 = rein ohmsche Last)",
|
|
111
|
+
"batteryModeDesc": "Betriebsmodus: zero (keine Netzeinspeisung), to_full (auf Maximum laden), standby",
|
|
112
|
+
"startPairingDesc": "Auf true setzen, um die mDNS-Suche zu starten und ein neues HomeWizard-Gerät zu koppeln (60 Sekunden Zeitfenster)",
|
|
113
|
+
"removeDeviceDesc": "Auf true setzen, um dieses Gerät zu trennen, alle Daten zu löschen und dauerhaft zu entfernen",
|
|
114
|
+
"tariff1": "Tarif 1 (T1)",
|
|
115
|
+
"tariff2": "Tarif 2 (T2)",
|
|
116
|
+
"tariff3": "Tarif 3 (T3)",
|
|
117
|
+
"tariff4": "Tarif 4 (T4)",
|
|
118
|
+
"modeZero": "Zero (keine Netzeinspeisung)",
|
|
119
|
+
"modeToFull": "To full (auf Maximum laden)",
|
|
120
|
+
"modeStandby": "Standby"
|
|
121
|
+
}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
{
|
|
2
|
+
"headerPairing": "Add Device",
|
|
3
|
+
"pairingAutoHeader": "Automatic (mDNS)",
|
|
4
|
+
"pairingAutoInfo": "1. Go to the Objects tab and set 'homewizard.0.startPairing' to true.\n2. Press the physical button on your HomeWizard device within 60 seconds.\n3. The device is discovered automatically and appears under this adapter instance.",
|
|
5
|
+
"pairingManualHeader": "Manual (fixed IP)",
|
|
6
|
+
"pairingManualInfo": "If mDNS is not available (e.g. different VLAN or Docker):\n1. Set 'homewizard.0.pairingIp' to the IP address of your device.\n2. Then set 'homewizard.0.startPairing' to true.\n3. Press the physical button on the device within 60 seconds.",
|
|
7
|
+
"headerDevices": "Manage Devices",
|
|
8
|
+
"devicesInfo": "All paired devices are listed in the Objects tab under 'homewizard.0'. Each device has its own folder (e.g. hwe-p1_5c2fafaabbcc) with measurement data, system settings, and device info.\n\nTo remove a device, set its 'remove' data point to true. The device and all its data points will be deleted immediately.",
|
|
9
|
+
"headerPrerequisites": "Prerequisites",
|
|
10
|
+
"prerequisitesInfo": "The local API must be enabled on your HomeWizard device. Open the HomeWizard app → Settings → Meters → your device → Local API → Enable.",
|
|
11
|
+
"supportHeader": "Support",
|
|
12
|
+
"aboutInfo": "This adapter is free and open source. If you find it useful, please consider supporting its development with a small donation.",
|
|
13
|
+
"donateKofi": "Support on Ko-fi",
|
|
14
|
+
"donatePaypal": "Donate via PayPal",
|
|
15
|
+
"info": "Adapter Information",
|
|
16
|
+
"infoConnection": "Connection status",
|
|
17
|
+
"startPairing": "Start pairing mode",
|
|
18
|
+
"pairingIp": "Device IP for manual pairing",
|
|
19
|
+
"deviceInformation": "Device Information",
|
|
20
|
+
"measurement": "Measurement",
|
|
21
|
+
"externalMeters": "External Meters",
|
|
22
|
+
"systemSettings": "System Settings",
|
|
23
|
+
"batteryControl": "Battery Control",
|
|
24
|
+
"externalValue": "Value",
|
|
25
|
+
"externalUnit": "Unit",
|
|
26
|
+
"externalTimestamp": "Timestamp",
|
|
27
|
+
"productName": "Product name",
|
|
28
|
+
"productType": "Product type",
|
|
29
|
+
"firmware": "Firmware version",
|
|
30
|
+
"connected": "Device connected",
|
|
31
|
+
"wifiRssi": "WiFi signal strength",
|
|
32
|
+
"uptime": "Uptime",
|
|
33
|
+
"removeDevice": "Remove device",
|
|
34
|
+
"rebootDevice": "Reboot device",
|
|
35
|
+
"identify": "Identify (blink LED)",
|
|
36
|
+
"cloudEnabled": "Cloud enabled",
|
|
37
|
+
"ledBrightness": "LED brightness",
|
|
38
|
+
"apiV1Enabled": "API v1 enabled (legacy)",
|
|
39
|
+
"batteryMode": "Battery mode",
|
|
40
|
+
"batteryPermissions": "Battery permissions",
|
|
41
|
+
"batteryCount": "Connected batteries",
|
|
42
|
+
"batteryPower": "Battery power",
|
|
43
|
+
"batteryTargetPower": "Target power",
|
|
44
|
+
"batteryMaxConsumption": "Max consumption",
|
|
45
|
+
"batteryMaxProduction": "Max production",
|
|
46
|
+
"powerTotal": "Total power",
|
|
47
|
+
"powerL1": "Power L1",
|
|
48
|
+
"powerL2": "Power L2",
|
|
49
|
+
"powerL3": "Power L3",
|
|
50
|
+
"voltage": "Voltage",
|
|
51
|
+
"voltageL1": "Voltage L1",
|
|
52
|
+
"voltageL2": "Voltage L2",
|
|
53
|
+
"voltageL3": "Voltage L3",
|
|
54
|
+
"current": "Current",
|
|
55
|
+
"currentL1": "Current L1",
|
|
56
|
+
"currentL2": "Current L2",
|
|
57
|
+
"currentL3": "Current L3",
|
|
58
|
+
"frequency": "Grid frequency",
|
|
59
|
+
"tariff": "Active tariff",
|
|
60
|
+
"energyImportTotal": "Energy import total",
|
|
61
|
+
"energyImportT1": "Energy import T1",
|
|
62
|
+
"energyImportT2": "Energy import T2",
|
|
63
|
+
"energyImportT3": "Energy import T3",
|
|
64
|
+
"energyImportT4": "Energy import T4",
|
|
65
|
+
"energyExportTotal": "Energy export total",
|
|
66
|
+
"energyExportT1": "Energy export T1",
|
|
67
|
+
"energyExportT2": "Energy export T2",
|
|
68
|
+
"energyExportT3": "Energy export T3",
|
|
69
|
+
"energyExportT4": "Energy export T4",
|
|
70
|
+
"voltageSagL1": "Voltage sag count L1",
|
|
71
|
+
"voltageSagL2": "Voltage sag count L2",
|
|
72
|
+
"voltageSagL3": "Voltage sag count L3",
|
|
73
|
+
"voltageSwellL1": "Voltage swell count L1",
|
|
74
|
+
"voltageSwellL2": "Voltage swell count L2",
|
|
75
|
+
"voltageSwellL3": "Voltage swell count L3",
|
|
76
|
+
"powerFailCount": "Power fail count",
|
|
77
|
+
"longPowerFailCount": "Long power fail count",
|
|
78
|
+
"avgPower15m": "Average power (15 min)",
|
|
79
|
+
"monthlyPowerPeak": "Monthly power peak",
|
|
80
|
+
"monthlyPowerPeakTimestamp": "Monthly peak timestamp",
|
|
81
|
+
"apparentCurrent": "Apparent current",
|
|
82
|
+
"apparentCurrentL1": "Apparent current L1",
|
|
83
|
+
"apparentCurrentL2": "Apparent current L2",
|
|
84
|
+
"apparentCurrentL3": "Apparent current L3",
|
|
85
|
+
"reactiveCurrent": "Reactive current",
|
|
86
|
+
"reactiveCurrentL1": "Reactive current L1",
|
|
87
|
+
"reactiveCurrentL2": "Reactive current L2",
|
|
88
|
+
"reactiveCurrentL3": "Reactive current L3",
|
|
89
|
+
"apparentPower": "Apparent power",
|
|
90
|
+
"apparentPowerL1": "Apparent power L1",
|
|
91
|
+
"apparentPowerL2": "Apparent power L2",
|
|
92
|
+
"apparentPowerL3": "Apparent power L3",
|
|
93
|
+
"reactivePower": "Reactive power",
|
|
94
|
+
"reactivePowerL1": "Reactive power L1",
|
|
95
|
+
"reactivePowerL2": "Reactive power L2",
|
|
96
|
+
"reactivePowerL3": "Reactive power L3",
|
|
97
|
+
"powerFactor": "Power factor",
|
|
98
|
+
"powerFactorL1": "Power factor L1",
|
|
99
|
+
"powerFactorL2": "Power factor L2",
|
|
100
|
+
"powerFactorL3": "Power factor L3",
|
|
101
|
+
"stateOfCharge": "State of charge",
|
|
102
|
+
"cycles": "Charge cycles",
|
|
103
|
+
"meterModel": "Meter model",
|
|
104
|
+
"measurementTimestamp": "Measurement timestamp",
|
|
105
|
+
"voltageSag": "Number of voltage sag events (voltage dropped below the meter's threshold)",
|
|
106
|
+
"voltageSwell": "Number of voltage swell events (voltage exceeded the meter's threshold)",
|
|
107
|
+
"powerFailCountDesc": "Total number of grid power outages recorded by the meter",
|
|
108
|
+
"longPowerFailCountDesc": "Number of long power outages (typically > 3 minutes)",
|
|
109
|
+
"belgiumCapacityTariff": "Belgian capacity tariff: 15-minute average and monthly peak (drives demand-based billing)",
|
|
110
|
+
"powerFactorDesc": "Ratio of active to apparent power (range -1.0 to +1.0; 1.0 = purely resistive load)",
|
|
111
|
+
"batteryModeDesc": "Operating mode: zero (no grid feed-in), to_full (charge to maximum), standby",
|
|
112
|
+
"startPairingDesc": "Set to true to start mDNS discovery and pair a new HomeWizard device (60-second window)",
|
|
113
|
+
"removeDeviceDesc": "Set to true to disconnect, delete and remove this device permanently",
|
|
114
|
+
"tariff1": "Tariff 1 (T1)",
|
|
115
|
+
"tariff2": "Tariff 2 (T2)",
|
|
116
|
+
"tariff3": "Tariff 3 (T3)",
|
|
117
|
+
"tariff4": "Tariff 4 (T4)",
|
|
118
|
+
"modeZero": "Zero (no grid feed-in)",
|
|
119
|
+
"modeToFull": "To full (charge to maximum)",
|
|
120
|
+
"modeStandby": "Standby"
|
|
121
|
+
}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
{
|
|
2
|
+
"headerPairing": "Agregar dispositivo",
|
|
3
|
+
"pairingAutoHeader": "Automático (mDNS)",
|
|
4
|
+
"pairingAutoInfo": "1. Ve a la pestaña Objetos y establece 'homewizard.0.startPairing' en true.\n2. Presiona el botón físico en tu dispositivo HomeWizard dentro de 60 segundos.\n3. El dispositivo se descubre automáticamente y aparece bajo esta instancia del adaptador.",
|
|
5
|
+
"pairingManualHeader": "Manual (IP fija)",
|
|
6
|
+
"pairingManualInfo": "Si mDNS no está disponible (ej.: VLAN diferente o Docker):\n1. Establece 'homewizard.0.pairingIp' en la dirección IP del dispositivo.\n2. Luego establece 'homewizard.0.startPairing' en true.\n3. Presiona el botón físico en el dispositivo dentro de 60 segundos.",
|
|
7
|
+
"headerDevices": "Gestionar dispositivos",
|
|
8
|
+
"devicesInfo": "Todos los dispositivos emparejados están listados en la pestaña Objetos bajo 'homewizard.0'. Cada dispositivo tiene su propia carpeta (ej.: hwe-p1_5c2fafaabbcc) con datos de medición, configuraciones del sistema e información del dispositivo.\n\nPara eliminar un dispositivo, establece su punto de datos 'remove' en true. El dispositivo y todos sus puntos de datos se eliminarán inmediatamente.",
|
|
9
|
+
"headerPrerequisites": "Requisitos previos",
|
|
10
|
+
"prerequisitesInfo": "La API local debe estar activada en tu dispositivo HomeWizard. Abre la app HomeWizard → Configuración → Medidores → tu dispositivo → API Local → Activar.",
|
|
11
|
+
"supportHeader": "Apoyo",
|
|
12
|
+
"aboutInfo": "Este adaptador es gratuito y de código abierto. Si lo encuentras útil, considera apoyar su desarrollo con una pequeña donación.",
|
|
13
|
+
"donateKofi": "Apoyar en Ko-fi",
|
|
14
|
+
"donatePaypal": "Donar vía PayPal",
|
|
15
|
+
"info": "Información del adaptador",
|
|
16
|
+
"infoConnection": "Estado de la conexión",
|
|
17
|
+
"startPairing": "Iniciar modo de emparejamiento",
|
|
18
|
+
"pairingIp": "IP del dispositivo para emparejamiento manual",
|
|
19
|
+
"deviceInformation": "Información del dispositivo",
|
|
20
|
+
"measurement": "Medición",
|
|
21
|
+
"externalMeters": "Medidores externos",
|
|
22
|
+
"systemSettings": "Configuración del sistema",
|
|
23
|
+
"batteryControl": "Control de batería",
|
|
24
|
+
"externalValue": "Valor",
|
|
25
|
+
"externalUnit": "Unidad",
|
|
26
|
+
"externalTimestamp": "Marca de tiempo",
|
|
27
|
+
"productName": "Nombre del producto",
|
|
28
|
+
"productType": "Tipo de producto",
|
|
29
|
+
"firmware": "Versión del firmware",
|
|
30
|
+
"connected": "Dispositivo conectado",
|
|
31
|
+
"wifiRssi": "Intensidad de la señal WiFi",
|
|
32
|
+
"uptime": "Tiempo de actividad",
|
|
33
|
+
"removeDevice": "Eliminar dispositivo",
|
|
34
|
+
"rebootDevice": "Reiniciar dispositivo",
|
|
35
|
+
"identify": "Identificar (LED parpadea)",
|
|
36
|
+
"cloudEnabled": "Cloud activada",
|
|
37
|
+
"ledBrightness": "Brillo del LED",
|
|
38
|
+
"apiV1Enabled": "API v1 activada (legacy)",
|
|
39
|
+
"batteryMode": "Modo de la batería",
|
|
40
|
+
"batteryPermissions": "Permisos de la batería",
|
|
41
|
+
"batteryCount": "Baterías conectadas",
|
|
42
|
+
"batteryPower": "Potencia de la batería",
|
|
43
|
+
"batteryTargetPower": "Potencia objetivo",
|
|
44
|
+
"batteryMaxConsumption": "Consumo máx.",
|
|
45
|
+
"batteryMaxProduction": "Producción máx.",
|
|
46
|
+
"powerTotal": "Potencia total",
|
|
47
|
+
"powerL1": "Potencia L1",
|
|
48
|
+
"powerL2": "Potencia L2",
|
|
49
|
+
"powerL3": "Potencia L3",
|
|
50
|
+
"voltage": "Voltaje",
|
|
51
|
+
"voltageL1": "Voltaje L1",
|
|
52
|
+
"voltageL2": "Voltaje L2",
|
|
53
|
+
"voltageL3": "Voltaje L3",
|
|
54
|
+
"current": "Corriente",
|
|
55
|
+
"currentL1": "Corriente L1",
|
|
56
|
+
"currentL2": "Corriente L2",
|
|
57
|
+
"currentL3": "Corriente L3",
|
|
58
|
+
"frequency": "Frecuencia de la red",
|
|
59
|
+
"tariff": "Tarifa activa",
|
|
60
|
+
"energyImportTotal": "Energía importada total",
|
|
61
|
+
"energyImportT1": "Energía importada T1",
|
|
62
|
+
"energyImportT2": "Energía importada T2",
|
|
63
|
+
"energyImportT3": "Energía importada T3",
|
|
64
|
+
"energyImportT4": "Energía importada T4",
|
|
65
|
+
"energyExportTotal": "Energía exportada total",
|
|
66
|
+
"energyExportT1": "Energía exportada T1",
|
|
67
|
+
"energyExportT2": "Energía exportada T2",
|
|
68
|
+
"energyExportT3": "Energía exportada T3",
|
|
69
|
+
"energyExportT4": "Energía exportada T4",
|
|
70
|
+
"voltageSagL1": "Cuenta de caídas de tensión L1",
|
|
71
|
+
"voltageSagL2": "Cuenta de caídas de tensión L2",
|
|
72
|
+
"voltageSagL3": "Cuenta de caídas de tensión L3",
|
|
73
|
+
"voltageSwellL1": "Cuenta de picos de tensión L1",
|
|
74
|
+
"voltageSwellL2": "Cuenta de picos de tensión L2",
|
|
75
|
+
"voltageSwellL3": "Cuenta de picos de tensión L3",
|
|
76
|
+
"powerFailCount": "Cuenta de cortes de energía",
|
|
77
|
+
"longPowerFailCount": "Cuenta de cortes largos",
|
|
78
|
+
"avgPower15m": "Potencia media (15 min)",
|
|
79
|
+
"monthlyPowerPeak": "Pico mensual de potencia",
|
|
80
|
+
"monthlyPowerPeakTimestamp": "Marca de tiempo del pico mensual",
|
|
81
|
+
"apparentCurrent": "Corriente aparente",
|
|
82
|
+
"apparentCurrentL1": "Corriente aparente L1",
|
|
83
|
+
"apparentCurrentL2": "Corriente aparente L2",
|
|
84
|
+
"apparentCurrentL3": "Corriente aparente L3",
|
|
85
|
+
"reactiveCurrent": "Corriente reactiva",
|
|
86
|
+
"reactiveCurrentL1": "Corriente reactiva L1",
|
|
87
|
+
"reactiveCurrentL2": "Corriente reactiva L2",
|
|
88
|
+
"reactiveCurrentL3": "Corriente reactiva L3",
|
|
89
|
+
"apparentPower": "Potencia aparente",
|
|
90
|
+
"apparentPowerL1": "Potencia aparente L1",
|
|
91
|
+
"apparentPowerL2": "Potencia aparente L2",
|
|
92
|
+
"apparentPowerL3": "Potencia aparente L3",
|
|
93
|
+
"reactivePower": "Potencia reactiva",
|
|
94
|
+
"reactivePowerL1": "Potencia reactiva L1",
|
|
95
|
+
"reactivePowerL2": "Potencia reactiva L2",
|
|
96
|
+
"reactivePowerL3": "Potencia reactiva L3",
|
|
97
|
+
"powerFactor": "Factor de potencia",
|
|
98
|
+
"powerFactorL1": "Factor de potencia L1",
|
|
99
|
+
"powerFactorL2": "Factor de potencia L2",
|
|
100
|
+
"powerFactorL3": "Factor de potencia L3",
|
|
101
|
+
"stateOfCharge": "Estado de carga",
|
|
102
|
+
"cycles": "Ciclos de carga",
|
|
103
|
+
"meterModel": "Modelo del medidor",
|
|
104
|
+
"measurementTimestamp": "Marca de tiempo de la medición",
|
|
105
|
+
"voltageSag": "Número de caídas de tensión (tensión por debajo del umbral del medidor)",
|
|
106
|
+
"voltageSwell": "Número de picos de tensión (tensión por encima del umbral del medidor)",
|
|
107
|
+
"powerFailCountDesc": "Número total de cortes de red registrados por el medidor",
|
|
108
|
+
"longPowerFailCountDesc": "Número de cortes largos (generalmente > 3 minutos)",
|
|
109
|
+
"belgiumCapacityTariff": "Tarifa de capacidad belga: promedio 15 min y pico mensual (facturación por demanda)",
|
|
110
|
+
"powerFactorDesc": "Relación entre potencia activa y aparente (-1,0 a +1,0; 1,0 = carga puramente resistiva)",
|
|
111
|
+
"batteryModeDesc": "Modo de operación: zero (sin inyección a red), to_full (cargar al máximo), standby",
|
|
112
|
+
"startPairingDesc": "Establece en true para iniciar la detección mDNS y emparejar un nuevo dispositivo HomeWizard (ventana de 60 segundos)",
|
|
113
|
+
"removeDeviceDesc": "Establece en true para desconectar, borrar y eliminar permanentemente este dispositivo",
|
|
114
|
+
"tariff1": "Tarifa 1 (T1)",
|
|
115
|
+
"tariff2": "Tarifa 2 (T2)",
|
|
116
|
+
"tariff3": "Tarifa 3 (T3)",
|
|
117
|
+
"tariff4": "Tarifa 4 (T4)",
|
|
118
|
+
"modeZero": "Zero (sin inyección a red)",
|
|
119
|
+
"modeToFull": "To full (cargar al máximo)",
|
|
120
|
+
"modeStandby": "Standby"
|
|
121
|
+
}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
{
|
|
2
|
+
"headerPairing": "Ajouter un appareil",
|
|
3
|
+
"pairingAutoHeader": "Automatique (mDNS)",
|
|
4
|
+
"pairingAutoInfo": "1. Allez dans l'onglet Objets et définissez 'homewizard.0.startPairing' sur true.\n2. Appuyez sur le bouton physique de votre appareil HomeWizard dans les 60 secondes.\n3. L'appareil est découvert automatiquement et apparaît sous cette instance d'adaptateur.",
|
|
5
|
+
"pairingManualHeader": "Manuel (IP fixe)",
|
|
6
|
+
"pairingManualInfo": "Si mDNS n'est pas disponible (ex. : VLAN différent ou Docker) :\n1. Définissez 'homewizard.0.pairingIp' sur l'adresse IP de l'appareil.\n2. Puis définissez 'homewizard.0.startPairing' sur true.\n3. Appuyez sur le bouton physique de l'appareil dans les 60 secondes.",
|
|
7
|
+
"headerDevices": "Gérer les appareils",
|
|
8
|
+
"devicesInfo": "Tous les appareils appairés sont listés dans l'onglet Objets sous 'homewizard.0'. Chaque appareil a son propre dossier (ex. : hwe-p1_5c2fafaabbcc) avec les données de mesure, les paramètres système et les informations de l'appareil.\n\nPour supprimer un appareil, définissez son point de données 'remove' sur true. L'appareil et tous ses points de données seront supprimés immédiatement.",
|
|
9
|
+
"headerPrerequisites": "Prérequis",
|
|
10
|
+
"prerequisitesInfo": "L'API locale doit être activée sur votre appareil HomeWizard. Ouvrez l'application HomeWizard → Paramètres → Compteurs → votre appareil → API Locale → Activer.",
|
|
11
|
+
"supportHeader": "Soutien",
|
|
12
|
+
"aboutInfo": "Cet adaptateur est gratuit et open source. Si vous le trouvez utile, pensez à soutenir son développement avec un petit don.",
|
|
13
|
+
"donateKofi": "Soutenir sur Ko-fi",
|
|
14
|
+
"donatePaypal": "Faire un don via PayPal",
|
|
15
|
+
"info": "Informations sur l'adaptateur",
|
|
16
|
+
"infoConnection": "État de la connexion",
|
|
17
|
+
"startPairing": "Démarrer le mode d'appairage",
|
|
18
|
+
"pairingIp": "IP de l'appareil pour l'appairage manuel",
|
|
19
|
+
"deviceInformation": "Informations sur l'appareil",
|
|
20
|
+
"measurement": "Mesure",
|
|
21
|
+
"externalMeters": "Compteurs externes",
|
|
22
|
+
"systemSettings": "Paramètres système",
|
|
23
|
+
"batteryControl": "Contrôle de la batterie",
|
|
24
|
+
"externalValue": "Valeur",
|
|
25
|
+
"externalUnit": "Unité",
|
|
26
|
+
"externalTimestamp": "Horodatage",
|
|
27
|
+
"productName": "Nom du produit",
|
|
28
|
+
"productType": "Type de produit",
|
|
29
|
+
"firmware": "Version du firmware",
|
|
30
|
+
"connected": "Appareil connecté",
|
|
31
|
+
"wifiRssi": "Force du signal WiFi",
|
|
32
|
+
"uptime": "Temps de fonctionnement",
|
|
33
|
+
"removeDevice": "Supprimer l'appareil",
|
|
34
|
+
"rebootDevice": "Redémarrer l'appareil",
|
|
35
|
+
"identify": "Identifier (LED clignote)",
|
|
36
|
+
"cloudEnabled": "Cloud activé",
|
|
37
|
+
"ledBrightness": "Luminosité de la LED",
|
|
38
|
+
"apiV1Enabled": "API v1 activée (héritée)",
|
|
39
|
+
"batteryMode": "Mode de la batterie",
|
|
40
|
+
"batteryPermissions": "Permissions de la batterie",
|
|
41
|
+
"batteryCount": "Batteries connectées",
|
|
42
|
+
"batteryPower": "Puissance de la batterie",
|
|
43
|
+
"batteryTargetPower": "Puissance cible",
|
|
44
|
+
"batteryMaxConsumption": "Consommation max.",
|
|
45
|
+
"batteryMaxProduction": "Production max.",
|
|
46
|
+
"powerTotal": "Puissance totale",
|
|
47
|
+
"powerL1": "Puissance L1",
|
|
48
|
+
"powerL2": "Puissance L2",
|
|
49
|
+
"powerL3": "Puissance L3",
|
|
50
|
+
"voltage": "Tension",
|
|
51
|
+
"voltageL1": "Tension L1",
|
|
52
|
+
"voltageL2": "Tension L2",
|
|
53
|
+
"voltageL3": "Tension L3",
|
|
54
|
+
"current": "Courant",
|
|
55
|
+
"currentL1": "Courant L1",
|
|
56
|
+
"currentL2": "Courant L2",
|
|
57
|
+
"currentL3": "Courant L3",
|
|
58
|
+
"frequency": "Fréquence du réseau",
|
|
59
|
+
"tariff": "Tarif actif",
|
|
60
|
+
"energyImportTotal": "Énergie importée totale",
|
|
61
|
+
"energyImportT1": "Énergie importée T1",
|
|
62
|
+
"energyImportT2": "Énergie importée T2",
|
|
63
|
+
"energyImportT3": "Énergie importée T3",
|
|
64
|
+
"energyImportT4": "Énergie importée T4",
|
|
65
|
+
"energyExportTotal": "Énergie exportée totale",
|
|
66
|
+
"energyExportT1": "Énergie exportée T1",
|
|
67
|
+
"energyExportT2": "Énergie exportée T2",
|
|
68
|
+
"energyExportT3": "Énergie exportée T3",
|
|
69
|
+
"energyExportT4": "Énergie exportée T4",
|
|
70
|
+
"voltageSagL1": "Nombre de creux de tension L1",
|
|
71
|
+
"voltageSagL2": "Nombre de creux de tension L2",
|
|
72
|
+
"voltageSagL3": "Nombre de creux de tension L3",
|
|
73
|
+
"voltageSwellL1": "Nombre de surtensions L1",
|
|
74
|
+
"voltageSwellL2": "Nombre de surtensions L2",
|
|
75
|
+
"voltageSwellL3": "Nombre de surtensions L3",
|
|
76
|
+
"powerFailCount": "Nombre de coupures de courant",
|
|
77
|
+
"longPowerFailCount": "Nombre de coupures longues",
|
|
78
|
+
"avgPower15m": "Puissance moyenne (15 min)",
|
|
79
|
+
"monthlyPowerPeak": "Puissance maximale mensuelle",
|
|
80
|
+
"monthlyPowerPeakTimestamp": "Horodatage du pic mensuel",
|
|
81
|
+
"apparentCurrent": "Courant apparent",
|
|
82
|
+
"apparentCurrentL1": "Courant apparent L1",
|
|
83
|
+
"apparentCurrentL2": "Courant apparent L2",
|
|
84
|
+
"apparentCurrentL3": "Courant apparent L3",
|
|
85
|
+
"reactiveCurrent": "Courant réactif",
|
|
86
|
+
"reactiveCurrentL1": "Courant réactif L1",
|
|
87
|
+
"reactiveCurrentL2": "Courant réactif L2",
|
|
88
|
+
"reactiveCurrentL3": "Courant réactif L3",
|
|
89
|
+
"apparentPower": "Puissance apparente",
|
|
90
|
+
"apparentPowerL1": "Puissance apparente L1",
|
|
91
|
+
"apparentPowerL2": "Puissance apparente L2",
|
|
92
|
+
"apparentPowerL3": "Puissance apparente L3",
|
|
93
|
+
"reactivePower": "Puissance réactive",
|
|
94
|
+
"reactivePowerL1": "Puissance réactive L1",
|
|
95
|
+
"reactivePowerL2": "Puissance réactive L2",
|
|
96
|
+
"reactivePowerL3": "Puissance réactive L3",
|
|
97
|
+
"powerFactor": "Facteur de puissance",
|
|
98
|
+
"powerFactorL1": "Facteur de puissance L1",
|
|
99
|
+
"powerFactorL2": "Facteur de puissance L2",
|
|
100
|
+
"powerFactorL3": "Facteur de puissance L3",
|
|
101
|
+
"stateOfCharge": "État de charge",
|
|
102
|
+
"cycles": "Cycles de charge",
|
|
103
|
+
"meterModel": "Modèle de compteur",
|
|
104
|
+
"measurementTimestamp": "Horodatage de la mesure",
|
|
105
|
+
"voltageSag": "Nombre de creux de tension (tension descendue sous le seuil du compteur)",
|
|
106
|
+
"voltageSwell": "Nombre de surtensions (tension supérieure au seuil du compteur)",
|
|
107
|
+
"powerFailCountDesc": "Nombre total de coupures de courant enregistrées par le compteur",
|
|
108
|
+
"longPowerFailCountDesc": "Nombre de longues coupures de courant (typiquement > 3 minutes)",
|
|
109
|
+
"belgiumCapacityTariff": "Tarif de capacité belge : moyenne sur 15 min et pic mensuel (facturation à la puissance)",
|
|
110
|
+
"powerFactorDesc": "Rapport puissance active/apparente (-1,0 à +1,0 ; 1,0 = charge purement résistive)",
|
|
111
|
+
"batteryModeDesc": "Mode de fonctionnement : zero (aucune injection au réseau), to_full (charge maximale), standby",
|
|
112
|
+
"startPairingDesc": "Mettez à true pour démarrer la détection mDNS et appairer un nouvel appareil HomeWizard (fenêtre de 60 secondes)",
|
|
113
|
+
"removeDeviceDesc": "Mettez à true pour déconnecter, supprimer et retirer définitivement cet appareil",
|
|
114
|
+
"tariff1": "Tarif 1 (T1)",
|
|
115
|
+
"tariff2": "Tarif 2 (T2)",
|
|
116
|
+
"tariff3": "Tarif 3 (T3)",
|
|
117
|
+
"tariff4": "Tarif 4 (T4)",
|
|
118
|
+
"modeZero": "Zero (sans injection au réseau)",
|
|
119
|
+
"modeToFull": "To full (charge maximale)",
|
|
120
|
+
"modeStandby": "Standby"
|
|
121
|
+
}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
{
|
|
2
|
+
"headerPairing": "Aggiungi dispositivo",
|
|
3
|
+
"pairingAutoHeader": "Automatico (mDNS)",
|
|
4
|
+
"pairingAutoInfo": "1. Vai alla scheda Oggetti e imposta 'homewizard.0.startPairing' su true.\n2. Premi il pulsante fisico sul dispositivo HomeWizard entro 60 secondi.\n3. Il dispositivo viene scoperto automaticamente e appare sotto questa istanza dell'adattatore.",
|
|
5
|
+
"pairingManualHeader": "Manuale (IP fisso)",
|
|
6
|
+
"pairingManualInfo": "Se mDNS non è disponibile (es. VLAN diverso o Docker):\n1. Imposta 'homewizard.0.pairingIp' sull'indirizzo IP del dispositivo.\n2. Poi imposta 'homewizard.0.startPairing' su true.\n3. Premi il pulsante fisico sul dispositivo entro 60 secondi.",
|
|
7
|
+
"headerDevices": "Gestione dispositivi",
|
|
8
|
+
"devicesInfo": "Tutti i dispositivi associati sono elencati nella scheda Oggetti sotto 'homewizard.0'. Ogni dispositivo ha la propria cartella (es. hwe-p1_5c2fafaabbcc) con dati di misurazione, impostazioni di sistema e informazioni sul dispositivo.\n\nPer rimuovere un dispositivo, imposta il suo punto dati 'remove' su true. Il dispositivo e tutti i suoi punti dati verranno eliminati immediatamente.",
|
|
9
|
+
"headerPrerequisites": "Prerequisiti",
|
|
10
|
+
"prerequisitesInfo": "L'API locale deve essere attivata sul dispositivo HomeWizard. Apri l'app HomeWizard → Impostazioni → Contatori → il tuo dispositivo → API Locale → Attiva.",
|
|
11
|
+
"supportHeader": "Supporto",
|
|
12
|
+
"aboutInfo": "Questo adattatore è gratuito e open source. Se lo trovi utile, considera di supportare lo sviluppo con una piccola donazione.",
|
|
13
|
+
"donateKofi": "Supporta su Ko-fi",
|
|
14
|
+
"donatePaypal": "Dona tramite PayPal",
|
|
15
|
+
"info": "Informazioni sull'adattatore",
|
|
16
|
+
"infoConnection": "Stato della connessione",
|
|
17
|
+
"startPairing": "Avvia modalità di accoppiamento",
|
|
18
|
+
"pairingIp": "IP del dispositivo per l'accoppiamento manuale",
|
|
19
|
+
"deviceInformation": "Informazioni sul dispositivo",
|
|
20
|
+
"measurement": "Misurazione",
|
|
21
|
+
"externalMeters": "Contatori esterni",
|
|
22
|
+
"systemSettings": "Impostazioni di sistema",
|
|
23
|
+
"batteryControl": "Controllo batteria",
|
|
24
|
+
"externalValue": "Valore",
|
|
25
|
+
"externalUnit": "Unità",
|
|
26
|
+
"externalTimestamp": "Timestamp",
|
|
27
|
+
"productName": "Nome del prodotto",
|
|
28
|
+
"productType": "Tipo di prodotto",
|
|
29
|
+
"firmware": "Versione firmware",
|
|
30
|
+
"connected": "Dispositivo connesso",
|
|
31
|
+
"wifiRssi": "Intensità del segnale WiFi",
|
|
32
|
+
"uptime": "Tempo di attività",
|
|
33
|
+
"removeDevice": "Rimuovi dispositivo",
|
|
34
|
+
"rebootDevice": "Riavvia dispositivo",
|
|
35
|
+
"identify": "Identifica (LED lampeggia)",
|
|
36
|
+
"cloudEnabled": "Cloud abilitato",
|
|
37
|
+
"ledBrightness": "Luminosità LED",
|
|
38
|
+
"apiV1Enabled": "API v1 abilitata (legacy)",
|
|
39
|
+
"batteryMode": "Modalità batteria",
|
|
40
|
+
"batteryPermissions": "Autorizzazioni batteria",
|
|
41
|
+
"batteryCount": "Batterie collegate",
|
|
42
|
+
"batteryPower": "Potenza della batteria",
|
|
43
|
+
"batteryTargetPower": "Potenza obiettivo",
|
|
44
|
+
"batteryMaxConsumption": "Consumo massimo",
|
|
45
|
+
"batteryMaxProduction": "Produzione massima",
|
|
46
|
+
"powerTotal": "Potenza totale",
|
|
47
|
+
"powerL1": "Potenza L1",
|
|
48
|
+
"powerL2": "Potenza L2",
|
|
49
|
+
"powerL3": "Potenza L3",
|
|
50
|
+
"voltage": "Tensione",
|
|
51
|
+
"voltageL1": "Tensione L1",
|
|
52
|
+
"voltageL2": "Tensione L2",
|
|
53
|
+
"voltageL3": "Tensione L3",
|
|
54
|
+
"current": "Corrente",
|
|
55
|
+
"currentL1": "Corrente L1",
|
|
56
|
+
"currentL2": "Corrente L2",
|
|
57
|
+
"currentL3": "Corrente L3",
|
|
58
|
+
"frequency": "Frequenza di rete",
|
|
59
|
+
"tariff": "Tariffa attiva",
|
|
60
|
+
"energyImportTotal": "Energia importata totale",
|
|
61
|
+
"energyImportT1": "Energia importata T1",
|
|
62
|
+
"energyImportT2": "Energia importata T2",
|
|
63
|
+
"energyImportT3": "Energia importata T3",
|
|
64
|
+
"energyImportT4": "Energia importata T4",
|
|
65
|
+
"energyExportTotal": "Energia esportata totale",
|
|
66
|
+
"energyExportT1": "Energia esportata T1",
|
|
67
|
+
"energyExportT2": "Energia esportata T2",
|
|
68
|
+
"energyExportT3": "Energia esportata T3",
|
|
69
|
+
"energyExportT4": "Energia esportata T4",
|
|
70
|
+
"voltageSagL1": "Conteggio cali di tensione L1",
|
|
71
|
+
"voltageSagL2": "Conteggio cali di tensione L2",
|
|
72
|
+
"voltageSagL3": "Conteggio cali di tensione L3",
|
|
73
|
+
"voltageSwellL1": "Conteggio picchi di tensione L1",
|
|
74
|
+
"voltageSwellL2": "Conteggio picchi di tensione L2",
|
|
75
|
+
"voltageSwellL3": "Conteggio picchi di tensione L3",
|
|
76
|
+
"powerFailCount": "Conteggio interruzioni di corrente",
|
|
77
|
+
"longPowerFailCount": "Conteggio interruzioni lunghe",
|
|
78
|
+
"avgPower15m": "Potenza media (15 min)",
|
|
79
|
+
"monthlyPowerPeak": "Picco mensile di potenza",
|
|
80
|
+
"monthlyPowerPeakTimestamp": "Timestamp del picco mensile",
|
|
81
|
+
"apparentCurrent": "Corrente apparente",
|
|
82
|
+
"apparentCurrentL1": "Corrente apparente L1",
|
|
83
|
+
"apparentCurrentL2": "Corrente apparente L2",
|
|
84
|
+
"apparentCurrentL3": "Corrente apparente L3",
|
|
85
|
+
"reactiveCurrent": "Corrente reattiva",
|
|
86
|
+
"reactiveCurrentL1": "Corrente reattiva L1",
|
|
87
|
+
"reactiveCurrentL2": "Corrente reattiva L2",
|
|
88
|
+
"reactiveCurrentL3": "Corrente reattiva L3",
|
|
89
|
+
"apparentPower": "Potenza apparente",
|
|
90
|
+
"apparentPowerL1": "Potenza apparente L1",
|
|
91
|
+
"apparentPowerL2": "Potenza apparente L2",
|
|
92
|
+
"apparentPowerL3": "Potenza apparente L3",
|
|
93
|
+
"reactivePower": "Potenza reattiva",
|
|
94
|
+
"reactivePowerL1": "Potenza reattiva L1",
|
|
95
|
+
"reactivePowerL2": "Potenza reattiva L2",
|
|
96
|
+
"reactivePowerL3": "Potenza reattiva L3",
|
|
97
|
+
"powerFactor": "Fattore di potenza",
|
|
98
|
+
"powerFactorL1": "Fattore di potenza L1",
|
|
99
|
+
"powerFactorL2": "Fattore di potenza L2",
|
|
100
|
+
"powerFactorL3": "Fattore di potenza L3",
|
|
101
|
+
"stateOfCharge": "Stato di carica",
|
|
102
|
+
"cycles": "Cicli di carica",
|
|
103
|
+
"meterModel": "Modello del contatore",
|
|
104
|
+
"measurementTimestamp": "Timestamp della misurazione",
|
|
105
|
+
"voltageSag": "Numero di cali di tensione (tensione scesa sotto la soglia del contatore)",
|
|
106
|
+
"voltageSwell": "Numero di picchi di tensione (tensione oltre la soglia del contatore)",
|
|
107
|
+
"powerFailCountDesc": "Numero totale di interruzioni di rete registrate dal contatore",
|
|
108
|
+
"longPowerFailCountDesc": "Numero di lunghe interruzioni (tipicamente > 3 minuti)",
|
|
109
|
+
"belgiumCapacityTariff": "Tariffa di capacità belga: media 15 min e picco mensile (fatturazione su domanda)",
|
|
110
|
+
"powerFactorDesc": "Rapporto tra potenza attiva e apparente (-1,0 a +1,0; 1,0 = carico puramente resistivo)",
|
|
111
|
+
"batteryModeDesc": "Modalità operativa: zero (nessuna immissione in rete), to_full (carica al massimo), standby",
|
|
112
|
+
"startPairingDesc": "Imposta su true per avviare la rilevazione mDNS e accoppiare un nuovo dispositivo HomeWizard (finestra di 60 secondi)",
|
|
113
|
+
"removeDeviceDesc": "Imposta su true per disconnettere, eliminare e rimuovere definitivamente questo dispositivo",
|
|
114
|
+
"tariff1": "Tariffa 1 (T1)",
|
|
115
|
+
"tariff2": "Tariffa 2 (T2)",
|
|
116
|
+
"tariff3": "Tariffa 3 (T3)",
|
|
117
|
+
"tariff4": "Tariffa 4 (T4)",
|
|
118
|
+
"modeZero": "Zero (senza immissione in rete)",
|
|
119
|
+
"modeToFull": "To full (carica al massimo)",
|
|
120
|
+
"modeStandby": "Standby"
|
|
121
|
+
}
|