Add palazzetti status sensor (#35927)

* Add palazzetti status sensor
This commit is contained in:
dotvav 2024-12-18 10:19:06 +01:00 committed by GitHub
parent 6efa7b3577
commit 57953455f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)