Palazzetti Stove Lib

Hi,

I want to share my last project.

It is a lib for Pellet Stove from Palazzetti, FonteFlamme or Fumis without any box.

This lib allow you to drive the stove with an ESP or Arduino.

You can find it on GitHub : GitHub - loiz/LibPalazzetti: palazzetti stove lib for ESP32/Arduino

I want to thanks this blog : https://palazzetti-martina.blogspot.com/

I will provide some examples soon (I don’t have time yet !).

If you need help to use lib I can help you.

For now getting temperature isn’t working. But you can set power, Power on, getting status (for me it is enough).

2 Likes

Hi, sorry 4 my English.
I have a palazzetti Idro 18e need to have notification of state so if stove turn off 4 an error I can turn on my netatmo.

Hi,

I want to share mine which is also built to control Fumis based stove (Palazzetti / Jotul / TurboFonte / Godin / Fonte Flamme / …)

I first created a Palazzetti lib which is now available on Arduino IDE and PlatformIO lib
Domochip/Palazzetti: library to control Palazzetti (Fumis) Stove (github.com)

And created a project named WPalaControl (aka WPalaControl) to completely replace manufacturer box using an esp8266 and an adapter board.
Domochip/WPalaControl: D1Mini to replace Palazzetti, Jotul, TurboFonte, Godin stove ConnectionBox (github.com)
image

I made it Home Assistant compatible this year because I was on Jeedom before :slight_smile:
Anyway, it can be controlled using official mobile app, any ConnectionBox compatible plugin (HTTP query) or via MQTT (my improvement :wink:)

And then via MQTT, I made it compatible with autodiscovery :
image