Skip to content

New CS-Z25ZKEW, no reaction on RX/TX (*solved* by changing GPIOs) #119

Open
@wunderbaum

Description

Hello,
since a few days, I have a new CS-Z25ZKEW. This is a model with an empty plug and the wlan somewhere inside.
So, I thought, I can connect like this: [(https://github.com//issues/111)]
I have an ESP32-C3-Super-Mini in use. At the 12V I have measured 14V. But this I do not need.
Type I choosed is cnt, when I choose wlan, I get timeouts in the console.
In my model, I cannot even see the included wlan-module.
pana1

Colors of the aliexpress-plug are strange:
5V - black
GND - orange
TX - white
RX - red

I switched RX/TX, no success.
What can I do to dive deeper into a possible solution?

This is my config:

substitutions:
  name: esphome-web-cb0e7c
  friendly_name: Klima Schlafzimmer

esphome:
  name: ${name}
  friendly_name: ${friendly_name}
  name_add_mac_suffix: false
  project:
    name: esphome.web
    version: '1.0'

esp32:
  board: esp32-c3-devkitm-1
  framework:
    type: arduino

# Enable logging
logger:
  level: DEBUG

# Enable Home Assistant API
api:

# Allow Over-The-Air updates
ota:
- platform: esphome

# Allow provisioning Wi-Fi via serial
improv_serial:

wifi:
  # Set up a wifi access point
  ap: {}

# In combination with the `ap` this allows the user
# to provision wifi credentials to the device via WiFi AP.
captive_portal:

dashboard_import:
  package_import_url: github://esphome/firmware/esphome-web/esp32c3.yaml@v2
  import_full_config: true

# Sets up Bluetooth LE (Only on ESP32) to allow the user
# to provision wifi credentials to the device.
esp32_improv:
  authorizer: none

# To have a "next url" for improv serial
web_server:

uart:
  tx_pin: 20
  rx_pin: 21
  baud_rate: 9600
  parity: EVEN

external_components:
  source: github://DomiStyle/esphome-panasonic-ac
  components: [panasonic_ac]


climate:
  - platform: panasonic_ac
    # For CZ-TACG1
    type: cnt

    # For DNSK-P11
    # type: wlan

    name: Panasonic AC
    horizontal_swing_select:
      name: AC Horizontal Swing Mode
    vertical_swing_select:
      name: AC Vertical Swing Mode
    outside_temperature:
      name: AC Outside Temperature
    nanoex_switch:
      name: Panasonic AC NanoeX Switch

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions