@jjlmoya/utils-hardware 1.20.0 → 1.21.0
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/package.json +1 -1
- package/src/category/index.ts +2 -1
- package/src/entries.ts +4 -1
- package/src/index.ts +1 -0
- package/src/tests/locale_completeness.test.ts +2 -2
- package/src/tests/tool_validation.test.ts +2 -2
- package/src/tool/upsRuntimeCalculator/bibliography.astro +14 -0
- package/src/tool/upsRuntimeCalculator/bibliography.ts +16 -0
- package/src/tool/upsRuntimeCalculator/component.astro +384 -0
- package/src/tool/upsRuntimeCalculator/entry.ts +29 -0
- package/src/tool/upsRuntimeCalculator/i18n/de.ts +208 -0
- package/src/tool/upsRuntimeCalculator/i18n/en.ts +208 -0
- package/src/tool/upsRuntimeCalculator/i18n/es.ts +208 -0
- package/src/tool/upsRuntimeCalculator/i18n/fr.ts +208 -0
- package/src/tool/upsRuntimeCalculator/i18n/id.ts +208 -0
- package/src/tool/upsRuntimeCalculator/i18n/it.ts +208 -0
- package/src/tool/upsRuntimeCalculator/i18n/ja.ts +208 -0
- package/src/tool/upsRuntimeCalculator/i18n/ko.ts +208 -0
- package/src/tool/upsRuntimeCalculator/i18n/nl.ts +208 -0
- package/src/tool/upsRuntimeCalculator/i18n/pl.ts +208 -0
- package/src/tool/upsRuntimeCalculator/i18n/pt.ts +208 -0
- package/src/tool/upsRuntimeCalculator/i18n/ru.ts +208 -0
- package/src/tool/upsRuntimeCalculator/i18n/sv.ts +208 -0
- package/src/tool/upsRuntimeCalculator/i18n/tr.ts +208 -0
- package/src/tool/upsRuntimeCalculator/i18n/zh.ts +208 -0
- package/src/tool/upsRuntimeCalculator/index.ts +11 -0
- package/src/tool/upsRuntimeCalculator/logic.ts +48 -0
- package/src/tool/upsRuntimeCalculator/seo.astro +15 -0
- package/src/tool/upsRuntimeCalculator/ui.ts +31 -0
- package/src/tool/upsRuntimeCalculator/ups-runtime-calculator.css +530 -0
- package/src/tools.ts +2 -1
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { UpsRuntimeCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
5
|
+
|
|
6
|
+
const slug = 'usv-laufzeit-rechner';
|
|
7
|
+
const title = 'USV Laufzeit Rechner';
|
|
8
|
+
const description = 'Berechnen Sie die USV-Batterielaufzeit, die gesamte geschützte Last, die nutzbaren Wattstunden und die empfohlene VA-Größe für PCs, Monitore, Router, NAS-Geräte und Heimlabor-Hardware.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'Wie berechne ich die USV-Laufzeit?',
|
|
13
|
+
answer: 'Addieren Sie die Wattzahl aller an der USV angeschlossenen Geräte, multiplizieren Sie die Batterie-Wattstunden der USV mit dem Wechselrichter-Wirkungsgrad, ziehen Sie die gewünschte Reserve ab und teilen Sie die nutzbaren Wattstunden durch die Last in Watt. Das Ergebnis in Stunden kann mit 60 multipliziert werden, um Minuten zu erhalten.',
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
question: 'Warum weicht die tatsächliche USV-Laufzeit von der Schätzung ab?',
|
|
17
|
+
answer: 'Die Laufzeit ändert sich mit Batteriealter, Temperatur, Entladerate, Wechselrichter-Effizienz, Lastspitzen und der Abschaltspannung des Herstellers. Betrachten Sie das Ergebnis als Planungsschätzung und überprüfen Sie es mit einem kontrollierten Abschalttest.',
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
question: 'Sollte ich eine USV nach Watt oder VA dimensionieren?',
|
|
21
|
+
answer: 'Prüfen Sie beides. Watt gibt die tatsächliche Leistung an, die die USV liefern kann, während VA den Leistungsfaktor einschließt. Eine USV muss Ihre Last in Watt übertreffen und genügend VA-Reserve für die angeschlossenen Geräte haben.',
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
question: 'Wie viel USV-Reserve sollte ich einplanen?',
|
|
25
|
+
answer: 'Ein praktisches Ziel ist es, die normale Last unter etwa 70-80 % der USV-Wattleistung zu halten. Dies lässt Raum für Anlaufspitzen, Batteriealterung und zukünftige Geräte.',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
question: 'Kann ich Drucker oder Heizgeräte an eine USV anschließen?',
|
|
29
|
+
answer: 'Vermeiden Sie Laserdrucker, Heizgeräte und andere Lasten mit hohen Einschaltströmen, es sei denn, die USV ist ausdrücklich dafür ausgelegt. Sie können den Wechselrichter überlasten und die Laufzeit drastisch verkürzen.',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: 'Geschützte Geräte auflisten',
|
|
36
|
+
text: 'Geben Sie die Geräte ein, die bei einem Stromausfall online bleiben müssen, z. B. Computer, Monitor, Router, Modem, NAS und Netzwerk-Switch.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Realistische Wattzahlen eingeben',
|
|
40
|
+
text: 'Verwenden Sie nach Möglichkeit gemessene Werte von der Steckdose. Wenn Sie nur die Nennleistung des Netzteils kennen, reduzieren Sie diese auf die erwartete Betriebslast, anstatt den maximalen Etikettenwert zu verwenden.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Batteriekapazität und Annahmen festlegen',
|
|
44
|
+
text: 'Geben Sie die Batterie-Wattstunden der USV, den Wechselrichter-Wirkungsgrad, den Leistungsfaktor und die gewünschte Reserve für ein sicheres Herunterfahren ein.',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: 'Laufzeit und VA-Empfehlung ablesen',
|
|
48
|
+
text: 'Verwenden Sie die geschätzten Minuten und die empfohlene VA-Größe als Kauf- oder Konfigurationsleitfaden und validieren Sie die Einrichtung mit einem sicheren Ausfalltest.',
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
|
|
52
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'FAQPage',
|
|
55
|
+
mainEntity: faqData.map((item) => ({
|
|
56
|
+
'@type': 'Question',
|
|
57
|
+
name: item.question,
|
|
58
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const howToSchema: WithContext<HowTo> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'HowTo',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
step: howToData.map((step, i) => ({
|
|
68
|
+
'@type': 'HowToStep',
|
|
69
|
+
position: i + 1,
|
|
70
|
+
name: step.name,
|
|
71
|
+
text: step.text,
|
|
72
|
+
})),
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
76
|
+
'@context': 'https://schema.org',
|
|
77
|
+
'@type': 'SoftwareApplication',
|
|
78
|
+
name: title,
|
|
79
|
+
description,
|
|
80
|
+
applicationCategory: 'UtilityApplication',
|
|
81
|
+
operatingSystem: 'All',
|
|
82
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'USD' },
|
|
83
|
+
inLanguage: 'de',
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
export const content: ToolLocaleContent<UpsRuntimeCalculatorUI> = {
|
|
87
|
+
slug,
|
|
88
|
+
title,
|
|
89
|
+
description,
|
|
90
|
+
faq: faqData,
|
|
91
|
+
bibliography,
|
|
92
|
+
howTo: howToData,
|
|
93
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
94
|
+
seo: [
|
|
95
|
+
{
|
|
96
|
+
type: 'title',
|
|
97
|
+
text: 'USV-Laufzeit-Rechner: Batterie-Backup-Zeit schätzen',
|
|
98
|
+
level: 2,
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
type: 'paragraph',
|
|
102
|
+
html: 'Eine USV-Laufzeitschätzung beantwortet zwei praktische Fragen: Wie lange Ihre Hardware bei einem Stromausfall online bleiben kann und ob die USV groß genug für die angeschlossene Last ist. Dieser Rechner kombiniert Geräteleistung, Batterie-Wattstunden, Wechselrichter-Effizienz, Leistungsfaktor und Abschaltreserve, sodass das Ergebnis näher an der realen Planung liegt als eine einfache Division der Batteriekapazität.',
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
type: 'title',
|
|
106
|
+
text: 'Die Laufzeit-Formel',
|
|
107
|
+
level: 3,
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
type: 'paragraph',
|
|
111
|
+
html: 'Die geschätzte Laufzeit in Stunden ist <strong>nutzbare Batterie-Wattstunden geteilt durch die Gesamtlast in W</strong>. Die nutzbaren Wattstunden entsprechen nicht der aufgedruckten Batteriekapazität: Sie sollten um Wechselrichterverluste und die gewünschte Abschaltreserve bereinigt werden. Beispielsweise liefert eine 432-Wh-Batterie bei 86 % Effizienz und 20 % Reserve etwa 297 Wh nutzbare Energie.',
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
type: 'table',
|
|
115
|
+
headers: ['Eingabe', 'Warum sie wichtig ist', 'Praktische Orientierung'],
|
|
116
|
+
rows: [
|
|
117
|
+
['Last in Watt', 'Steuert direkt die Laufzeit', 'Nach Möglichkeit mit einem Wandmessgerät messen, insbesondere bei Gaming-PCs und NAS-Systemen.'],
|
|
118
|
+
['Batterie-Wh', 'Bestimmt den Energievorrat', 'Herstellerangaben oder Nennspannung multipliziert mit Amperestunden verwenden.'],
|
|
119
|
+
['Effizienz', 'Berücksichtigt Wechselrichterverluste', '80-90 % sind ein sinnvoller Planungsbereich für viele Consumer-USV-Geräte.'],
|
|
120
|
+
['Leistungsfaktor', 'Wandelt Watt in VA um', 'USV-Spezifikation verwenden, falls bekannt; 0,6-0,8 ist bei Einsteiger- und Mittelklassegeräten üblich.'],
|
|
121
|
+
['Reserve', 'Sichert die Abschaltmarge', '10-25 % sind sinnvoll für ein kontrolliertes Herunterfahren von PC oder Server.'],
|
|
122
|
+
],
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
type: 'title',
|
|
126
|
+
text: 'Wie viel Laufzeit benötigen Sie?',
|
|
127
|
+
level: 3,
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
type: 'list',
|
|
131
|
+
items: [
|
|
132
|
+
'5-10 Minuten: ausreichend, um kurze Spannungsschwankungen zu überbrücken oder einen Desktop sicher herunterzufahren.',
|
|
133
|
+
'10-20 Minuten: nützlich für Router, Modems, NAS-Geräte und kleine Heimlabor-Knoten.',
|
|
134
|
+
'30+ Minuten: besser für Netzwerkkontinuität, Remote-Arbeit und Standorte mit häufigen Ausfällen.',
|
|
135
|
+
'Mehrere Stunden: erfordert in der Regel ein größeres Batteriesystem, nicht nur eine Desktop-USV.',
|
|
136
|
+
],
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
type: 'title',
|
|
140
|
+
text: 'Watt vs. VA bei der USV-Auswahl',
|
|
141
|
+
level: 3,
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
type: 'paragraph',
|
|
145
|
+
html: 'USV-Produktnamen geben häufig VA an, aber die Watt-Leistung ist die härtere Grenze für reale Geräte. Eine 900-VA-USV unterstützt möglicherweise nur 540 W, während ein anderes 900-VA-Modell 600 W oder mehr unterstützt. Prüfen Sie beide Angaben und halten Sie den Normalbetrieb unter dem Maximum, um Überlastalarme, verkürzte Batterielebensdauer und Übertragungsfehler bei einem Ausfall zu vermeiden.',
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
type: 'title',
|
|
149
|
+
text: 'Lasten, die Laufzeitschätzungen verfälschen',
|
|
150
|
+
level: 3,
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
type: 'list',
|
|
154
|
+
items: [
|
|
155
|
+
'Gaming-PCs können in Sekunden von niedrigem Leerlaufverbrauch auf hohe GPU-Last wechseln.',
|
|
156
|
+
'Monitore variieren stark je nach Helligkeit, HDR-Modus und Bildschirmgröße.',
|
|
157
|
+
'NAS-Geräte verbrauchen beim Hochfahren der Festplatten und bei Wiederherstellungen zusätzlichen Strom.',
|
|
158
|
+
'Laserdrucker, Heizgeräte, Pumpen und Kompressoren sind schlechte USV-Lasten, sofern nicht ausdrücklich unterstützt.',
|
|
159
|
+
'Alte Batterien können deutlich weniger Laufzeit liefern, als die ursprüngliche Kapazität vermuten lässt.',
|
|
160
|
+
],
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
type: 'title',
|
|
164
|
+
text: 'Checkliste für sicheres Testen',
|
|
165
|
+
level: 3,
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
type: 'list',
|
|
169
|
+
items: [
|
|
170
|
+
'Laden Sie die USV vor dem Test vollständig auf.',
|
|
171
|
+
'Speichern Sie offene Arbeiten und vermeiden Sie Tests während kritischer Schreibvorgänge oder Firmware-Updates.',
|
|
172
|
+
'Trennen Sie die Netzsteckdose, nicht die Geräte, und beobachten Sie USV-Lastprozentsatz und Batterieschätzung.',
|
|
173
|
+
'Stellen Sie sicher, dass Ihr PC, NAS oder Server das Abschaltsignal erhält, bevor die Batterie erschöpft ist.',
|
|
174
|
+
'Wiederholen Sie den Test alle paar Monate, da Blei-Säure-USV-Batterien schnell altern.',
|
|
175
|
+
],
|
|
176
|
+
},
|
|
177
|
+
],
|
|
178
|
+
ui: {
|
|
179
|
+
loadTitle: 'Geschützte Last',
|
|
180
|
+
addDevice: 'Gerät hinzufügen',
|
|
181
|
+
deviceName: 'Gerät',
|
|
182
|
+
watts: 'Watt',
|
|
183
|
+
remove: 'Gerät entfernen',
|
|
184
|
+
batteryWh: 'Batteriekapazität (Wh)',
|
|
185
|
+
efficiency: 'Wechselrichter-Effizienz',
|
|
186
|
+
powerFactor: 'Leistungsfaktor',
|
|
187
|
+
reserve: 'Abschaltreserve',
|
|
188
|
+
totalLoad: 'Gesamtlast',
|
|
189
|
+
runtime: 'Geschätzte Laufzeit',
|
|
190
|
+
recommendedUps: 'Empfohlene Größe',
|
|
191
|
+
usableEnergy: 'Nutzbare Energie',
|
|
192
|
+
minutes: 'Min.',
|
|
193
|
+
hours: 'Std.',
|
|
194
|
+
wattsUnit: 'W',
|
|
195
|
+
vaUnit: 'VA',
|
|
196
|
+
whUnit: 'Wh',
|
|
197
|
+
assumptionsLabel: 'USV-Annahmen',
|
|
198
|
+
presetDesktop: 'Desktop-PC',
|
|
199
|
+
presetMonitor: '27-Zoll-Monitor',
|
|
200
|
+
presetRouter: 'Router und Modem',
|
|
201
|
+
presetNas: 'NAS mit zwei Einschüben',
|
|
202
|
+
percentUnit: '%',
|
|
203
|
+
bandLight: 'komfortables Backup-Fenster mit einer empfohlenen USV bei etwa',
|
|
204
|
+
bandBalanced: 'ausgewogenes Backup-Fenster mit einer empfohlenen USV bei etwa',
|
|
205
|
+
bandHeavy: 'kurzes Backup-Fenster; erwägen Sie einen größeren Akku oder reduzieren Sie die Last bei etwa',
|
|
206
|
+
summaryPrefix: 'Diese Konfiguration hat ein',
|
|
207
|
+
},
|
|
208
|
+
};
|
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { UpsRuntimeCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
5
|
+
|
|
6
|
+
const slug = 'ups-runtime-calculator';
|
|
7
|
+
const title = 'UPS Runtime Calculator';
|
|
8
|
+
const description = 'Estimate UPS battery runtime, total protected load, usable watt-hours, and recommended VA size for PCs, monitors, routers, NAS devices, and home lab hardware.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'How do I calculate UPS runtime?',
|
|
13
|
+
answer: 'Add the wattage of every device connected to the UPS, multiply the UPS battery watt-hours by inverter efficiency, subtract the reserve you want to keep, then divide usable watt-hours by load watts. The result in hours can be multiplied by 60 for minutes.',
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
question: 'Why does real UPS runtime differ from the estimate?',
|
|
17
|
+
answer: 'Runtime changes with battery age, temperature, discharge rate, inverter efficiency, load spikes, and manufacturer cutoff voltage. Treat the result as a planning estimate, then verify with a controlled shutdown test.',
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
question: 'Should I size a UPS by watts or VA?',
|
|
21
|
+
answer: 'Check both. Watts tell you the real power the UPS can deliver, while VA includes power factor. A UPS must exceed your load in watts and have enough VA headroom for the connected equipment.',
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
question: 'How much UPS headroom should I keep?',
|
|
25
|
+
answer: 'A practical target is to keep normal load below about 70-80% of the UPS watt rating. This leaves room for startup spikes, battery aging, and future devices.',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
question: 'Can I plug printers or heaters into a UPS?',
|
|
29
|
+
answer: 'Avoid laser printers, heaters, and other high-surge loads unless the UPS is explicitly rated for them. They can overload the inverter and sharply reduce runtime.',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: 'List protected devices',
|
|
36
|
+
text: 'Enter the devices that must stay online during an outage, such as the computer, monitor, router, modem, NAS, and network switch.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Enter realistic wattage',
|
|
40
|
+
text: 'Use measured wall power when possible. If you only have power supply ratings, reduce them to the expected operating load instead of using the maximum label value.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Set battery capacity and assumptions',
|
|
44
|
+
text: 'Enter the UPS battery watt-hours, inverter efficiency, power factor, and reserve percentage you want to keep for graceful shutdown.',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: 'Read runtime and VA recommendation',
|
|
48
|
+
text: 'Use the estimated minutes and recommended VA as a purchasing or configuration guide, then validate the setup with a safe outage drill.',
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
|
|
52
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'FAQPage',
|
|
55
|
+
mainEntity: faqData.map((item) => ({
|
|
56
|
+
'@type': 'Question',
|
|
57
|
+
name: item.question,
|
|
58
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const howToSchema: WithContext<HowTo> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'HowTo',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
step: howToData.map((step, i) => ({
|
|
68
|
+
'@type': 'HowToStep',
|
|
69
|
+
position: i + 1,
|
|
70
|
+
name: step.name,
|
|
71
|
+
text: step.text,
|
|
72
|
+
})),
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
76
|
+
'@context': 'https://schema.org',
|
|
77
|
+
'@type': 'SoftwareApplication',
|
|
78
|
+
name: title,
|
|
79
|
+
description,
|
|
80
|
+
applicationCategory: 'UtilityApplication',
|
|
81
|
+
operatingSystem: 'All',
|
|
82
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'USD' },
|
|
83
|
+
inLanguage: 'en',
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
export const content: ToolLocaleContent<UpsRuntimeCalculatorUI> = {
|
|
87
|
+
slug,
|
|
88
|
+
title,
|
|
89
|
+
description,
|
|
90
|
+
faq: faqData,
|
|
91
|
+
bibliography,
|
|
92
|
+
howTo: howToData,
|
|
93
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
94
|
+
seo: [
|
|
95
|
+
{
|
|
96
|
+
type: 'title',
|
|
97
|
+
text: 'UPS Runtime Calculator: Estimate Battery Backup Time',
|
|
98
|
+
level: 2,
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
type: 'paragraph',
|
|
102
|
+
html: 'A UPS runtime estimate answers two practical questions: how long your hardware can stay online during a power cut, and whether the UPS is large enough for the connected load. This calculator combines device wattage, battery watt-hours, inverter efficiency, power factor, and shutdown reserve so the result is closer to real planning than a simple battery-size division.',
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
type: 'title',
|
|
106
|
+
text: 'The Runtime Formula',
|
|
107
|
+
level: 3,
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
type: 'paragraph',
|
|
111
|
+
html: 'Estimated runtime in hours is <strong>usable battery Wh divided by total load W</strong>. Usable battery Wh is not the printed battery capacity: it should be adjusted for inverter losses and the reserve you want to keep for graceful shutdown. For example, a 432Wh battery at 86% efficiency with 20% reserve provides about 297Wh of usable energy.',
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
type: 'table',
|
|
115
|
+
headers: ['Input', 'Why it matters', 'Practical guidance'],
|
|
116
|
+
rows: [
|
|
117
|
+
['Load watts', 'Directly controls runtime', 'Measure with a wall meter when possible, especially for gaming PCs and NAS systems.'],
|
|
118
|
+
['Battery Wh', 'Sets the energy pool', 'Use manufacturer battery data or nominal voltage multiplied by amp-hours.'],
|
|
119
|
+
['Efficiency', 'Accounts for inverter loss', '80-90% is a reasonable planning range for many consumer UPS units.'],
|
|
120
|
+
['Power factor', 'Converts watts to VA', 'Use the UPS spec if known; 0.6-0.8 is common for budget and midrange units.'],
|
|
121
|
+
['Reserve', 'Keeps shutdown margin', '10-25% is sensible for controlled PC or server shutdown.'],
|
|
122
|
+
],
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
type: 'title',
|
|
126
|
+
text: 'How Much Runtime Do You Need?',
|
|
127
|
+
level: 3,
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
type: 'list',
|
|
131
|
+
items: [
|
|
132
|
+
'5-10 minutes: enough to ride through short flickers or shut down a desktop safely.',
|
|
133
|
+
'10-20 minutes: useful for routers, modems, NAS units, and small home lab nodes.',
|
|
134
|
+
'30+ minutes: better for network continuity, remote work, and locations with frequent outages.',
|
|
135
|
+
'Several hours: usually calls for a larger battery system, not just a desktop UPS.',
|
|
136
|
+
],
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
type: 'title',
|
|
140
|
+
text: 'Watts vs VA When Choosing a UPS',
|
|
141
|
+
level: 3,
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
type: 'paragraph',
|
|
145
|
+
html: 'UPS product names often advertise VA, but the watt rating is the harder limit for real equipment. A 900VA UPS might only support 540W, while another 900VA model may support 600W or more. Check both ratings and keep normal operation below the maximum to avoid overload alarms, shortened battery life, and failed transfers during an outage.',
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
type: 'title',
|
|
149
|
+
text: 'Loads That Distort Runtime Estimates',
|
|
150
|
+
level: 3,
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
type: 'list',
|
|
154
|
+
items: [
|
|
155
|
+
'Gaming PCs can swing from low idle draw to high GPU draw in seconds.',
|
|
156
|
+
'Monitors vary sharply with brightness, HDR mode, and panel size.',
|
|
157
|
+
'NAS devices draw extra power during disk spin-up and rebuilds.',
|
|
158
|
+
'Laser printers, heaters, pumps, and compressors are poor UPS loads unless specifically supported.',
|
|
159
|
+
'Old batteries can deliver far less runtime than their original capacity suggests.',
|
|
160
|
+
],
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
type: 'title',
|
|
164
|
+
text: 'Safe Validation Checklist',
|
|
165
|
+
level: 3,
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
type: 'list',
|
|
169
|
+
items: [
|
|
170
|
+
'Charge the UPS fully before testing.',
|
|
171
|
+
'Save open work and avoid testing during critical writes or firmware updates.',
|
|
172
|
+
'Unplug wall power, not the equipment, and watch UPS load percentage and battery estimate.',
|
|
173
|
+
'Confirm your PC, NAS, or server receives the shutdown signal before battery is exhausted.',
|
|
174
|
+
'Repeat the test every few months because lead-acid UPS batteries age quickly.',
|
|
175
|
+
],
|
|
176
|
+
},
|
|
177
|
+
],
|
|
178
|
+
ui: {
|
|
179
|
+
loadTitle: 'Protected load',
|
|
180
|
+
addDevice: 'Add device',
|
|
181
|
+
deviceName: 'Device',
|
|
182
|
+
watts: 'Watts',
|
|
183
|
+
remove: 'Remove device',
|
|
184
|
+
batteryWh: 'Battery capacity (Wh)',
|
|
185
|
+
efficiency: 'Inverter efficiency',
|
|
186
|
+
powerFactor: 'Power factor',
|
|
187
|
+
reserve: 'Shutdown reserve',
|
|
188
|
+
totalLoad: 'Total load',
|
|
189
|
+
runtime: 'Estimated runtime',
|
|
190
|
+
recommendedUps: 'Recommended size',
|
|
191
|
+
usableEnergy: 'Usable energy',
|
|
192
|
+
minutes: 'min',
|
|
193
|
+
hours: 'hr',
|
|
194
|
+
wattsUnit: 'W',
|
|
195
|
+
vaUnit: 'VA',
|
|
196
|
+
whUnit: 'Wh',
|
|
197
|
+
assumptionsLabel: 'UPS assumptions',
|
|
198
|
+
presetDesktop: 'Desktop PC',
|
|
199
|
+
presetMonitor: '27-inch monitor',
|
|
200
|
+
presetRouter: 'Router and modem',
|
|
201
|
+
presetNas: 'Two-bay NAS',
|
|
202
|
+
percentUnit: '%',
|
|
203
|
+
bandLight: 'comfortable backup window with a recommended UPS near',
|
|
204
|
+
bandBalanced: 'balanced backup window with a recommended UPS near',
|
|
205
|
+
bandHeavy: 'short backup window; consider a larger battery or reduce load near',
|
|
206
|
+
summaryPrefix: 'This setup has a',
|
|
207
|
+
},
|
|
208
|
+
};
|
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { UpsRuntimeCalculatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
5
|
+
|
|
6
|
+
const slug = 'calculadora-autonomia-sai';
|
|
7
|
+
const title = 'Calculadora de Autonomía de SAI';
|
|
8
|
+
const description = 'Calcula la autonomía del SAI, la carga total protegida, los vatios-hora útiles y el tamaño en VA recomendado para PCs, monitores, routers, NAS y hardware de laboratorio doméstico.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: '¿Cómo se calcula la autonomía de un SAI?',
|
|
13
|
+
answer: 'Suma el consumo en vatios de cada dispositivo conectado al SAI, multiplica los vatios-hora de la batería por la eficiencia del inversor, réstale la reserva que quieras conservar y divide los vatios-hora útiles entre los vatios de carga. El resultado en horas se multiplica por 60 para obtener los minutos.',
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
question: '¿Por qué la autonomía real difiere del cálculo estimado?',
|
|
17
|
+
answer: 'La autonomía varía con la edad de la batería, la temperatura, la tasa de descarga, la eficiencia del inversor, los picos de carga y la tensión de corte del fabricante. Toma el resultado como una estimación para planificar y verifícalo con una prueba de apagado controlada.',
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
question: '¿Debo dimensionar un SAI por vatios o por VA?',
|
|
21
|
+
answer: 'Comprueba ambos. Los vatios indican la potencia real que el SAI puede entregar, mientras que los VA incluyen el factor de potencia. El SAI debe superar tu carga en vatios y disponer de suficiente margen en VA para el equipo conectado.',
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
question: '¿Cuánto margen debo dejar en el SAI?',
|
|
25
|
+
answer: 'Un objetivo práctico es mantener la carga normal por debajo del 70-80% de la potencia nominal en vatios del SAI. Esto deja margen para picos de arranque, envejecimiento de la batería y futuros dispositivos.',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
question: '¿Puedo conectar impresoras o calefactores a un SAI?',
|
|
29
|
+
answer: 'Evita impresoras láser, calefactores y otras cargas de alto pico a menos que el SAI esté específicamente indicado para ello. Pueden sobrecargar el inversor y reducir drásticamente la autonomía.',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: 'Enumera los dispositivos protegidos',
|
|
36
|
+
text: 'Introduce los dispositivos que deben permanecer encendidos durante un apagón, como el ordenador, monitor, router, módem, NAS y switch de red.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Introduce el consumo real en vatios',
|
|
40
|
+
text: 'Usa la medida real de la toma de pared siempre que sea posible. Si solo tienes la potencia nominal de la fuente de alimentación, redúcela a la carga operativa esperada en lugar de usar el valor máximo de la etiqueta.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Configura la capacidad de la batería y los parámetros',
|
|
44
|
+
text: 'Introduce los vatios-hora de la batería del SAI, la eficiencia del inversor, el factor de potencia y el porcentaje de reserva que quieres conservar para un apagado seguro.',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: 'Lee la autonomía y la recomendación de VA',
|
|
48
|
+
text: 'Usa los minutos estimados y los VA recomendados como guía de compra o configuración, y luego valida la instalación con un simulacro de apagón seguro.',
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
|
|
52
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'FAQPage',
|
|
55
|
+
mainEntity: faqData.map((item) => ({
|
|
56
|
+
'@type': 'Question',
|
|
57
|
+
name: item.question,
|
|
58
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const howToSchema: WithContext<HowTo> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'HowTo',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
step: howToData.map((step, i) => ({
|
|
68
|
+
'@type': 'HowToStep',
|
|
69
|
+
position: i + 1,
|
|
70
|
+
name: step.name,
|
|
71
|
+
text: step.text,
|
|
72
|
+
})),
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
76
|
+
'@context': 'https://schema.org',
|
|
77
|
+
'@type': 'SoftwareApplication',
|
|
78
|
+
name: title,
|
|
79
|
+
description,
|
|
80
|
+
applicationCategory: 'UtilityApplication',
|
|
81
|
+
operatingSystem: 'All',
|
|
82
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'USD' },
|
|
83
|
+
inLanguage: 'es',
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
export const content: ToolLocaleContent<UpsRuntimeCalculatorUI> = {
|
|
87
|
+
slug,
|
|
88
|
+
title,
|
|
89
|
+
description,
|
|
90
|
+
faq: faqData,
|
|
91
|
+
bibliography,
|
|
92
|
+
howTo: howToData,
|
|
93
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
94
|
+
seo: [
|
|
95
|
+
{
|
|
96
|
+
type: 'title',
|
|
97
|
+
text: 'Calculadora de Autonomía de SAI: Estima el Tiempo de Respaldo de Batería',
|
|
98
|
+
level: 2,
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
type: 'paragraph',
|
|
102
|
+
html: 'Estimar la autonomía de un SAI responde a dos preguntas prácticas: cuánto tiempo puede mantenerse encendido tu hardware durante un corte de luz, y si el SAI tiene el tamaño suficiente para la carga conectada. Esta calculadora combina el consumo en vatios de los dispositivos, los vatios-hora de la batería, la eficiencia del inversor, el factor de potencia y la reserva de apagado para que el resultado se acerque más a una planificación real que a una simple división de la capacidad de la batería.',
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
type: 'title',
|
|
106
|
+
text: 'La Fórmula de la Autonomía',
|
|
107
|
+
level: 3,
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
type: 'paragraph',
|
|
111
|
+
html: 'La autonomía estimada en horas es <strong>vatios-hora útiles de batería divididos entre la carga total en W</strong>. Los vatios-hora útiles no son la capacidad impresa de la batería: deben ajustarse por las pérdidas del inversor y la reserva que se desea mantener para un apagado controlado. Por ejemplo, una batería de 432 Wh con un 86% de eficiencia y un 20% de reserva proporciona unos 297 Wh de energía útil.',
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
type: 'table',
|
|
115
|
+
headers: ['Parámetro', 'Por qué importa', 'Orientación práctica'],
|
|
116
|
+
rows: [
|
|
117
|
+
['Vatios de carga', 'Controla directamente la autonomía', 'Mide con un medidor de pared siempre que sea posible, especialmente en PCs gaming y sistemas NAS.'],
|
|
118
|
+
['Wh de batería', 'Define la reserva de energía', 'Usa los datos del fabricante o la tensión nominal multiplicada por los amperios-hora.'],
|
|
119
|
+
['Eficiencia', 'Compensa las pérdidas del inversor', 'Un rango del 80-90% es razonable para muchos SAI de consumo.'],
|
|
120
|
+
['Factor de potencia', 'Convierte vatios a VA', 'Usa la especificación del SAI si se conoce; 0,6-0,8 es habitual en modelos básicos y de gama media.'],
|
|
121
|
+
['Reserva', 'Mantiene el margen de apagado', 'Entre un 10-25% es sensato para un apagado controlado de PC o servidor.'],
|
|
122
|
+
],
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
type: 'title',
|
|
126
|
+
text: '¿Cuánta Autonomía Necesitas?',
|
|
127
|
+
level: 3,
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
type: 'list',
|
|
131
|
+
items: [
|
|
132
|
+
'5-10 minutos: suficiente para soportar microcortes o apagar un ordenador de sobremesa de forma segura.',
|
|
133
|
+
'10-20 minutos: útil para routers, módems, NAS y pequeños nodos de laboratorio doméstico.',
|
|
134
|
+
'30+ minutos: mejor para continuidad de red, teletrabajo y ubicaciones con cortes frecuentes.',
|
|
135
|
+
'Varias horas: normalmente requiere un sistema de baterías más grande, no solo un SAI de sobremesa.',
|
|
136
|
+
],
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
type: 'title',
|
|
140
|
+
text: 'Vatios frente a VA al Elegir un SAI',
|
|
141
|
+
level: 3,
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
type: 'paragraph',
|
|
145
|
+
html: 'Los nombres de los productos SAI suelen anunciar los VA, pero la potencia en vatios es el límite real para el equipo conectado. Un SAI de 900 VA puede soportar solo 540 W, mientras que otro modelo de 900 VA puede llegar a 600 W o más. Comprueba ambas potencias y mantén el funcionamiento normal por debajo del máximo para evitar alarmas de sobrecarga, reducción de la vida útil de la batería y fallos de transferencia durante un corte.',
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
type: 'title',
|
|
149
|
+
text: 'Cargas que Distorsionan las Estimaciones de Autonomía',
|
|
150
|
+
level: 3,
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
type: 'list',
|
|
154
|
+
items: [
|
|
155
|
+
'Los PC gaming pueden pasar de un consumo bajo en reposo a un consumo alto de GPU en segundos.',
|
|
156
|
+
'Los monitores varían mucho según el brillo, el modo HDR y el tamaño del panel.',
|
|
157
|
+
'Los dispositivos NAS consumen más durante el arranque de discos y las reconstrucciones.',
|
|
158
|
+
'Las impresoras láser, calefactores, bombas y compresores son malas cargas para un SAI salvo soporte específico.',
|
|
159
|
+
'Las baterías viejas pueden ofrecer mucha menos autonomía de la que sugiere su capacidad original.',
|
|
160
|
+
],
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
type: 'title',
|
|
164
|
+
text: 'Lista de Verificación para una Prueba Segura',
|
|
165
|
+
level: 3,
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
type: 'list',
|
|
169
|
+
items: [
|
|
170
|
+
'Carga el SAI completamente antes de probar.',
|
|
171
|
+
'Guarda el trabajo abierto y evita probar durante escrituras críticas o actualizaciones de firmware.',
|
|
172
|
+
'Desenchufa la alimentación de pared, no el equipo, y observa el porcentaje de carga del SAI y la estimación de batería.',
|
|
173
|
+
'Confirma que tu PC, NAS o servidor recibe la señal de apagado antes de que la batería se agote.',
|
|
174
|
+
'Repite la prueba cada pocos meses porque las baterías de plomo-ácido de los SAI envejecen rápidamente.',
|
|
175
|
+
],
|
|
176
|
+
},
|
|
177
|
+
],
|
|
178
|
+
ui: {
|
|
179
|
+
loadTitle: 'Carga protegida',
|
|
180
|
+
addDevice: 'Añadir dispositivo',
|
|
181
|
+
deviceName: 'Dispositivo',
|
|
182
|
+
watts: 'Vatios',
|
|
183
|
+
remove: 'Eliminar dispositivo',
|
|
184
|
+
batteryWh: 'Capacidad de la batería (Wh)',
|
|
185
|
+
efficiency: 'Eficiencia del inversor',
|
|
186
|
+
powerFactor: 'Factor de potencia',
|
|
187
|
+
reserve: 'Reserva de apagado',
|
|
188
|
+
totalLoad: 'Carga total',
|
|
189
|
+
runtime: 'Autonomía estimada',
|
|
190
|
+
recommendedUps: 'Tamaño recomendado',
|
|
191
|
+
usableEnergy: 'Energía útil',
|
|
192
|
+
minutes: 'min',
|
|
193
|
+
hours: 'h',
|
|
194
|
+
wattsUnit: 'W',
|
|
195
|
+
vaUnit: 'VA',
|
|
196
|
+
whUnit: 'Wh',
|
|
197
|
+
assumptionsLabel: 'Parámetros del SAI',
|
|
198
|
+
presetDesktop: 'PC de escritorio',
|
|
199
|
+
presetMonitor: 'Monitor de 27 pulgadas',
|
|
200
|
+
presetRouter: 'Router y módem',
|
|
201
|
+
presetNas: 'NAS de dos bahías',
|
|
202
|
+
percentUnit: '%',
|
|
203
|
+
bandLight: 'ventana de respaldo cómoda con un SAI recomendado cercano a',
|
|
204
|
+
bandBalanced: 'ventana de respaldo equilibrada con un SAI recomendado cercano a',
|
|
205
|
+
bandHeavy: 'ventana de respaldo corta; considera una batería mayor o reduce la carga cercana a',
|
|
206
|
+
summaryPrefix: 'Esta configuración tiene una',
|
|
207
|
+
},
|
|
208
|
+
};
|