Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release EVerest 2024.9.0 for kirkstone #2

Open
wants to merge 4 commits into
base: kirkstone
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ active_modules:
api:
connections:
evse_manager:
- implementation_id: evse
module_id: evse_manager
- implementation_id: evse
module_id: evse_manager
error_history:
- module_id: error_history
implementation_id: error_history
module: API
error_history:
module: ErrorHistory
config_implementation:
error_history:
database_path: /tmp/error_history.db
auth:
module: Auth
config_module:
Expand Down Expand Up @@ -38,7 +46,6 @@ active_modules:
ac_nominal_voltage: 230
ac_with_soc: false
charge_mode: AC
country_code: DE
dbg_hlc_auth_after_tstep: false
ev_receipt_required: false
evse_id: DE*PNX*E123456*1
Expand All @@ -48,7 +55,6 @@ active_modules:
session_logging: true
session_logging_path: /tmp/logs
session_logging_xml: false
three_phases: true
connector_id: 1
connections:
bsp:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ active_modules:
api:
connections:
evse_manager:
- implementation_id: evse
module_id: evse_manager
- implementation_id: evse
module_id: evse_manager
error_history:
- module_id: error_history
implementation_id: error_history
module: API
error_history:
module: ErrorHistory
config_implementation:
error_history:
database_path: /tmp/error_history.db
auth:
module: Auth
config_module:
Expand Down Expand Up @@ -38,7 +46,6 @@ active_modules:
ac_nominal_voltage: 230
ac_with_soc: false
charge_mode: AC
country_code: DE
dbg_hlc_auth_after_tstep: false
ev_receipt_required: false
evse_id: DE*PNX*E123456*1
Expand All @@ -48,7 +55,6 @@ active_modules:
session_logging: true
session_logging_path: /tmp/logs
session_logging_xml: false
three_phases: true
connector_id: 1
connections:
bsp:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ active_modules:
api:
connections:
evse_manager:
- implementation_id: evse
module_id: evse_manager
- implementation_id: evse
module_id: evse_manager
error_history:
- module_id: error_history
implementation_id: error_history
module: API
error_history:
module: ErrorHistory
config_implementation:
error_history:
database_path: /tmp/error_history.db
auth:
module: Auth
config_module:
Expand Down Expand Up @@ -38,7 +46,6 @@ active_modules:
ac_nominal_voltage: 230
ac_with_soc: false
charge_mode: AC
country_code: DE
dbg_hlc_auth_after_tstep: false
ev_receipt_required: false
evse_id: DE*PNX*E123456*1
Expand All @@ -48,7 +55,6 @@ active_modules:
session_logging: true
session_logging_path: /tmp/logs
session_logging_xml: false
three_phases: true
connector_id: 1
connections:
bsp:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ active_modules:
api:
connections:
evse_manager:
- implementation_id: evse
module_id: evse_manager
- implementation_id: evse
module_id: evse_manager
error_history:
- module_id: error_history
implementation_id: error_history
module: API
error_history:
module: ErrorHistory
config_implementation:
error_history:
database_path: /tmp/error_history.db
auth:
module: Auth
config_module:
Expand Down Expand Up @@ -40,7 +48,6 @@ active_modules:
ac_nominal_voltage: 230
ac_with_soc: false
charge_mode: AC
country_code: DE
dbg_hlc_auth_after_tstep: false
ev_receipt_required: false
evse_id: DE*PNX*E123456*1
Expand All @@ -50,7 +57,6 @@ active_modules:
session_logging: true
session_logging_path: /tmp/logs
session_logging_xml: false
three_phases: true
connector_id: 1
connections:
bsp:
Expand Down
4 changes: 2 additions & 2 deletions setup
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ layers = [
"remote": "github",
},
{
"rev": "fbca8d3f83147b3cfd5b7e8982c892e26b979fbf",
"branch": "release/kirkstone/2024.6.0",
"rev": "26959a3514502a213ccad34c7505d4605fc9f64d",
"branch": "release/kirkstone/2024.9.0",
"repo": "EVerest/meta-everest",
"path": "meta-everest",
"remote": "github",
Expand Down