marcopal74 / home-assistant-palazzetti

Definitive Palazzetti SmartStoves integration for Home Assistant
MIT License
13 stars 6 forks source link

home-assistant-palazzetti

GitHub Release GitHub Activity License

pre-commit Black

hacs Project Maintenance BuyMeCoffee

Discord Community Forum

Description

Definitive Palazzetti SmartStoves integration for Home Assistant

This component will set up the following platforms.

Platform Description
binary_sensor To show the state of the CBox or BioCC: Connected or Disconnected.
sensor Show info from product like temperatures, pellet consumption, etc.
input_number To set target setpoint or fan speed or maximum allowed power level.
switch Switch something ON or OFF.
cover For fireplaces with automatic door to Open or Close.
Screen Product type
screenshot boiler JP21 Boiler
screenshot stove Air Pro3 Stove
screenshot WT Monoblocco WT Plus

Installation

  1. Using the tool of choice open the directory (folder) for your HA configuration (where you find configuration.yaml).
  2. If you do not have a custom_components directory (folder) there, you need to create it.
  3. In the custom_components directory (folder) create a new folder called palazzetti.
  4. Download all the files from the custom_components/palazzetti/ directory (folder) in this repository.
  5. Place the files you downloaded in the new directory (folder) you created.
  6. Restart Home Assistant
  7. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Palazzetti"

Using your HA configuration directory (folder) as a starting point you should now also have this:

custom_components/palazzetti/translations/en.json
custom_components/palazzetti/translations/it.json
custom_components/palazzetti/translations/fr.json
custom_components/palazzetti/__init__.py
custom_components/palazzetti/binary_sensor.py
custom_components/palazzetti/config_flow.py
custom_components/palazzetti/const.py
custom_components/palazzetti/cover.py
custom_components/palazzetti/device_trigger.py
custom_components/palazzetti/helper.py
custom_components/palazzetti/input_number.py
custom_components/palazzetti/manifest.json
custom_components/palazzetti/sensor.py
custom_components/palazzetti/services.yaml
custom_components/palazzetti/switch.py

Configuration is done in the UI

In order to properly configure the integration you'll be required to type in the IP address of the ConnectionBox or the BioCC. To get the IP use the App or the User interface to find it!

Credits

Readme template was mainly taken from @Ludeeus's integration_blueprint template