From 57953455f82d15fe24363ff8a662ac84298bfd34 Mon Sep 17 00:00:00 2001 From: dotvav Date: Wed, 18 Dec 2024 10:19:06 +0100 Subject: [PATCH] Add palazzetti status sensor (#35927) * Add palazzetti status sensor --- source/_integrations/palazzetti.markdown | 45 ++++++++++++++++++++++-- 1 file changed, 43 insertions(+), 2 deletions(-) diff --git a/source/_integrations/palazzetti.markdown b/source/_integrations/palazzetti.markdown index a91900395cf..019f3a21bca 100644 --- a/source/_integrations/palazzetti.markdown +++ b/source/_integrations/palazzetti.markdown @@ -51,6 +51,44 @@ The Palazzetti integration offers control over the combustion power of the stove The Palazzetti integration offers the following sensors, for the products that provide them: +State sensors: + +- Status (current operational state) can take the following values: + - `off`: Off + - `off_timer`: Timer-regulated switch off + - `test_fire`: Ignition test + - `heatup`: Pellet feed + - `fueling`: Ignition + - `ign_test`: Fuel check + - `burning`: Operating + - `burning_mod`: Operating - Modulating + - `unknown`: Unknown + - `cool_fluid`: Stand-by + - `fire_stop`: Switch off + - `clean_fire`: Burn pot cleaning + - `cool`: Cooling in progress + - `cleanup`: Final cleaning + - `ecomode`: Ecomode + - `chimney_alarm`: Chimney alarm + - `grate_error`: Grate error + - `pellet_water_error`: Pellet probe or return water error + - `t05_error`: T05 error disconnected or faulty probe + - `hatch_door_open`: Feed hatch or door open + - `pressure_error`: Safety pressure switch error + - `main_probe_failure`: Main probe failure + - `flue_probe_failure`: Flue gas probe failure + - `exhaust_temp_high`: Too high exhaust gas temperature + - `pellet_finished`: Pellets finished or ignition failed + - `firewood_finished`: Firewood finished + - `cooling`: Cooling + - `general_error`: General error + - `door_open`: Door open + - `temp_too_high`: Temperature too high + - `cleaning_warning`: Cleaning warning + - `fuel_error`: Fuel error + +Temperature sensors: + - Outlet air temperature (°C) - Wood combustion temperature (°C) - Room temperature (°C) @@ -58,5 +96,8 @@ The Palazzetti integration offers the following sensors, for the products that p - Tank water temperature (°C) - Hydro temperature 1 (°C) - Hydro temperature 2 (°C) -- Pellet quantity (kg) -- Pellet level (cm) + +Fuel Sensors: + +- Pellet quantity (kg - cumulative quantity consumed) +- Pellet level (cm - current level) \ No newline at end of file