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 |
---|---|
JP21 Boiler | |
Air Pro3 Stove | |
Monoblocco WT Plus |
configuration.yaml
).custom_components
directory (folder) there, you need to create it.custom_components
directory (folder) create a new folder called palazzetti
.custom_components/palazzetti/
directory (folder) in this repository.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
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!
Readme template was mainly taken from @Ludeeus's integration_blueprint template