Palazzetti

The Palazzetti integration集成将 Home Assistant 与您的设备、服务等连接和集成。 [Learn more] integrates the Palazzetti stoves equipped with a Connection Box. It is accessing the device’s local API. WPalaControl devices have a compatible API and are supported by this integration too.

Prerequisites

  • You need the Connection Box bridge or WPalaControl to be added to a network accessible to Home Assistant.
  • You either need to:
    • know the IP address or hostname of the Connection Box or WPalaControl on the network.
    • or configure the Connection Box or WPalaControl with DHCP on the same network as Home Assistant.

配置

要将 Palazzetti device 添加到您的 Home Assistant 实例中,请使用此 My 按钮:

Palazzetti 可以被 Home Assistant 自动发现。如果发现了实例, 它将显示为 已发现。您可以立即进行设置。

手动配置步骤

如果没有自动发现,请不要担心!您可以设置一个 手动集成条目:

Host

The IP address or hostname of your Connection Box. You can find it in your router or in the Palazzetti app under Settings > Diagnostic information > Ethernet or Wifi.

Climate

The Palazzetti integration offers a climate entity that allows you to read the room temperature, start and stop the stove, set the target temperature, and set the fan speed.

Integration actions

This integration supports the following actions (see Climate).

  • set_temperature
  • set_hvac_mode
    • heat for heating mode
    • off to turn the stove off
  • set_fan_mode
    • 0 to 5 increasing fan speeds
    • High the highest available fan speed
    • Auto let the stove set the optimal fan speed

Buttons

For the stoves that support it, this integration provides a Silent button to trigger the silent mode.

Numbers

When the appliance supports it, the Palazzetti integration offers control over the following elements:

  • The combustion power of the stove on a scale from 1 to 5.
  • The speed of the Left and Right fans.

Sensors

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)
  • Return water temperature (°C)
  • Tank water temperature (°C)
  • Hydro temperature 1 (°C)
  • Hydro temperature 2 (°C)

Fuel Sensors:

  • Pellet quantity (kg - cumulative quantity consumed)
  • Pellet level (cm - current level)

Possible use-cases

  • Control the operations, temperature, and fans.
  • Get alerts when the pellet level is low or empty, or on stove errors.
  • Auto start or stop the stove based on presence.

Automations

Get started quickly with these automation examples.

Automatically lower the temperature when the last person leaves home

Example YAML configuration
alias: "Lower the temperature when last person leaves"
description: "Lower the temperature when last person leaves the home"
mode: single
triggers:
  - trigger: state
    entity_id:
      - zone.home
    to: 0
actions:
  - action: climate.set_temperature
    data:
      temperature: 16
    target:
      entity_id: climate.my_stove

Known limitations

This integration does not yet support the following features and sensors:

  • Light and Door entities on stove models equipped with them.
  • Fan control other than the main one.
  • Combustion power control.

Troubleshooting

On and off switch does not always work
During certain operations, it is not possible to turn the stove on or off. This action is available only when the status of the stove is in one of the following states: `off`, `off_timer`, `burning`, `burning_mod`, `cool_fluid`, `clean_fire`, `cooling`, `ecomode`, `firewood_finished`.

Removing the integration

This integration follows standard integration removal. No extra steps are required.

从Home Assistant中移除集成实例

  1. 前往 设置 > 设备与服务 并选择集成卡片。
  2. 从设备列表中,选择要删除的集成实例。
  3. 在条目旁边,选择三个点 菜单。然后,选择 删除