2021-12-11 05:02:17 +00:00
{
"device_automation" : {
"trigger_type" : {
2023-06-28 09:08:53 +00:00
"transmitter" : "Transmitter code received" ,
"transponder" : "Transponder code received" ,
"fingerprint" : "Fingerprint code received" ,
"codelock" : "Code lock code received" ,
"send_keys" : "Send keys received"
2024-06-12 20:45:10 +00:00
} ,
"extra_fields" : {
"action" : "Action" ,
"code" : "Code" ,
"key" : "Key" ,
"level" : "Level"
2021-12-11 05:02:17 +00:00
}
2023-07-11 22:24:16 +00:00
} ,
2024-08-21 09:33:47 +00:00
"config" : {
"step" : {
"user" : {
2025-01-19 10:56:34 +00:00
"title" : "Set up LCN host" ,
2024-08-21 09:33:47 +00:00
"description" : "Set up new connection to LCN host." ,
"data" : {
"host" : "[%key:common::config_flow::data::name%]" ,
"ip_address" : "[%key:common::config_flow::data::ip%]" ,
"port" : "[%key:common::config_flow::data::port%]" ,
"username" : "[%key:common::config_flow::data::username%]" ,
"password" : "[%key:common::config_flow::data::password%]" ,
"sk_num_tries" : "Segment coupler scan attempts" ,
2024-09-14 07:21:15 +00:00
"dim_mode" : "Dimming mode" ,
"acknowledge" : "Request acknowledgement from modules"
} ,
"data_description" : {
2025-01-17 17:09:19 +00:00
"host" : "Name of the LCN integration entry." ,
"ip_address" : "IP address or hostname of the PCHK server." ,
"port" : "Port used by the PCHK server." ,
"username" : "Username for authorization on the PCHK server." ,
"password" : "Password for authorization on the PCHK server." ,
"sk_num_tries" : "If you have a segment coupler in your LCN installation, increase this number to at least 3, so all segment couplers are identified correctly." ,
"dim_mode" : "The number of steps used for dimming outputs of all LCN modules." ,
"acknowledge" : "Retry sendig commands if no expected response is received from modules (increases bus traffic)."
2024-08-21 09:33:47 +00:00
}
} ,
2024-10-14 10:57:15 +00:00
"reconfigure" : {
2024-08-21 09:33:47 +00:00
"title" : "Reconfigure LCN host" ,
"description" : "Reconfigure connection to LCN host." ,
"data" : {
"ip_address" : "[%key:common::config_flow::data::ip%]" ,
"port" : "[%key:common::config_flow::data::port%]" ,
"username" : "[%key:common::config_flow::data::username%]" ,
"password" : "[%key:common::config_flow::data::password%]" ,
2024-09-14 07:21:15 +00:00
"sk_num_tries" : "[%key:component::lcn::config::step::user::data::sk_num_tries%]" ,
"dim_mode" : "[%key:component::lcn::config::step::user::data::dim_mode%]" ,
"acknowledge" : "[%key:component::lcn::config::step::user::data::acknowledge%]"
} ,
"data_description" : {
2025-01-17 17:09:19 +00:00
"ip_address" : "[%key:component::lcn::config::step::user::data_description::ip_address%]" ,
"port" : "[%key:component::lcn::config::step::user::data_description::port%]" ,
"username" : "[%key:component::lcn::config::step::user::data_description::username%]" ,
"password" : "[%key:component::lcn::config::step::user::data_description::password%]" ,
"sk_num_tries" : "[%key:component::lcn::config::step::user::data_description::sk_num_tries%]" ,
2024-09-14 07:21:15 +00:00
"dim_mode" : "[%key:component::lcn::config::step::user::data_description::dim_mode%]" ,
"acknowledge" : "[%key:component::lcn::config::step::user::data_description::acknowledge%]"
2024-08-21 09:33:47 +00:00
}
}
} ,
"error" : {
"authentication_error" : "Authentication failed. Wrong username or password." ,
"license_error" : "Maximum number of connections was reached. An additional licence key is required." ,
"connection_refused" : "Unable to connect to PCHK. Check IP and port." ,
"already_configured" : "PCHK connection using the same ip address/port is already configured."
} ,
"abort" : {
"reconfigure_successful" : "[%key:common::config_flow::abort::reconfigure_successful%]"
}
} ,
"issues" : {
2024-10-29 19:08:30 +00:00
"deprecated_regulatorlock_sensor" : {
2024-10-29 19:27:13 +00:00
"title" : "Deprecated LCN regulator lock binary sensor" ,
2025-01-19 10:56:34 +00:00
"description" : "Your LCN regulator lock binary sensor entity `{entity}` is being used in automations or scripts. A regulator lock switch entity is available and should be used going forward.\n\nPlease adjust your automations or scripts to fix this issue."
2024-10-29 19:08:30 +00:00
} ,
"deprecated_keylock_sensor" : {
2024-10-29 19:27:13 +00:00
"title" : "Deprecated LCN key lock binary sensor" ,
2025-01-19 10:56:34 +00:00
"description" : "Your LCN key lock binary sensor entity `{entity}` is being used in automations or scripts. A key lock switch entity is available and should be used going forward.\n\nPlease adjust your automations or scripts to fix this issue."
2024-12-18 13:35:02 +00:00
} ,
"deprecated_address_parameter" : {
"title" : "Deprecated 'address' parameter" ,
2025-01-19 10:56:34 +00:00
"description" : "The 'address' parameter in the LCN action calls is deprecated. The 'device ID' parameter should be used going forward.\n\nPlease adjust your automations or scripts to fix this issue."
2024-08-21 09:33:47 +00:00
}
} ,
2023-07-11 22:24:16 +00:00
"services" : {
"output_abs" : {
"name" : "Output absolute brightness" ,
"description" : "Sets absolute brightness of output port in percent." ,
"fields" : {
2024-12-18 13:35:02 +00:00
"device_id" : {
"name" : "[%key:common::config_flow::data::device%]" ,
2025-01-19 10:56:34 +00:00
"description" : "The device ID of the LCN module or group."
2024-12-18 13:35:02 +00:00
} ,
2023-07-11 22:24:16 +00:00
"address" : {
"name" : "Address" ,
"description" : "Module address."
} ,
"output" : {
"name" : "Output" ,
"description" : "Output port."
} ,
"brightness" : {
"name" : "Brightness" ,
"description" : "Absolute brightness."
} ,
"transition" : {
"name" : "Transition" ,
"description" : "Transition time."
}
}
} ,
"output_rel" : {
"name" : "Output relative brightness" ,
"description" : "Sets relative brightness of output port in percent." ,
"fields" : {
2024-12-18 13:35:02 +00:00
"device_id" : {
"name" : "[%key:common::config_flow::data::device%]" ,
"description" : "[%key:component::lcn::services::output_abs::fields::device_id::description%]"
} ,
2023-07-11 22:24:16 +00:00
"address" : {
"name" : "Address" ,
2023-07-13 15:52:50 +00:00
"description" : "[%key:component::lcn::services::output_abs::fields::address::description%]"
2023-07-11 22:24:16 +00:00
} ,
"output" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:component::lcn::services::output_abs::fields::output::name%]" ,
"description" : "[%key:component::lcn::services::output_abs::fields::output::description%]"
2023-07-11 22:24:16 +00:00
} ,
"brightness" : {
"name" : "Brightness" ,
"description" : "Relative brightness."
}
}
} ,
"output_toggle" : {
"name" : "Toggle output" ,
"description" : "Toggles output port." ,
"fields" : {
2024-12-18 13:35:02 +00:00
"device_id" : {
"name" : "[%key:common::config_flow::data::device%]" ,
"description" : "[%key:component::lcn::services::output_abs::fields::device_id::description%]"
} ,
2023-07-11 22:24:16 +00:00
"address" : {
"name" : "Address" ,
2023-07-13 15:52:50 +00:00
"description" : "[%key:component::lcn::services::output_abs::fields::address::description%]"
2023-07-11 22:24:16 +00:00
} ,
"output" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:component::lcn::services::output_abs::fields::output::name%]" ,
"description" : "[%key:component::lcn::services::output_abs::fields::output::description%]"
2023-07-11 22:24:16 +00:00
} ,
"transition" : {
"name" : "Transition" ,
2023-07-13 15:52:50 +00:00
"description" : "[%key:component::lcn::services::output_abs::fields::transition::description%]"
2023-07-11 22:24:16 +00:00
}
}
} ,
"relays" : {
"name" : "Relays" ,
"description" : "Sets the relays status." ,
"fields" : {
2024-12-18 13:35:02 +00:00
"device_id" : {
"name" : "[%key:common::config_flow::data::device%]" ,
"description" : "[%key:component::lcn::services::output_abs::fields::device_id::description%]"
} ,
2023-07-11 22:24:16 +00:00
"address" : {
"name" : "Address" ,
2023-07-13 15:52:50 +00:00
"description" : "[%key:component::lcn::services::output_abs::fields::address::description%]"
2023-07-11 22:24:16 +00:00
} ,
"state" : {
"name" : "State" ,
"description" : "Relays states as string (1=on, 2=off, t=toggle, -=no change)."
}
}
} ,
"led" : {
"name" : "LED" ,
2025-01-04 11:01:39 +00:00
"description" : "Sets the LED state." ,
2023-07-11 22:24:16 +00:00
"fields" : {
2024-12-18 13:35:02 +00:00
"device_id" : {
"name" : "[%key:common::config_flow::data::device%]" ,
"description" : "[%key:component::lcn::services::output_abs::fields::device_id::description%]"
} ,
2023-07-11 22:24:16 +00:00
"address" : {
"name" : "Address" ,
2023-07-13 15:52:50 +00:00
"description" : "[%key:component::lcn::services::output_abs::fields::address::description%]"
2023-07-11 22:24:16 +00:00
} ,
"led" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:component::lcn::services::led::name%]" ,
2025-01-04 11:01:39 +00:00
"description" : "The LED port of the device."
2023-07-11 22:24:16 +00:00
} ,
"state" : {
"name" : "State" ,
2025-01-04 11:01:39 +00:00
"description" : "The LED state to set."
2023-07-11 22:24:16 +00:00
}
}
} ,
"var_abs" : {
"name" : "Set absolute variable" ,
"description" : "Sets absolute value of a variable or setpoint." ,
"fields" : {
2024-12-18 13:35:02 +00:00
"device_id" : {
"name" : "[%key:common::config_flow::data::device%]" ,
"description" : "[%key:component::lcn::services::output_abs::fields::device_id::description%]"
} ,
2023-07-11 22:24:16 +00:00
"address" : {
"name" : "Address" ,
2023-07-13 15:52:50 +00:00
"description" : "[%key:component::lcn::services::output_abs::fields::address::description%]"
2023-07-11 22:24:16 +00:00
} ,
"variable" : {
"name" : "Variable" ,
"description" : "Variable or setpoint name."
} ,
"value" : {
"name" : "Value" ,
"description" : "Value to set."
} ,
"unit_of_measurement" : {
"name" : "Unit of measurement" ,
"description" : "Unit of value."
}
}
} ,
"var_reset" : {
"name" : "Reset variable" ,
"description" : "Resets value of variable or setpoint." ,
"fields" : {
2024-12-18 13:35:02 +00:00
"device_id" : {
"name" : "[%key:common::config_flow::data::device%]" ,
"description" : "[%key:component::lcn::services::output_abs::fields::device_id::description%]"
} ,
2023-07-11 22:24:16 +00:00
"address" : {
"name" : "Address" ,
2023-07-13 15:52:50 +00:00
"description" : "[%key:component::lcn::services::output_abs::fields::address::description%]"
2023-07-11 22:24:16 +00:00
} ,
"variable" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:component::lcn::services::var_abs::fields::variable::name%]" ,
"description" : "[%key:component::lcn::services::var_abs::fields::variable::description%]"
2023-07-11 22:24:16 +00:00
}
}
} ,
"var_rel" : {
"name" : "Shift variable" ,
"description" : "Shift value of a variable, setpoint or threshold." ,
"fields" : {
2024-12-18 13:35:02 +00:00
"device_id" : {
"name" : "[%key:common::config_flow::data::device%]" ,
"description" : "[%key:component::lcn::services::output_abs::fields::device_id::description%]"
} ,
2023-07-11 22:24:16 +00:00
"address" : {
"name" : "Address" ,
2023-07-13 15:52:50 +00:00
"description" : "[%key:component::lcn::services::output_abs::fields::address::description%]"
2023-07-11 22:24:16 +00:00
} ,
"variable" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:component::lcn::services::var_abs::fields::variable::name%]" ,
"description" : "[%key:component::lcn::services::var_abs::fields::variable::description%]"
2023-07-11 22:24:16 +00:00
} ,
"value" : {
"name" : "Value" ,
"description" : "Shift value."
} ,
"unit_of_measurement" : {
"name" : "Unit of measurement" ,
2023-07-13 15:52:50 +00:00
"description" : "[%key:component::lcn::services::var_abs::fields::unit_of_measurement::description%]"
2023-07-11 22:24:16 +00:00
} ,
"value_reference" : {
"name" : "Reference value" ,
"description" : "Reference value for setpoint and threshold."
}
}
} ,
"lock_regulator" : {
"name" : "Lock regulator" ,
"description" : "Locks a regulator setpoint." ,
"fields" : {
2024-12-18 13:35:02 +00:00
"device_id" : {
"name" : "[%key:common::config_flow::data::device%]" ,
"description" : "[%key:component::lcn::services::output_abs::fields::device_id::description%]"
} ,
2023-07-11 22:24:16 +00:00
"address" : {
"name" : "Address" ,
2023-07-13 15:52:50 +00:00
"description" : "[%key:component::lcn::services::output_abs::fields::address::description%]"
2023-07-11 22:24:16 +00:00
} ,
"setpoint" : {
"name" : "Setpoint" ,
"description" : "Setpoint name."
} ,
"state" : {
"name" : "State" ,
"description" : "New setpoint state."
}
}
} ,
"send_keys" : {
"name" : "Send keys" ,
"description" : "Sends keys (which executes bound commands)." ,
"fields" : {
2024-12-18 13:35:02 +00:00
"device_id" : {
"name" : "[%key:common::config_flow::data::device%]" ,
"description" : "[%key:component::lcn::services::output_abs::fields::device_id::description%]"
} ,
2023-07-11 22:24:16 +00:00
"address" : {
"name" : "Address" ,
2023-07-13 15:52:50 +00:00
"description" : "[%key:component::lcn::services::output_abs::fields::address::description%]"
2023-07-11 22:24:16 +00:00
} ,
"keys" : {
"name" : "Keys" ,
"description" : "Keys to send."
} ,
"state" : {
"name" : "State" ,
"description" : "Key state upon sending (must be hit for deferred)."
} ,
"time" : {
"name" : "Time" ,
"description" : "Send delay."
} ,
"time_unit" : {
"name" : "Time unit" ,
"description" : "Time unit of send delay."
}
}
} ,
"lock_keys" : {
"name" : "Lock keys" ,
"description" : "Locks keys." ,
"fields" : {
2024-12-18 13:35:02 +00:00
"device_id" : {
"name" : "[%key:common::config_flow::data::device%]" ,
"description" : "[%key:component::lcn::services::output_abs::fields::device_id::description%]"
} ,
2023-07-11 22:24:16 +00:00
"address" : {
"name" : "Address" ,
2023-07-13 15:52:50 +00:00
"description" : "[%key:component::lcn::services::output_abs::fields::address::description%]"
2023-07-11 22:24:16 +00:00
} ,
"table" : {
"name" : "Table" ,
"description" : "Table with keys to lock (must be A for interval)."
} ,
"state" : {
"name" : "State" ,
"description" : "Key lock states as string (1=on, 2=off, T=toggle, -=nochange)."
} ,
"time" : {
"name" : "Time" ,
"description" : "Lock interval."
} ,
"time_unit" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:component::lcn::services::send_keys::fields::time_unit::name%]" ,
2023-07-11 22:24:16 +00:00
"description" : "Time unit of lock interval."
}
}
} ,
"dyn_text" : {
"name" : "Dynamic text" ,
"description" : "Sends dynamic text to LCN-GTxD displays." ,
"fields" : {
2024-12-18 13:35:02 +00:00
"device_id" : {
"name" : "[%key:common::config_flow::data::device%]" ,
"description" : "[%key:component::lcn::services::output_abs::fields::device_id::description%]"
} ,
2023-07-11 22:24:16 +00:00
"address" : {
"name" : "Address" ,
2023-07-13 15:52:50 +00:00
"description" : "[%key:component::lcn::services::output_abs::fields::address::description%]"
2023-07-11 22:24:16 +00:00
} ,
"row" : {
"name" : "Row" ,
"description" : "Text row."
} ,
"text" : {
"name" : "Text" ,
"description" : "Text to send (up to 60 characters encoded as UTF-8)."
}
}
} ,
"pck" : {
"name" : "PCK" ,
"description" : "Sends arbitrary PCK command." ,
"fields" : {
2024-12-18 13:35:02 +00:00
"device_id" : {
"name" : "[%key:common::config_flow::data::device%]" ,
"description" : "[%key:component::lcn::services::output_abs::fields::device_id::description%]"
} ,
2023-07-11 22:24:16 +00:00
"address" : {
"name" : "Address" ,
2023-07-13 15:52:50 +00:00
"description" : "[%key:component::lcn::services::output_abs::fields::address::description%]"
2023-07-11 22:24:16 +00:00
} ,
"pck" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:component::lcn::services::pck::name%]" ,
2023-07-11 22:24:16 +00:00
"description" : "PCK command (without address header)."
}
}
2024-12-18 13:35:02 +00:00
} ,
"address_to_device_id" : {
2025-01-04 11:01:39 +00:00
"name" : "Address to device ID" ,
"description" : "Convert LCN address to device ID." ,
2024-12-18 13:35:02 +00:00
"fields" : {
"id" : {
2025-01-04 11:01:39 +00:00
"name" : "Module or group ID" ,
"description" : "Target module or group ID."
2024-12-18 13:35:02 +00:00
} ,
"segment_id" : {
2025-01-04 11:01:39 +00:00
"name" : "Segment ID" ,
"description" : "Target segment ID."
2024-12-18 13:35:02 +00:00
} ,
"type" : {
"name" : "Type" ,
"description" : "Target type."
} ,
"host" : {
"name" : "Host name" ,
"description" : "Host name as given in the integration panel."
}
}
}
} ,
"exceptions" : {
"no_device_identifier" : {
2025-01-04 11:01:39 +00:00
"message" : "No device identifier provided. Please provide the device ID."
2024-12-18 13:35:02 +00:00
} ,
"invalid_address" : {
"message" : "LCN device for given address has not been configured."
} ,
"invalid_device_id" : {
2025-01-04 11:01:39 +00:00
"message" : "LCN device for given device ID has not been configured."
2023-07-11 22:24:16 +00:00
}
2021-12-11 05:02:17 +00:00
}
}