ESP Home 2023.4 contains uart changes.
This commit is contained in:
parent
1dfe75af44
commit
32e3519eff
@ -18,6 +18,7 @@ esphome:
|
||||
|
||||
external_components:
|
||||
- source: github://Fabian-Schmidt/esphome-truma_inetbox
|
||||
components: ["truma_inetbox"]
|
||||
|
||||
esp32:
|
||||
board: mhetesp32devkit
|
||||
@ -54,12 +55,13 @@ sensor:
|
||||
|
||||
This project contains the following ESPHome components:
|
||||
|
||||
- `uart` will overwrite the default uart component to expose internal fields.
|
||||
- `truma_inetbox` has the following settings:
|
||||
- `cs_pin` (optional) if you connect the pin of your lin driver chip.
|
||||
- `fault_pin` (optional) if you connect the pin of your lin driver chip.
|
||||
- `on_heater_message` (optional) [ESPHome Trigger](https://esphome.io/guides/automations.html) when a message from CP Plus is recieved.
|
||||
|
||||
Requires ESP Home 2023.4 or higher.
|
||||
|
||||
### Binary sensor
|
||||
|
||||
Binary sensors are read-only.
|
||||
|
||||
@ -5,7 +5,7 @@ external_components:
|
||||
- source:
|
||||
type: local
|
||||
path: ../components
|
||||
components: ["truma_inetbox", "uart"]
|
||||
components: ["truma_inetbox"]
|
||||
|
||||
esp32:
|
||||
board: esp32dev
|
||||
|
||||
@ -5,7 +5,7 @@ external_components:
|
||||
- source:
|
||||
type: local
|
||||
path: ../components
|
||||
components: ["truma_inetbox", "uart"]
|
||||
components: ["truma_inetbox"]
|
||||
|
||||
esp32:
|
||||
board: esp32dev
|
||||
|
||||
@ -10,7 +10,7 @@ external_components:
|
||||
- source:
|
||||
type: local
|
||||
path: ../components
|
||||
components: ["truma_inetbox", "uart"]
|
||||
components: ["truma_inetbox"]
|
||||
|
||||
esp32:
|
||||
board: esp32dev
|
||||
|
||||
@ -10,7 +10,7 @@ external_components:
|
||||
- source:
|
||||
type: local
|
||||
path: ../components
|
||||
components: ["truma_inetbox", "uart"]
|
||||
components: ["truma_inetbox"]
|
||||
|
||||
esp32:
|
||||
board: esp32dev
|
||||
|
||||
@ -10,7 +10,7 @@ external_components:
|
||||
- source:
|
||||
type: local
|
||||
path: ../components
|
||||
components: ["truma_inetbox", "uart"]
|
||||
components: ["truma_inetbox"]
|
||||
|
||||
rp2040:
|
||||
board: rpipicow
|
||||
|
||||
@ -11,10 +11,10 @@ external_components:
|
||||
# - source:
|
||||
# type: local
|
||||
# path: ./components
|
||||
# components: ["truma_inetbox", "uart"]
|
||||
components: ["truma_inetbox"]
|
||||
|
||||
esp32:
|
||||
board: mhetesp32devkit
|
||||
board: esp32dev
|
||||
framework:
|
||||
type: arduino
|
||||
|
||||
@ -111,6 +111,9 @@ number:
|
||||
- platform: truma_inetbox
|
||||
name: "electric power level"
|
||||
type: ELECTRIC_POWER_LEVEL
|
||||
- platform: truma_inetbox
|
||||
name: "Aircon Temperature"
|
||||
type: AIRCON_MANUAL_TEMPERATURE
|
||||
|
||||
sensor:
|
||||
- platform: truma_inetbox
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user