From f55595c5164e7e9ccf6f763abf3d201f2ebcb93d Mon Sep 17 00:00:00 2001 From: Sebastian Muszynski Date: Tue, 10 Sep 2024 17:00:57 +0200 Subject: [PATCH] Add commented `api` component (#177) --- bluesmart-charger-esp32-example.yaml | 2 ++ bluesmart-charger-esp8266-example.yaml | 2 ++ multi-rs-esp8266-example.yaml | 2 ++ phoenix-charger-esp8266-example.yaml | 2 ++ phoenix-inverter-esp8266-example.yaml | 2 ++ smartshunt-esp8266-example.yaml | 2 ++ smartsolar-mppt-esp8266-example-advanced.yaml | 2 ++ smartsolar-mppt-esp8266-example-multiple-uarts.yaml | 2 ++ smartsolar-mppt-esp8266-example.yaml | 2 ++ 9 files changed, 18 insertions(+) diff --git a/bluesmart-charger-esp32-example.yaml b/bluesmart-charger-esp32-example.yaml index 0fb8ada..6c5454d 100644 --- a/bluesmart-charger-esp32-example.yaml +++ b/bluesmart-charger-esp32-example.yaml @@ -31,6 +31,8 @@ mqtt: password: !secret mqtt_password id: mqtt_client +# api: + uart: id: uart_0 tx_pin: GPIO16 # Not connected! The communication is read-only diff --git a/bluesmart-charger-esp8266-example.yaml b/bluesmart-charger-esp8266-example.yaml index c0f3430..e17a51e 100644 --- a/bluesmart-charger-esp8266-example.yaml +++ b/bluesmart-charger-esp8266-example.yaml @@ -29,6 +29,8 @@ mqtt: password: !secret mqtt_password id: mqtt_client +# api: + uart: id: uart_0 tx_pin: D8 # Not connected! The communication is read-only diff --git a/multi-rs-esp8266-example.yaml b/multi-rs-esp8266-example.yaml index a9ce5c8..f72c7aa 100644 --- a/multi-rs-esp8266-example.yaml +++ b/multi-rs-esp8266-example.yaml @@ -31,6 +31,8 @@ mqtt: password: !secret mqtt_password id: mqtt_client +# api: + uart: id: uart_0 tx_pin: D8 # Not connected! The communication is read-only diff --git a/phoenix-charger-esp8266-example.yaml b/phoenix-charger-esp8266-example.yaml index c52c44d..2f72490 100644 --- a/phoenix-charger-esp8266-example.yaml +++ b/phoenix-charger-esp8266-example.yaml @@ -31,6 +31,8 @@ mqtt: password: !secret mqtt_password id: mqtt_client +# api: + uart: id: uart_0 tx_pin: D8 # Not connected! The communication is read-only diff --git a/phoenix-inverter-esp8266-example.yaml b/phoenix-inverter-esp8266-example.yaml index 10acfcb..69af0d0 100644 --- a/phoenix-inverter-esp8266-example.yaml +++ b/phoenix-inverter-esp8266-example.yaml @@ -31,6 +31,8 @@ mqtt: password: !secret mqtt_password id: mqtt_client +# api: + uart: id: uart_0 tx_pin: D8 # Not connected! The communication is read-only diff --git a/smartshunt-esp8266-example.yaml b/smartshunt-esp8266-example.yaml index 6ccc0ba..901be9c 100644 --- a/smartshunt-esp8266-example.yaml +++ b/smartshunt-esp8266-example.yaml @@ -31,6 +31,8 @@ mqtt: password: !secret mqtt_password id: mqtt_client +# api: + uart: id: uart_0 tx_pin: D8 # Not connected! The communication is read-only diff --git a/smartsolar-mppt-esp8266-example-advanced.yaml b/smartsolar-mppt-esp8266-example-advanced.yaml index 5b0df15..0ccd44e 100644 --- a/smartsolar-mppt-esp8266-example-advanced.yaml +++ b/smartsolar-mppt-esp8266-example-advanced.yaml @@ -46,6 +46,8 @@ mqtt: password: !secret mqtt_password id: mqtt_client +# api: + web_server: port: 80 diff --git a/smartsolar-mppt-esp8266-example-multiple-uarts.yaml b/smartsolar-mppt-esp8266-example-multiple-uarts.yaml index 6080542..fbcdbad 100644 --- a/smartsolar-mppt-esp8266-example-multiple-uarts.yaml +++ b/smartsolar-mppt-esp8266-example-multiple-uarts.yaml @@ -33,6 +33,8 @@ mqtt: password: !secret mqtt_password id: mqtt_client +# api: + uart: - id: uart_0 tx_pin: D8 # Not connected! The communication is read-only diff --git a/smartsolar-mppt-esp8266-example.yaml b/smartsolar-mppt-esp8266-example.yaml index e640342..7f527f9 100644 --- a/smartsolar-mppt-esp8266-example.yaml +++ b/smartsolar-mppt-esp8266-example.yaml @@ -31,6 +31,8 @@ mqtt: password: !secret mqtt_password id: mqtt_client +# api: + uart: id: uart_0 tx_pin: D8 # Not connected! The communication is read-only