-
Notifications
You must be signed in to change notification settings - Fork 592
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added my Buderus Smart Home Extension for Logamatic 2107 for seamless integration of old oil burners into Home Assistant.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: Buderus KM271-WiFi | ||
date-published: 2025-01-15 | ||
type: misc | ||
standard: global | ||
board: esp32 | ||
project-url: https://github.com/the78mole/ESPhome-KM271-WiFi | ||
made-for-esphome: True | ||
difficulty: 1 | ||
--- | ||
|
||
The sources for the hardware can be found in my [KM271-WiFi repo](https://github.com/the78mole/km271-wifi). This is the [WebTools](https://the78mole.github.io/ESPhome-KM271-WiFi/) enabled project for the KM271-WiFi ESPhome variant. Use the WebTools, if you just want to flash the board. | ||
|
||
The sources for the ESPhome component can be found in my [esphome_components repo](https://github.com/the78mole/esphome_components). Maybe added to ESPhome repo somewhen. | ||
|
||
The hardware can usually bought on [tindie](https://www.tindie.com/products/24664/) for a raesonable price (~$40). | ||
|
||
An alternative, standalone and very sophisticated firmware can be found here on [dewenni's repo](https://github.com/dewenni/ESP_Buderus_KM271). This firmware is supports now MQTT discovery and also integrates seamlessly with Home Assistant. |