Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Domochip/WPalaSensor

D1Mini and DigiPots to replace Palazzetti stove temperature sensor
https://github.com/Domochip/WPalaSensor

connectionbox esp8266 palazzetti temperature

Last synced: about 23 hours ago
JSON representation

D1Mini and DigiPots to replace Palazzetti stove temperature sensor

Awesome Lists containing this project

README

        

![GitHub Release](https://img.shields.io/github/v/release/Domochip/WPalaSensor)
![Home Assistant](https://img.shields.io/badge/home_assistant-2024.11-blue.svg?logo=homeassistant)

# WPalaSensor

This project aims to replace the Palazzetti (Fumis) room temperature sensor by an electronic simulator.
It allows you to push home automation temperature to the stove.
You can then keep native modulation that reduce power automatically when desired temperature is reached.

![Fumis Controller](img/presentation.png)

## Compatibility

It appears that Fumis Controller is used by those brands for their stoves :

* Palazzetti (All)
* Jotul
* TurboFonte
* Godin
* Fonte Flamme
* Invicta

If you have this controller in your stove, it's likely to be compatible.
![Fumis Controller](img/fumis.png)

## Build your adapter

All files are inside `schematic` subfolder and has been designed with KiCad (free and open source)

### Schematic

![WPalaSensor schematic](img/schematic.png)

### PCB

![WPalaSensor PCB](img/pcb-top.png)![WPalaSensor PCB2](img/pcb-bottom.png)

*We produced a small batch of this adapter for test/debugging and our personal use.
If you are interested, please PM.*

### Print your box

Box project (Fusion 360 & STL) can be found into `box` folder

![WPalaSensor box](img/box.png)

### Code/Compile/Flash

Source code can be compiled using VisualStudioCode/Platformio and flashed onto a D1 Mini
Or
Download latest release in Release section