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