Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/domochip/wirelesspalasensor
- Owner: Domochip
- Created: 2018-03-13T09:38:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T16:48:03.000Z (6 months ago)
- Last Synced: 2024-05-15T11:52:44.256Z (6 months ago)
- Topics: connectionbox, esp8266, palazzetti, temperature
- Language: C++
- Homepage:
- Size: 2.88 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
* InvictaIf 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