Skip to content

Commit 53fde9d

Browse files
committed
More specs
1 parent 837ddf4 commit 53fde9d

3 files changed

Lines changed: 63 additions & 8 deletions

File tree

data/manufacturers/ecoflow.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
"features": {
3131
"offGrid": true
3232
},
33+
"solar": {
34+
"maxPowerW": 2000,
35+
"mpptConnections": 4,
36+
"minVoltV": 15,
37+
"maxVoltV": 60
38+
},
3339
"supportedP1Meters": [
3440
"ecoflow"
3541
],

data/manufacturers/growatt.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"offGrid": true
2828
},
2929
"solar": {
30-
"maxPowerW": 2600
30+
"maxPowerW": 2600,
31+
"mpptConnections": 4
3132
},
3233
"expansion": {
3334
"expansionModel": "NEXA 2000 expansion",

data/manufacturers/indevolt.json

Lines changed: 55 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -498,9 +498,15 @@
498498
"features": {
499499
"offGrid": true
500500
},
501+
"solar": {
502+
"maxPowerW": 2400,
503+
"mpptConnections": 4,
504+
"minVoltV": 16,
505+
"maxVoltV": 60
506+
},
501507
"expansion": {
502-
"expansionModel": "PFA2000",
503-
"expansionCapacityWh": 2009,
508+
"expansionModel": "PFA4000",
509+
"expansionCapacityWh": 4009,
504510
"additionalChargePower": [
505511
{
506512
"minUnits": 1,
@@ -514,12 +520,12 @@
514520
"maxUnits": 5,
515521
"expansionPhysical": {
516522
"widthMm": 425,
517-
"heightMm": 260,
518-
"depthMm": 195,
519-
"weightKg": 19.5
523+
"heightMm": 300,
524+
"depthMm": 225,
525+
"weightKg": 32
520526
}
521527
},
522-
"productUrl": "https://nl.indevolt.com/products/indevolt-solidflex-2000-eco-thuisbatterij-met-zonnestroom-en-halfvaste-lifepo-batterij",
528+
"productUrl": "https://nl.indevolt.com/products/powerflex-2000-thuisbatterij-met-zonnestroom",
523529
"forumUrl": "https://gathering.tweakers.net/forum/list_messages/2312502",
524530
"supportedP1Meters": [
525531
"homewizard",
@@ -533,7 +539,49 @@
533539
"rs485": false,
534540
"cellular4G": true,
535541
"lora": true
536-
}
542+
},
543+
"packages": [
544+
{
545+
"description": "PowerFlex 2000",
546+
"baseCount": 1,
547+
"expansionCount": 0,
548+
"offerings": [
549+
{
550+
"retailer": "Thuisbatterij",
551+
"url": "https://thuisbatterij.nl/winkel/indevolt-powerflex-2000/",
552+
"price": 650,
553+
"startDate": "2026-03-28",
554+
"endDate": null,
555+
"p1Meters": [
556+
{
557+
"slug": "solarman",
558+
"price": 35
559+
}
560+
]
561+
}
562+
]
563+
},
564+
{
565+
"description": "PowerFlex 2000 + 4 kWh",
566+
"baseCount": 1,
567+
"expansionCount": 1,
568+
"offerings": [
569+
{
570+
"retailer": "Thuisbatterij",
571+
"url": "https://thuisbatterij.nl/winkel/indevolt-powerflex-2000/?attribute_omvormer=Powerflex+Eco+2+kWh&attribute_extra-capaciteit=1+batterij+module+4+kWh",
572+
"price": 1499,
573+
"startDate": "2026-03-28",
574+
"endDate": null,
575+
"p1Meters": [
576+
{
577+
"slug": "solarman",
578+
"price": 0
579+
}
580+
]
581+
}
582+
]
583+
}
584+
]
537585
}
538586
]
539587
}

0 commit comments

Comments
 (0)