File tree 2 files changed +13
-2
lines changed
examples/energy-management-app/esp32
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ menu "Energy Management Example App Configuration"
203
203
204
204
config CHIP_DEVICE_CONFIG_ENABLE_DEVICE_ENERGY_MANAGEMENT_TRIGGER
205
205
bool "Enable DEM triggers"
206
- default "y "
206
+ default "n "
207
207
help
208
208
Enable test triggers used by the Device Energy Management tests
209
209
Original file line number Diff line number Diff line change @@ -68,6 +68,17 @@ CONFIG_LWIP_IPV6_NUM_ADDRESSES=6
68
68
# Enable sntp time sync
69
69
CONFIG_ENABLE_SNTP_TIME_SYNC=y
70
70
71
- CONFIG_ENABLE_EXAMPLE_WATER_HEATER_DEVICE=y
71
+ # Enable EVSE device on EP1
72
+ CONFIG_CHIP_DEVICE_CONFIG_ENABLE_EVSE=y
72
73
74
+ # Enable test triggers used by the Device Energy Management tests
75
+ CONFIG_CHIP_DEVICE_CONFIG_ENABLE_DEVICE_ENERGY_MANAGEMENT_TRIGGER=y
76
+
77
+ # Enable test triggers used by the Evse tests
78
+ CONFIG_CHIP_DEVICE_CONFIG_ENABLE_ENERGY_EVSE_TRIGGER=y
79
+
80
+ # Enable test triggers used by the Water Heater Management tests
73
81
CONFIG_CHIP_DEVICE_CONFIG_ENABLE_WATER_HEATER_MANAGEMENT_TRIGGER=y
82
+
83
+ # Ensure kPowerForecastReporting (PFR) is set in the DeviceEnergyManagement::Feature attribute. Note cannot set PFR and SFR.
84
+ CONFIG_DEM_SUPPORT_POWER_FORECAST_REPORTING=y
You can’t perform that action at this time.
0 commit comments