2021-04-05 08:11:06 +00:00
{
"config" : {
2021-05-11 05:14:33 +00:00
"flow_title" : "{serial} ({host})" ,
2021-04-05 08:11:06 +00:00
"step" : {
"user" : {
2023-09-11 07:16:21 +00:00
"description" : "For firmware version 7.0 and later, enter the Enphase cloud credentials, for older models, enter username `installer` without a password." ,
2021-04-05 08:11:06 +00:00
"data" : {
"host" : "[%key:common::config_flow::data::host%]" ,
"username" : "[%key:common::config_flow::data::username%]" ,
"password" : "[%key:common::config_flow::data::password%]"
}
}
} ,
"error" : {
2023-08-05 23:33:16 +00:00
"cannot_connect" : "Cannot connect: {reason}" ,
"invalid_auth" : "Invalid authentication: {reason}" ,
2021-04-05 08:11:06 +00:00
"unknown" : "[%key:common::config_flow::error::unknown%]"
} ,
"abort" : {
2021-04-15 09:17:32 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]"
2021-04-05 08:11:06 +00:00
}
2023-08-06 00:32:35 +00:00
} ,
"entity" : {
2023-08-08 18:03:02 +00:00
"binary_sensor" : {
"communicating" : {
"name" : "Communicating"
} ,
"dc_switch" : {
2023-08-09 03:05:52 +00:00
"name" : "DC switch"
2023-08-08 18:03:02 +00:00
} ,
2023-08-09 03:05:52 +00:00
"grid_status" : {
"name" : "Grid status"
2023-08-08 18:03:02 +00:00
}
} ,
2023-08-15 18:08:11 +00:00
"number" : {
"cutoff_battery_level" : {
"name" : "Cutoff battery level"
} ,
"restore_battery_level" : {
"name" : "Restore battery level"
2023-10-21 00:05:42 +00:00
} ,
"reserve_soc" : {
"name" : "Reserve battery level"
2023-08-15 18:08:11 +00:00
}
} ,
2023-08-15 00:23:16 +00:00
"select" : {
"relay_mode" : {
"name" : "Mode" ,
"state" : {
"standard" : "Standard" ,
"battery" : "Battery level"
}
} ,
"relay_grid_action" : {
"name" : "Grid action" ,
"state" : {
"powered" : "Powered" ,
"not_powered" : "Not powered" ,
"schedule" : "Follow schedule" ,
"none" : "None"
}
} ,
"relay_microgrid_action" : {
"name" : "Microgrid action" ,
"state" : {
"powered" : "[%key:component::enphase_envoy::entity::select::relay_grid_action::state::powered%]" ,
"not_powered" : "[%key:component::enphase_envoy::entity::select::relay_grid_action::state::not_powered%]" ,
"schedule" : "[%key:component::enphase_envoy::entity::select::relay_grid_action::state::schedule%]" ,
"none" : "[%key:component::enphase_envoy::entity::select::relay_grid_action::state::none%]"
}
} ,
"relay_generator_action" : {
"name" : "Generator action" ,
"state" : {
"powered" : "[%key:component::enphase_envoy::entity::select::relay_grid_action::state::powered%]" ,
"not_powered" : "[%key:component::enphase_envoy::entity::select::relay_grid_action::state::not_powered%]" ,
"schedule" : "[%key:component::enphase_envoy::entity::select::relay_grid_action::state::schedule%]" ,
"none" : "[%key:component::enphase_envoy::entity::select::relay_grid_action::state::none%]"
}
2023-10-21 00:05:42 +00:00
} ,
"storage_mode" : {
"name" : "Storage mode" ,
"state" : {
"self_consumption" : "Self consumption" ,
"backup" : "Full backup" ,
"savings" : "Savings mode"
}
2023-08-15 00:23:16 +00:00
}
} ,
2023-08-06 00:32:35 +00:00
"sensor" : {
"last_reported" : {
"name" : "Last reported"
} ,
"current_power_production" : {
"name" : "Current power production"
} ,
"daily_production" : {
"name" : "Energy production today"
} ,
"seven_days_production" : {
"name" : "Energy production last seven days"
} ,
"lifetime_production" : {
"name" : "Lifetime energy production"
} ,
"current_power_consumption" : {
"name" : "Current power consumption"
} ,
"daily_consumption" : {
"name" : "Energy consumption today"
} ,
"seven_days_consumption" : {
"name" : "Energy consumption last seven days"
} ,
"lifetime_consumption" : {
"name" : "Lifetime energy consumption"
2023-08-12 00:15:42 +00:00
} ,
"reserve_soc" : {
"name" : "Reserve battery level"
} ,
"available_energy" : {
"name" : "Available battery energy"
} ,
"reserve_energy" : {
"name" : "Reserve battery energy"
} ,
"max_capacity" : {
"name" : "Battery capacity"
} ,
"configured_reserve_soc" : {
"name" : "Configured reserve battery level"
2023-08-06 00:32:35 +00:00
}
2023-08-11 17:31:47 +00:00
} ,
"switch" : {
2023-10-20 18:30:54 +00:00
"charge_from_grid" : {
"name" : "Charge from grid"
} ,
2023-08-11 17:31:47 +00:00
"grid_enabled" : {
"name" : "Grid enabled"
}
2023-08-06 00:32:35 +00:00
}
2021-04-05 08:11:06 +00:00
}
2021-05-11 05:14:33 +00:00
}