@jjlmoya/utils-home 1.16.0 → 1.17.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/pages/[locale]/[slug].astro +28 -12
- package/src/tests/locale_completeness.test.ts +2 -20
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tool/dewPointCalculator/bibliography.ts +10 -0
- package/src/tool/dewPointCalculator/i18n/de.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/en.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/es.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/fr.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/id.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/it.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/ja.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/ko.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/nl.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/pl.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/pt.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/ru.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/sv.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/tr.ts +2 -12
- package/src/tool/dewPointCalculator/i18n/zh.ts +2 -12
- package/src/tool/dewPointCalculator/seo.astro +2 -1
- package/src/tool/heatingComparator/bibliography.ts +14 -0
- package/src/tool/heatingComparator/i18n/de.ts +2 -16
- package/src/tool/heatingComparator/i18n/en.ts +2 -12
- package/src/tool/heatingComparator/i18n/es.ts +2 -16
- package/src/tool/heatingComparator/i18n/fr.ts +2 -12
- package/src/tool/heatingComparator/i18n/id.ts +2 -16
- package/src/tool/heatingComparator/i18n/it.ts +2 -16
- package/src/tool/heatingComparator/i18n/ja.ts +296 -310
- package/src/tool/heatingComparator/i18n/ko.ts +296 -306
- package/src/tool/heatingComparator/i18n/nl.ts +2 -16
- package/src/tool/heatingComparator/i18n/pl.ts +2 -16
- package/src/tool/heatingComparator/i18n/pt.ts +2 -16
- package/src/tool/heatingComparator/i18n/ru.ts +2 -12
- package/src/tool/heatingComparator/i18n/sv.ts +2 -16
- package/src/tool/heatingComparator/i18n/tr.ts +2 -16
- package/src/tool/heatingComparator/i18n/zh.ts +296 -306
- package/src/tool/heatingComparator/seo.astro +3 -3
- package/src/tool/ledSavingCalculator/bibliography.ts +14 -0
- package/src/tool/ledSavingCalculator/i18n/de.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/en.ts +2 -16
- package/src/tool/ledSavingCalculator/i18n/es.ts +2 -16
- package/src/tool/ledSavingCalculator/i18n/fr.ts +2 -16
- package/src/tool/ledSavingCalculator/i18n/id.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/it.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/ja.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/ko.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/nl.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/pl.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/pt.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/ru.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/sv.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/tr.ts +2 -12
- package/src/tool/ledSavingCalculator/i18n/zh.ts +2 -12
- package/src/tool/ledSavingCalculator/seo.astro +2 -1
- package/src/tool/projectorCalculator/bibliography.ts +5 -0
- package/src/tool/projectorCalculator/i18n/de.ts +2 -6
- package/src/tool/projectorCalculator/i18n/en.ts +2 -7
- package/src/tool/projectorCalculator/i18n/es.ts +2 -7
- package/src/tool/projectorCalculator/i18n/fr.ts +2 -7
- package/src/tool/projectorCalculator/i18n/id.ts +2 -7
- package/src/tool/projectorCalculator/i18n/it.ts +2 -6
- package/src/tool/projectorCalculator/i18n/ja.ts +175 -179
- package/src/tool/projectorCalculator/i18n/ko.ts +175 -179
- package/src/tool/projectorCalculator/i18n/nl.ts +2 -6
- package/src/tool/projectorCalculator/i18n/pl.ts +2 -6
- package/src/tool/projectorCalculator/i18n/pt.ts +2 -6
- package/src/tool/projectorCalculator/i18n/ru.ts +2 -6
- package/src/tool/projectorCalculator/i18n/sv.ts +2 -6
- package/src/tool/projectorCalculator/i18n/tr.ts +2 -6
- package/src/tool/projectorCalculator/i18n/zh.ts +175 -179
- package/src/tool/projectorCalculator/seo.astro +2 -1
- package/src/tool/qrGenerator/bibliography.ts +14 -0
- package/src/tool/qrGenerator/i18n/de.ts +192 -202
- package/src/tool/qrGenerator/i18n/en.ts +2 -16
- package/src/tool/qrGenerator/i18n/es.ts +2 -16
- package/src/tool/qrGenerator/i18n/fr.ts +2 -16
- package/src/tool/qrGenerator/i18n/id.ts +146 -150
- package/src/tool/qrGenerator/i18n/it.ts +169 -173
- package/src/tool/qrGenerator/i18n/ja.ts +146 -150
- package/src/tool/qrGenerator/i18n/ko.ts +146 -150
- package/src/tool/qrGenerator/i18n/nl.ts +146 -150
- package/src/tool/qrGenerator/i18n/pl.ts +146 -150
- package/src/tool/qrGenerator/i18n/pt.ts +146 -150
- package/src/tool/qrGenerator/i18n/ru.ts +146 -150
- package/src/tool/qrGenerator/i18n/sv.ts +146 -150
- package/src/tool/qrGenerator/i18n/tr.ts +146 -150
- package/src/tool/qrGenerator/i18n/zh.ts +146 -150
- package/src/tool/qrGenerator/seo.astro +2 -1
- package/src/tool/solarCalculator/bibliography.ts +5 -0
- package/src/tool/solarCalculator/i18n/de.ts +141 -145
- package/src/tool/solarCalculator/i18n/en.ts +2 -7
- package/src/tool/solarCalculator/i18n/es.ts +2 -7
- package/src/tool/solarCalculator/i18n/fr.ts +2 -7
- package/src/tool/solarCalculator/i18n/id.ts +2 -6
- package/src/tool/solarCalculator/i18n/it.ts +2 -6
- package/src/tool/solarCalculator/i18n/ja.ts +121 -125
- package/src/tool/solarCalculator/i18n/ko.ts +116 -120
- package/src/tool/solarCalculator/i18n/nl.ts +2 -5
- package/src/tool/solarCalculator/i18n/pl.ts +2 -6
- package/src/tool/solarCalculator/i18n/pt.ts +2 -6
- package/src/tool/solarCalculator/i18n/ru.ts +2 -5
- package/src/tool/solarCalculator/i18n/sv.ts +2 -5
- package/src/tool/solarCalculator/i18n/tr.ts +2 -5
- package/src/tool/solarCalculator/i18n/zh.ts +116 -120
- package/src/tool/solarCalculator/seo.astro +2 -1
- package/src/tool/tariffComparator/bibliography.ts +7 -0
- package/src/tool/tariffComparator/i18n/de.ts +129 -132
- package/src/tool/tariffComparator/i18n/en.ts +2 -9
- package/src/tool/tariffComparator/i18n/es.ts +2 -9
- package/src/tool/tariffComparator/i18n/fr.ts +2 -9
- package/src/tool/tariffComparator/i18n/id.ts +2 -5
- package/src/tool/tariffComparator/i18n/it.ts +2 -5
- package/src/tool/tariffComparator/i18n/ja.ts +129 -132
- package/src/tool/tariffComparator/i18n/ko.ts +129 -132
- package/src/tool/tariffComparator/i18n/nl.ts +2 -5
- package/src/tool/tariffComparator/i18n/pl.ts +2 -5
- package/src/tool/tariffComparator/i18n/pt.ts +2 -5
- package/src/tool/tariffComparator/i18n/ru.ts +2 -5
- package/src/tool/tariffComparator/i18n/sv.ts +2 -5
- package/src/tool/tariffComparator/i18n/tr.ts +2 -5
- package/src/tool/tariffComparator/i18n/zh.ts +129 -132
- package/src/tool/tariffComparator/seo.astro +2 -1
- package/src/types.ts +0 -2
|
@@ -1,311 +1,297 @@
|
|
|
1
|
-
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
-
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
-
import type { HeatingComparatorUI } from '../ui';
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
const
|
|
7
|
-
const
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
'@
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
'@
|
|
56
|
-
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { HeatingComparatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
5
|
+
|
|
6
|
+
const slug = 'heating-consumption-comparator';
|
|
7
|
+
const title = '暖房比較:ガス vs エコキュート(ヒートポンプ) vs エアコン';
|
|
8
|
+
const description = 'ガス給湯器をエコキュートやエアコンに切り替えた場合の節約額を計算。実際のエネルギー消費量と効率を比較して、最適な住まいづくりをサポートします。';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'ヒートポンプと都市ガス、どちらが安いですか?',
|
|
13
|
+
answer: '月々のランニングコストで見ると、ヒートポンプの方が都市ガスよりも大幅に安くなります。効率400%(COP 4)のおかげで、1kWhあたりの熱供給コストは、電気単価が高くてもガスより30%〜50%ほど低く抑えられるのが一般的です。',
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
question: 'エコキュート(ヒートポンプ)と普通のエアコンの違いは何ですか?',
|
|
17
|
+
answer: '技術的にはどちらもヒートポンプです。主な違いは熱を伝える媒体です。エコキュートなどは「空気対水」システムで、床暖房やラジエーターのための「水」を温めます。一方、エアコンは「空気対空気」システムで、室内機を通して直接「空気」を温めます。',
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
question: '古いラジエーターがある家でもヒートポンプは設置できますか?',
|
|
21
|
+
answer: 'はい、「高温暖房」対応モデルを使用すれば可能です。ただし、最大限の節約効果を得るには、床暖房や低温水用ラジエーターとの組み合わせが理想的です。',
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
question: 'ヒートポンプの導入費用は何年で回収できますか?',
|
|
25
|
+
answer: '家の使用状況や補助金にもよりますが、一般的に5〜8年程度で回収できるケースが多いです。太陽光発電と組み合わせれば、この期間をさらに短縮できます。',
|
|
26
|
+
},
|
|
27
|
+
];
|
|
28
|
+
|
|
29
|
+
const howToData = [
|
|
30
|
+
{
|
|
31
|
+
name: '住宅の面積',
|
|
32
|
+
text: '年間の熱需要を推定するために、住宅の延床面積(平方メートル)を入力してください。',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
name: 'エネルギー価格',
|
|
36
|
+
text: 'より正確な計算のために、検針票を確認してガスと電気の単価を調整してください。',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: '結果を比較',
|
|
40
|
+
text: '3つのシステムを並べて比較し、効率と年間コストで最適なものを見つけましょう。',
|
|
41
|
+
},
|
|
42
|
+
];
|
|
43
|
+
|
|
44
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
45
|
+
'@context': 'https://schema.org',
|
|
46
|
+
'@type': 'FAQPage',
|
|
47
|
+
mainEntity: faqData.map((item) => ({
|
|
48
|
+
'@type': 'Question',
|
|
49
|
+
name: item.question,
|
|
50
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
51
|
+
})),
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
const howToSchema: WithContext<HowTo> = {
|
|
55
|
+
'@context': 'https://schema.org',
|
|
56
|
+
'@type': 'HowTo',
|
|
57
|
+
name: title,
|
|
58
|
+
description,
|
|
59
|
+
step: howToData.map((step) => ({
|
|
60
|
+
'@type': 'HowToStep',
|
|
61
|
+
name: step.name,
|
|
62
|
+
text: step.text,
|
|
63
|
+
})),
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
67
|
+
'@context': 'https://schema.org',
|
|
68
|
+
'@type': 'SoftwareApplication',
|
|
69
|
+
name: title,
|
|
70
|
+
description,
|
|
71
|
+
applicationCategory: 'UtilityApplication',
|
|
72
|
+
operatingSystem: 'All',
|
|
73
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'JPY' },
|
|
74
|
+
inLanguage: 'ja',
|
|
75
|
+
};
|
|
76
|
+
|
|
77
|
+
export const content: ToolLocaleContent<HeatingComparatorUI> = {
|
|
78
|
+
slug,
|
|
79
|
+
title,
|
|
57
80
|
description,
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
type: 'title',
|
|
112
|
-
text: '
|
|
113
|
-
level:
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
type: 'paragraph',
|
|
117
|
-
html: '
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
type: '
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
type: '
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
type: '
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
type: 'paragraph',
|
|
276
|
-
html: '世界的なトレンドは明確で、家庭の「脱炭素化」です。ガスの価格は長期的に上昇する傾向にあります。太陽光発電とヒートポンプの組み合わせは、今の時代、家計と地球の両方に優しい「正解」の一つです。',
|
|
277
|
-
},
|
|
278
|
-
],
|
|
279
|
-
ui: {
|
|
280
|
-
titleVivienda: '1. 住宅データ',
|
|
281
|
-
helperVivienda: '住まいの特徴を設定してください',
|
|
282
|
-
labelM2: '延床面積',
|
|
283
|
-
helperM2: '住宅の床面積(平方メートル)。',
|
|
284
|
-
labelAislamiento: '断熱レベル',
|
|
285
|
-
helperAislamiento: 'どれくらい熱を逃がさない家ですか?',
|
|
286
|
-
optExcelent: '優秀(新築 / ZEH / 高断熱)',
|
|
287
|
-
optMedium: '標準(複層ガラス / 一般的断熱)',
|
|
288
|
-
optPoor: '低い(古い住宅 / 無断熱に近い)',
|
|
289
|
-
titleCoste: '2. エネルギー価格',
|
|
290
|
-
descCoste: '直近の検針票で「燃料費調整額」等を含む単価を確認してください。',
|
|
291
|
-
labelGasPrice: 'ガス単価',
|
|
292
|
-
helperGasPrice: 'ガス1kWhあたりの価格。',
|
|
293
|
-
labelElecPrice: '電気単価',
|
|
294
|
-
helperElecPrice: '電気1kWhあたりの価格。',
|
|
295
|
-
titleComparison: '3. 年間ランニングコスト比較',
|
|
296
|
-
descComparison: '各機器の理論上の効率に基づいた推定値です。',
|
|
297
|
-
systemGas: 'ガス給湯・暖房',
|
|
298
|
-
systemAero: 'ヒートポンプ',
|
|
299
|
-
systemAir: 'エアコン',
|
|
300
|
-
labelAnnualCost: '年間暖房費',
|
|
301
|
-
labelEfficiency: 'エネルギー効率',
|
|
302
|
-
labelSource: '熱源',
|
|
303
|
-
labelEnergy: 'エネルギー種別',
|
|
304
|
-
labelInstallation: '設置方式',
|
|
305
|
-
valGasSource: '都市ガス / プロパン',
|
|
306
|
-
valAeroEnergy: '再エネ + 電気',
|
|
307
|
-
valAirInstall: '空気対空気',
|
|
308
|
-
winnerBadge: '最も経済的',
|
|
309
|
-
unitCurrency: '円',
|
|
310
|
-
},
|
|
311
|
-
};
|
|
81
|
+
faq: faqData,
|
|
82
|
+
bibliography,
|
|
83
|
+
howTo: howToData,
|
|
84
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
85
|
+
seo: [
|
|
86
|
+
{
|
|
87
|
+
type: 'summary',
|
|
88
|
+
title: '暖房システム選びのポイント',
|
|
89
|
+
items: [
|
|
90
|
+
'<strong>ヒートポンプ</strong>はガス給湯器より最大400%効率的です。',
|
|
91
|
+
'<strong>断熱リフォーム</strong>は、どの機器を選ぶよりも光熱費を下げます。',
|
|
92
|
+
'電気システムの<strong>投資回収</strong>は平均6〜8年です。',
|
|
93
|
+
'<strong>太陽光パネル</strong>と組み合わせれば、暖房費をほぼゼロにできます。',
|
|
94
|
+
],
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
type: 'title',
|
|
98
|
+
text: '消費量比較:ガス vs ヒートポンプ vs エアコン',
|
|
99
|
+
level: 2,
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'paragraph',
|
|
103
|
+
html: '住まいに適した空調システムを選ぶことは、家計と快適性の両面で非常に重要な決断です。エネルギー価格が変動し、持続可能性への関心が高まる中、どのシステムが最も効率的で、月々の支払いをどれだけ抑えられるかを知ることは不可欠です。',
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'paragraph',
|
|
107
|
+
html: '日本では長らくガスが主流でした。しかし、<strong>エコキュート等のヒートポンプ(空気対水)</strong>の普及と、<strong>エアコン(空気対空気)</strong>の技術向上により、状況は一変しました。当シミュレーターは、実際のデータに基づいて年間の運用コストを可視化します。',
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
type: 'stats',
|
|
111
|
+
items: [
|
|
112
|
+
{
|
|
113
|
+
label: 'ヒートポンプ効率',
|
|
114
|
+
value: '400%',
|
|
115
|
+
icon: 'mdi:lightning-bolt',
|
|
116
|
+
trend: { value: '最高', positive: true },
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
label: '年間平均節約額',
|
|
120
|
+
value: '約6万円',
|
|
121
|
+
icon: 'mdi:piggy-bank',
|
|
122
|
+
trend: { value: '推定', positive: true },
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
label: '設備寿命',
|
|
126
|
+
value: '20年',
|
|
127
|
+
icon: 'mdi:calendar-check',
|
|
128
|
+
trend: { value: '標準', positive: true },
|
|
129
|
+
},
|
|
130
|
+
],
|
|
131
|
+
columns: 3,
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
type: 'title',
|
|
135
|
+
text: '1. 都市ガス給湯器:従来のスタンダード',
|
|
136
|
+
level: 3,
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
type: 'paragraph',
|
|
140
|
+
html: 'ガス暖房は、燃料を燃やして水を温め、それをラジエーターや床暖房に循環させる仕組みです。',
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
type: 'list',
|
|
144
|
+
items: [
|
|
145
|
+
'<strong>効率:</strong> 最新のエコジョーズなどの潜熱回収型であれば、100%に近い効率を誇ります。',
|
|
146
|
+
'<strong>メリット:</strong> すでにインフラが整っている、立ち上がりが早い、1kWhあたりの単価が安定している。',
|
|
147
|
+
'<strong>デメリット:</strong> 化石燃料への依存、基本料金(固定費)の発生、CO2排出。',
|
|
148
|
+
],
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
type: 'title',
|
|
152
|
+
text: '2. ヒートポンプ(エコキュート等):圧倒的な高効率',
|
|
153
|
+
level: 3,
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
type: 'paragraph',
|
|
157
|
+
html: '外気から熱エネルギーを取り込み(氷点下でも可能)、それを住まいの給湯や暖房(床暖房等)に利用する技術です。',
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
type: 'list',
|
|
161
|
+
items: [
|
|
162
|
+
'<strong>効率(COP):</strong> 最新システムは平均してCOP 4程度です。これは1kWhの電気を使って、4kWh分の熱を生み出すことを意味します。',
|
|
163
|
+
'<strong>メリット:</strong> 太陽光発電との相性が抜群、1台で冷暖房と給湯をカバー可能、圧倒的な低ランニングコスト。',
|
|
164
|
+
'<strong>デメリット:</strong> 導入費用が高い(ただし5〜8年で回収可能)、室外機の設置スペースが必要。',
|
|
165
|
+
],
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
type: 'tip',
|
|
169
|
+
title: '節約のアドバイス',
|
|
170
|
+
html: 'ヒートポンプは床暖房と組み合わせるのが最も効果的です。普通のラジエーター(60〜70℃)と違い、35℃程度の低温水で十分な暖かさを提供できるからです。',
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
type: 'proscons',
|
|
174
|
+
title: 'ヒートポンプ vs ガス給湯器',
|
|
175
|
+
proTitle: 'ヒートポンプを選ぶ理由',
|
|
176
|
+
conTitle: 'ガスを選ぶ理由',
|
|
177
|
+
items: [
|
|
178
|
+
{ pro: '圧倒的な効率 (COP 4+)', con: '導入コストが安い' },
|
|
179
|
+
{ pro: '化石燃料からの脱却', con: '瞬時に高い熱量を提供' },
|
|
180
|
+
{ pro: '1台で冷暖房・給湯', con: '既存の古い設備と相性が良い' },
|
|
181
|
+
{ pro: '太陽光パネルと最適', con: '室外機が不要(宅内のみ)' },
|
|
182
|
+
],
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
type: 'title',
|
|
186
|
+
text: '3. エアコン(ヒートポンプ:空気対空気)',
|
|
187
|
+
level: 3,
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
type: 'paragraph',
|
|
191
|
+
html: '一般的に普及している壁掛けエアコンです。ヒートポンプと同じ原理ですが、水ではなく空気を直接温めます。温暖な地域や、特定の部屋だけを温める場合に最適です。効率(SCOP)は通常3〜3.5程度です。',
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
type: 'title',
|
|
195
|
+
text: '計算式の解説',
|
|
196
|
+
level: 2,
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
type: 'paragraph',
|
|
200
|
+
html: '公平に比較するため、すべての消費量を「実際に供給された1kWhあたりのコスト」に変換しています。',
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
type: 'code',
|
|
204
|
+
code: '年間コスト = (住宅の熱需要 / システム効率) × エネルギー価格',
|
|
205
|
+
ariaLabel: '年間コスト計算式',
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
type: 'paragraph',
|
|
209
|
+
html: '各項目の意味:',
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
type: 'list',
|
|
213
|
+
items: [
|
|
214
|
+
'<strong>熱需要:</strong> 家を温めるのに1年間に必要な熱量(断熱性能と面積に依存)。',
|
|
215
|
+
'<strong>効率:</strong> ガス 0.95、ヒートポンプ 4.0、エアコン 3.2。',
|
|
216
|
+
'<strong>価格:</strong> 各種税込みの1kWhあたりの単価。',
|
|
217
|
+
],
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
type: 'card',
|
|
221
|
+
title: 'シミュレーション例:100m²の住宅',
|
|
222
|
+
icon: 'mdi:home-analytics',
|
|
223
|
+
html: '<p>年間7,000kWhの暖房が必要な場合:</p><ul><li><strong>ガス:</strong> 約8.5万円/年</li><li><strong>ヒートポンプ:</strong> 約4.5万円/年(約46%節約!)</li><li><strong>エアコン:</strong> 約5.5万円/年</li></ul>',
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
type: 'title',
|
|
227
|
+
text: '断熱性能の影響',
|
|
228
|
+
level: 3,
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
type: 'paragraph',
|
|
232
|
+
html: 'どんなに高性能な暖房器具も、家から熱が逃げてしまえば意味がありません。高価な機器を買う前に、窓や壁の断熱を見直しましょう。断熱が良ければ熱需要が半分になり、機器を小型・安価に抑えられます。',
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
type: 'title',
|
|
236
|
+
text: 'ヒートポンプの誤解と真実',
|
|
237
|
+
level: 2,
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
type: 'list',
|
|
241
|
+
items: [
|
|
242
|
+
'<strong>「寒冷地では使えない」:</strong> 間違いです。近年の機器は-15℃や-20℃でも高い性能を維持します。',
|
|
243
|
+
'<strong>「空気が乾燥する」:</strong> エアコン(温風)特有です。床暖房ならお湯を循環させるので快適です。',
|
|
244
|
+
'<strong>「電気が高いから損」:</strong> 単価はガスより高くても、400%の効率がその差を大幅に逆転させます。',
|
|
245
|
+
],
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
type: 'diagnostic',
|
|
249
|
+
variant: 'info',
|
|
250
|
+
title: 'ご存知ですか?',
|
|
251
|
+
icon: 'mdi:lightbulb-on',
|
|
252
|
+
badge: '豆知識',
|
|
253
|
+
html: '<p>COPは外気温によって変動します。極端な寒さでは効率がやや下がりますが、それでも電気ヒーターやガス暖房よりはるかに高性能です。</p>',
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
type: 'title',
|
|
257
|
+
text: '結論:未来は「電化」',
|
|
258
|
+
level: 2,
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
type: 'paragraph',
|
|
262
|
+
html: '世界的なトレンドは明確で、家庭の「脱炭素化」です。ガスの価格は長期的に上昇する傾向にあります。太陽光発電とヒートポンプの組み合わせは、今の時代、家計と地球の両方に優しい「正解」の一つです。',
|
|
263
|
+
},
|
|
264
|
+
],
|
|
265
|
+
ui: {
|
|
266
|
+
titleVivienda: '1. 住宅データ',
|
|
267
|
+
helperVivienda: '住まいの特徴を設定してください',
|
|
268
|
+
labelM2: '延床面積',
|
|
269
|
+
helperM2: '住宅の床面積(平方メートル)。',
|
|
270
|
+
labelAislamiento: '断熱レベル',
|
|
271
|
+
helperAislamiento: 'どれくらい熱を逃がさない家ですか?',
|
|
272
|
+
optExcelent: '優秀(新築 / ZEH / 高断熱)',
|
|
273
|
+
optMedium: '標準(複層ガラス / 一般的断熱)',
|
|
274
|
+
optPoor: '低い(古い住宅 / 無断熱に近い)',
|
|
275
|
+
titleCoste: '2. エネルギー価格',
|
|
276
|
+
descCoste: '直近の検針票で「燃料費調整額」等を含む単価を確認してください。',
|
|
277
|
+
labelGasPrice: 'ガス単価',
|
|
278
|
+
helperGasPrice: 'ガス1kWhあたりの価格。',
|
|
279
|
+
labelElecPrice: '電気単価',
|
|
280
|
+
helperElecPrice: '電気1kWhあたりの価格。',
|
|
281
|
+
titleComparison: '3. 年間ランニングコスト比較',
|
|
282
|
+
descComparison: '各機器の理論上の効率に基づいた推定値です。',
|
|
283
|
+
systemGas: 'ガス給湯・暖房',
|
|
284
|
+
systemAero: 'ヒートポンプ',
|
|
285
|
+
systemAir: 'エアコン',
|
|
286
|
+
labelAnnualCost: '年間暖房費',
|
|
287
|
+
labelEfficiency: 'エネルギー効率',
|
|
288
|
+
labelSource: '熱源',
|
|
289
|
+
labelEnergy: 'エネルギー種別',
|
|
290
|
+
labelInstallation: '設置方式',
|
|
291
|
+
valGasSource: '都市ガス / プロパン',
|
|
292
|
+
valAeroEnergy: '再エネ + 電気',
|
|
293
|
+
valAirInstall: '空気対空気',
|
|
294
|
+
winnerBadge: '最も経済的',
|
|
295
|
+
unitCurrency: '円',
|
|
296
|
+
},
|
|
297
|
+
};
|