Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slow/none response sometimes using Pansonic Z35UFEAW-1 (CZ-TACG1) #122

Open
jkaberg opened this issue Aug 27, 2024 · 0 comments
Open

Slow/none response sometimes using Pansonic Z35UFEAW-1 (CZ-TACG1) #122

jkaberg opened this issue Aug 27, 2024 · 0 comments

Comments

@jkaberg
Copy link

jkaberg commented Aug 27, 2024

I'm seeing some erratic behavior on my Pansonic Z35UFEAW-1 (CZ-TACG1) where the heat pump seems to not respond to commands (me changing mode) or an unusual long delay. It's been like this for a year now and been bugging me so thought I'd bring it up. However I don't know howto proceed from here

I also have an Panasonic HZ35UKE (DNSKP) which responds frequently and without issues as comparison

Config:

esphome:
  name: "ac-1-etasje"

esp32:
  board: esp32dev
  framework:
    type: esp-idf

logger:
  level: VERBOSE #VERBOSE #DEBUG #INFO

api:
  encryption:
    key: !secret encryption_key

ota:
  platform: esphome
  password: !secret ota_password

wifi:
  #power_save_mode: none
  fast_connect: true
  ssid: !secret wifi_ssid
  password: !secret wifi_password
  output_power: 12
  manual_ip:
    static_ip: 10.0.40.13
    gateway: 10.0.40.1
    subnet: 255.255.255.0
    dns1: 10.0.40.1

  ap:
    ssid: "Panasonic AC Fallback Hotspot"
    password: !secret ap_fallback_password

uart:
  tx_pin: GPIO17
  rx_pin: GPIO16
  baud_rate: 9600
  parity: EVEN

#esp32_ble_tracker:
#  scan_parameters:
#    interval: 1100ms
#    window: 1100ms
#    active: true

sensor:
  - platform: wifi_signal
    name: "Wifi Signal Strength"
    update_interval: 60s
  - platform: uptime
    name: "Uptime"

#bluetooth_proxy:
#  active: true

external_components:
  - source: 
      type: git
      url: https://github.com/DomiStyle/esphome-panasonic-ac
      #ref: 2.3.0 # command buffering not working?
    components: [panasonic_ac]

climate:
  - platform: panasonic_ac
    type: cnt

    name: Panasonic AC
    vertical_swing_select:
      name: Panasonic AC Vertical Swing Mode
    outside_temperature:
      name: Panasonic AC Outside Temperature
    nanoex_switch:
      name: Panasonic AC NanoeX Switch
    current_power_consumption:
      name: Panasonic AC Power Consumption

Logs:
logs_ac-1-etasje_run.txt

Repository owner deleted a comment Aug 27, 2024
Repository owner deleted a comment Aug 27, 2024
Repository owner deleted a comment Aug 27, 2024
Repository owner deleted a comment Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant