-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from fwestenberg/main
Support new ESPHome version, restore temp. settings.
- Loading branch information
Showing
7 changed files
with
97 additions
and
83 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 |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# ESPHome OpenTherm | ||
|
||
This is an example of a integration with a OpenTherm boiler using [ESPHome](https://esphome.io/) and [OpenTherm Adapter](http://ihormelnyk.com/opentherm_adapter) | ||
This is an example of a integration with a OpenTherm boiler using [ESPHome](https://esphome.io/) and the [Ihor Melnyk](http://ihormelnyk.com/opentherm_adapter) or [DIYLESS](https://diyless.com/product/esp8266-thermostat-shield) OpenTherm Adapter | ||
|
||
More details coming soon... 8-) | ||
## Installation | ||
- Copy the content of this repository to your ESPHome folder | ||
- Make sure the pin numbers are right, check the file opentherm_component.h in the esphome-opentherm folder. | ||
- Edit the opentherm.yaml file: | ||
- Make sure the board and device settings are correct for your device | ||
- Set the sensor entity_id with the external temperature sensor's name from Home Assistant. (The ESPHome sensor name is temperature_sensor). | ||
- Flash the ESP and configure in Home Assistant. It should be auto-discovered by the ESPHome Integration. |
File renamed without changes.
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
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
File renamed without changes.
File renamed without changes.
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