Hi,
I’m trying to use esphome with the cover component used in esphome.
I’m using a low level shifter and an wemos s2
I can connect to the wemos but I don’t see messages from the unit. I’m using this config
esphome:
name: garagedeur
friendly_name: Garagedeur
esp32:
board: esp32-s2-saola-1
framework:
type: arduino
# Enable logging
logger:
# Enable Home Assistant API
api:
encryption:
key: "************"
ota:
- platform: esphome
password: "58bcb8662f9cc5c509fb260cf0be3497"
wifi:
ssid: home
password: *****
domain: .lan
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Garagedeur Fallback Hotspot"
password: "********"
web_server:
port: 80
captive_portal:
uart:
rx_pin: GPIO19
tx_pin: GPIO20
baud_rate: 9600
cover:
- platform: tormatic
device_class: garage
name: Novoferm 563s
Here some phofos

