Skip to content

Commit f3dbd12

Browse files
committed
Add info on component not found error to README
#10
1 parent 66ec27d commit f3dbd12

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,9 @@ The boiler can also report several numerical values, which are available through
218218
- `t_dhw_set`: Domestic hot water temperature setpoint (°C)
219219
- `max_t_set`: Maximum allowable CH water setpoint (°C)
220220
<!-- END schema_docs:sensor -->
221+
222+
## Troubleshooting
223+
224+
### `Component not found: opentherm.`
225+
226+
If ESPHome reports that it is unable to find the component, this might be due to the use of an older version of Python. It should work on version 3.9 (which is what runs in CI) and higher, but older versions may not support all typing features used in this project. You can update to a newer Python version, or install the backported typing library with `pip install typing-extensions`. (Thanks to [@Arise for figuring this out](https://github.com/arthurrump/esphome-opentherm/issues/10)!)

0 commit comments

Comments
 (0)