1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-19 23:10:15 +01:00
Files
Franck Nijhof 3725e498ff Add switch platform to Fumis integration (#169096)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: frenck <195327+frenck@users.noreply.github.com>
2026-04-29 19:50:48 +02:00

216 lines
7.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"device_offline": "Your stove's Fumis WiRCU Wi-Fi module is not connected to the internet. Make sure the module has power and is connected to your Wi-Fi network.",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"dhcp_confirm": {
"data": {
"pin": "[%key:component::fumis::config::step::user::data::pin%]"
},
"data_description": {
"pin": "[%key:component::fumis::config::step::user::data_description::pin%]"
},
"description": "A Fumis WiRCU Wi-Fi module was discovered on your network. Enter the PIN code from the label on the module to set up your pellet stove."
},
"reauth_confirm": {
"data": {
"pin": "[%key:component::fumis::config::step::user::data::pin%]"
},
"data_description": {
"pin": "[%key:component::fumis::config::step::user::data_description::pin%]"
},
"description": "The PIN code for your stove has changed. Please enter the new PIN code to re-authenticate."
},
"reconfigure": {
"data": {
"pin": "[%key:component::fumis::config::step::user::data::pin%]"
},
"data_description": {
"pin": "[%key:component::fumis::config::step::user::data_description::pin%]"
},
"description": "Reconfigure your Fumis pellet stove connection."
},
"user": {
"data": {
"mac": "MAC address",
"pin": "PIN code"
},
"data_description": {
"mac": "The MAC address is a unique code of letters and numbers that identifies your stove. You can find it on the label of the Fumis WiRCU Wi-Fi module connected to your stove.",
"pin": "You can find the PIN code on the label of the Fumis WiRCU Wi-Fi module connected to your stove."
},
"description": "Integrate your Fumis-based pellet stove with Home Assistant to monitor and control it. You can see your stove's temperature, heating status, and adjust the target temperature right from your dashboard or use it in your automations. This way, you can make sure your home is always nice, warm, and comfortable."
}
}
},
"entity": {
"button": {
"sync_clock": {
"name": "Sync clock"
}
},
"number": {
"fan_speed": {
"name": "Fan speed"
},
"power_level": {
"name": "Power level"
}
},
"sensor": {
"alert": {
"name": "Alert",
"state": {
"airflow_malfunction": "Airflow sensor malfunction",
"door_open": "Door open",
"flue_gas_warning": "Flue gas temperature warning",
"low_battery": "Low battery",
"low_fuel": "Low fuel level",
"none": "No alert",
"service_due": "Service due",
"speed_sensor_failure": "Speed sensor failure"
}
},
"combustion_chamber_temperature": {
"name": "Combustion chamber"
},
"detailed_stove_status": {
"name": "Detailed stove status",
"state": {
"cold_start": "Cold start",
"cold_start_off": "Off (cold start)",
"combustion": "Combustion",
"cooling": "Cooling",
"eco": "Eco",
"hybrid_init": "Hybrid init",
"hybrid_start": "Hybrid start",
"ignition": "Ignition",
"off": "[%key:common::state::off%]",
"pre_combustion": "Pre-combustion",
"pre_heating": "Pre-heating",
"wood_burning_off": "Off (wood burning)",
"wood_combustion": "Wood combustion",
"wood_start": "Wood start"
}
},
"error": {
"name": "Error",
"state": {
"chimney_alarm": "Chimney alarm",
"chimney_dirty": "Chimney or burning pot dirty",
"door_alarm": "Door alarm",
"fire_error": "Fire error",
"flue_gas_overtemp": "Flue gas overtemperature",
"fuel_ignition_timeout": "Fuel ignition timeout",
"gas_alarm": "Gas alarm",
"general_error": "General error",
"grate_error": "Grate error",
"ignition_failed": "Ignition failed",
"mfdoor_alarm": "MFDoor alarm",
"no_pellet_alarm": "No pellet alarm",
"none": "No error",
"ntc1_alarm": "NTC1 alarm",
"ntc2_alarm": "NTC2 alarm",
"ntc3_alarm": "NTC3 alarm",
"pressure_alarm": "Pressure alarm",
"pressure_sensor_off": "Pressure sensor off",
"safety_switch": "Safety switch tripped",
"sensor_t01_t02": "Sensor T01/T02 malfunction",
"sensor_t01_t03": "Sensor T01/T03 malfunction",
"sensor_t02": "Sensor T02 malfunction",
"sensor_t03_t05": "Sensor T03/T05 malfunction",
"sensor_t04": "Sensor T04 malfunction",
"tc1_alarm": "TC1 alarm"
}
},
"fan_1_speed": {
"name": "Fan 1 speed"
},
"fan_2_speed": {
"name": "Fan 2 speed"
},
"fuel_quantity": {
"name": "Fuel level"
},
"fuel_used": {
"name": "Fuel consumed"
},
"heating_time": {
"name": "Burning time"
},
"igniter_starts": {
"name": "Igniter starts"
},
"misfires": {
"name": "Misfires"
},
"module_temperature": {
"name": "WiRCU module"
},
"overheatings": {
"name": "Overheatings"
},
"power_output": {
"name": "Power output"
},
"pressure": {
"name": "Combustion chamber pressure"
},
"stove_status": {
"name": "Stove status",
"state": {
"burning": "Burning",
"cooling": "Cooling",
"eco": "Eco",
"heating_up": "Heating up",
"ignition": "Ignition",
"off": "[%key:common::state::off%]"
}
},
"time_to_service": {
"name": "Time to service"
},
"uptime": {
"name": "Uptime"
},
"wifi_rssi": {
"name": "Wi-Fi RSSI"
},
"wifi_signal_strength": {
"name": "Wi-Fi signal strength"
}
},
"switch": {
"eco_mode": {
"name": "Eco mode"
},
"timer": {
"name": "Timer"
}
}
},
"exceptions": {
"authentication_error": {
"message": "Authentication with the Fumis online service failed. Check your MAC address and PIN code."
},
"communication_error": {
"message": "An error occurred while communicating with the Fumis online service: {error}"
},
"stove_offline": {
"message": "Your stove's Fumis WiRCU Wi-Fi module is not connected to the internet."
},
"unknown_error": {
"message": "An unexpected error occurred while communicating with the Fumis online service: {error}"
}
}
}