Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/domochip/wirelesspalasensor

D1Mini and DigiPots to replace Palazzetti stove temperature sensor
https://github.com/domochip/wirelesspalasensor

connectionbox esp8266 palazzetti temperature

Last synced: 26 days ago
JSON representation

D1Mini and DigiPots to replace Palazzetti stove temperature sensor

Awesome Lists containing this project

README

        

# WirelessPalaSensor

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](https://raw.github.com/Domochip/WirelessPalaSensor/master/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](https://raw.github.com/Domochip/WirelessPalaSensor/master/img/fumis.png)

## Build your adapter

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

### Schematic

![WirelessPalaSensor schematic](https://raw.github.com/Domochip/WirelessPalaSensor/master/img/schematic.png)

### PCB

![WirelessPalaSensor PCB](https://raw.github.com/Domochip/WirelessPalaSensor/master/img/pcb-top.png)![WirelessPalaSensor PCB2](https://raw.github.com/Domochip/WirelessPalaSensor/master/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

![WirelessPalaSensor box](https://raw.github.com/Domochip/WirelessPalaSensor/master/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