Photo-voltaic Availability schedule in E+

asked 2019-01-07 05:05:58 -0500

Daniel.A's avatar

updated 2019-01-07 12:14:08 -0500

I have one PV panel that just work at special hours according to Schedule:PV_On I modeled it in E+ according to following context. But it works all the time And produce Electricity. Here the result= link text

!- =========== ALL OBJECTS IN CLASS: SCHEDULE:COMPACT ===========

Schedule:Compact,

PV_ON,                   !- Name
Any,                     !- Schedule Type Limits Name
Through: 12/31,          !- Field 1
For: AllDays,            !- Field 2
Until: 11:00,            !- Field 3
0.0,                     !- Field 4
Until: 15:00,            !- Field 5
1.0,                     !- Field 6
Until: 24:00,            !- Field 7
0.0;                     !- Field 8

!- =========== ALL OBJECTS IN CLASS: GENERATOR:PVWATTS ===========

Generator:PVWatts,
PV-AA,                   !- Name
5,                       !- PVWatts Version
4160,                    !- DC System Capacity {W}
Standard,                !- Module Type
FixedOpenRack,           !- Array Type
0.14,                    !- System Losses
TiltAzimuth,             !- Array Geometry Type
25,                      !- Tilt Angle {deg}
204;                     !- Azimuth Angle {deg}

!- =========== ALL OBJECTS IN CLASS: ELECTRICLOADCENTER:INVERTER:PVWATTS ===========

ElectricLoadCenter:Inverter:PVWatts,
Inverter1,               !- Name
1.022,                   !- DC to AC Size Ratio
0.981;                   !- Inverter Efficiency

!- =========== ALL OBJECTS IN CLASS: ELECTRICLOADCENTER:GENERATORS ===========

ElectricLoadCenter:Generators,
PVList1,                 !- Name
PV-AA,                   !- Generator 1 Name
Generator:PVWatts,       !- Generator 1 Object Type
4160,                    !- Generator 1 Rated Electric Power Output {W}
PV_ON,                   !- Generator 1 Availability Schedule Name
;                        !- Generator 1 Rated Thermal toElectrical Power Ratio

!- =========== ALL OBJECTS IN CLASS: ELECTRICLOADCENTER:DISTRIBUTION ===========

ElectricLoadCenter:Distribution,
ELC1,                    !- Name
PVList1,                 !- Generator List Name
Baseload,                !- Generator Operation Scheme Type
0,                       !- Generator Demand Limit Scheme Purchased Electric Demand Limit {W}
,                        !- Generator Track Schedule Name Scheme Schedule Name
,                        !- Generator Track Meter Scheme Meter Name
DirectCurrentWithInverter,  !- Electrical Buss Type
Inverter1;               !- Inverter Name
edit retag flag offensive close merge delete

Comments

Can you check whether it works correctly if you use, say, a PhotovoltaicPerformance:Simple object instead? If so, then please file a bug report and reference PVWatts.

shorowit's avatar shorowit  ( 2019-01-18 12:19:39 -0500 )edit

@shorowit I checked it. But the problem is the same...all PVs work together at the same time and availability schedule doesn't affect the results.

Daniel.A's avatar Daniel.A  ( 2019-01-19 00:29:20 -0500 )edit

here is the simple model link text

Daniel.A's avatar Daniel.A  ( 2019-01-19 05:11:07 -0500 )edit