esphome-panasonic-ac icon indicating copy to clipboard operation
esphome-panasonic-ac copied to clipboard

Help to uncomment remote function

Open lollo78 opened this issue 3 months ago • 3 comments

Hi, thanks for this magic project!

My Panasonic AC (NKE series), CZ-TAC interface, use the A75C3887 remote.

What features I have to uncomment in the esphome config?

Ok for mild_dry_switch and econavi_switch because they are supported, but eco_switch needs to be uncomment? Last doubt is about nanoex_switch: NanoEX (this is the name of the technology in my AC) is the same things of NanoE-G? Thanks a lot

lollo78 avatar Mar 06 '24 10:03 lollo78

Hi, I tried all the extra remote functions, but no one works. Switches turn off immediately and nothing happens on the AC. For example, Econavi is supported on my AC but enabling it in esphome It didn't works. Any advice? Thx

lollo78 avatar Apr 24 '24 09:04 lollo78

You can enable verbose logging and toggle econavi back and forth via the remote. You should see something changing in the polling response the ESP gets.

The currently known fields are documented here: https://github.com/DomiStyle/esphome-panasonic-ac/tree/master/protocol/cztacg1

DomiStyle avatar Apr 24 '24 12:04 DomiStyle

With Verbose and toggle Econavi on and off with the Panasonic remote I see this:

C:\>esphome run climatizzatore-stanzetta.yaml
INFO ESPHome 2024.4.1
INFO Reading configuration climatizzatore-stanzetta.yaml...
INFO Updating https://github.com/DomiStyle/esphome-panasonic-ac.git@None
INFO Generating C++ source...
INFO Compiling app...
Processing climatizzatore-stanzetta (board: esp32-c3-devkitm-1; framework: arduino; platform: platformio/[email protected])
------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via `-v, --verbose` option
CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32-c3-devkitm-1.html
PLATFORM: Espressif 32 (5.4.0) > Espressif ESP32-C3-DevKitM-1
HARDWARE: ESP32C3 160MHz, 320KB RAM, 4MB Flash
DEBUG: Current (cmsis-dap) External (cmsis-dap, esp-bridge, esp-builtin, esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa)
PACKAGES:
 - framework-arduinoespressif32 @ 3.20005.220925 (2.0.5)
 - tool-esptoolpy @ 1.40400.0 (4.4.0)
 - toolchain-riscv32-esp @ 8.4.0+2021r2-patch5
LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
LDF Modes: Finder ~ off, Compatibility ~ soft
Found 37 compatible libraries
Scanning dependencies...
Dependency Graph
|-- AsyncTCP-esphome @ 2.1.3
|-- WiFi @ 2.0.0
|-- FS @ 2.0.0
|-- Update @ 2.0.0
|-- ESPAsyncWebServer-esphome @ 3.1.0
|-- DNSServer @ 2.0.0
|-- ESPmDNS @ 2.0.0
|-- noise-c @ 0.1.4
|-- ArduinoJson @ 6.18.5
Building in release mode
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\api\api_connection.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\api\api_frame_helper.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\api\api_pb2.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\api\api_pb2_service.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\api\api_server.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\api\list_entities.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\api\proto.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\api\subscribe_state.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\api\user_services.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\captive_portal\captive_portal.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\climate\climate.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\climate\climate_mode.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\climate\climate_traits.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\dallas\dallas_component.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\dallas\esp_one_wire.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\esp32\core.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\esp32\gpio.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\esp32\preferences.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\json\json_util.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\logger\logger.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\logger\logger_esp32.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\logger\logger_esp8266.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\logger\logger_host.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\logger\logger_libretiny.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\logger\logger_rp2040.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\md5\md5.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\mdns\mdns_component.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\mdns\mdns_esp32.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\mdns\mdns_esp8266.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\mdns\mdns_host.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\mdns\mdns_libretiny.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\mdns\mdns_rp2040.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\network\util.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\ota\ota_backend_arduino_esp32.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\ota\ota_backend_arduino_esp8266.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\ota\ota_backend_arduino_libretiny.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\ota\ota_backend_arduino_rp2040.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\ota\ota_backend_esp_idf.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\ota\ota_component.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\panasonic_ac\esppac.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\panasonic_ac\esppac_cnt.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\panasonic_ac\esppac_wlan.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\restart\switch\restart_switch.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\select\select.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\select\select_call.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\select\select_traits.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\sensor\automation.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\sensor\filter.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\sensor\sensor.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\socket\bsd_sockets_impl.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\socket\lwip_raw_tcp_impl.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\socket\lwip_sockets_impl.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\socket\socket.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\switch\automation.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\switch\switch.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\uart\uart.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\uart\uart_component.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\uart\uart_component_esp32_arduino.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\uart\uart_component_esp8266.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\uart\uart_component_esp_idf.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\uart\uart_component_libretiny.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\uart\uart_component_rp2040.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\uart\uart_debugger.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\web_server\list_entities.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\web_server\web_server.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\web_server_base\web_server_base.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\wifi\wifi_component.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\wifi\wifi_component_esp32_arduino.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\wifi\wifi_component_esp8266.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\wifi\wifi_component_esp_idf.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\wifi\wifi_component_libretiny.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\components\wifi\wifi_component_pico_w.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\core\application.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\core\color.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\core\component.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\core\component_iterator.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\core\controller.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\core\entity_base.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\core\helpers.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\core\log.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\core\ring_buffer.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\core\scheduler.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\core\string_ref.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\core\time.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\esphome\core\util.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\src\main.cpp.o
Building .pioenvs\climatizzatore-stanzetta\bootloader.bin
Generating partitions .pioenvs\climatizzatore-stanzetta\partitions.bin
esptool.py v4.4
Creating esp32c3 image...
Merged 1 ELF section
Successfully created esp32c3 image.
Compiling .pioenvs\climatizzatore-stanzetta\lib841\AsyncTCP-esphome\AsyncTCP.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\libbd5\WiFi\WiFi.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\libbd5\WiFi\WiFiAP.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\libbd5\WiFi\WiFiClient.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\libbd5\WiFi\WiFiGeneric.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\libbd5\WiFi\WiFiMulti.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\libbd5\WiFi\WiFiSTA.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\libbd5\WiFi\WiFiScan.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\libbd5\WiFi\WiFiServer.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\libbd5\WiFi\WiFiUdp.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\libfb5\FS\FS.cpp.o
Archiving .pioenvs\climatizzatore-stanzetta\lib841\libAsyncTCP-esphome.a
Compiling .pioenvs\climatizzatore-stanzetta\libfb5\FS\vfs_api.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\lib5ef\Update\HttpsOTAUpdate.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\lib5ef\Update\Updater.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\lib9f2\ESPAsyncWebServer-esphome\AsyncEventSource.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\lib9f2\ESPAsyncWebServer-esphome\AsyncWebSocket.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\lib9f2\ESPAsyncWebServer-esphome\WebAuthentication.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\lib9f2\ESPAsyncWebServer-esphome\WebHandlers.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\lib9f2\ESPAsyncWebServer-esphome\WebRequest.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\lib9f2\ESPAsyncWebServer-esphome\WebResponses.cpp.o
Archiving .pioenvs\climatizzatore-stanzetta\libbd5\libWiFi.a
Compiling .pioenvs\climatizzatore-stanzetta\lib9f2\ESPAsyncWebServer-esphome\WebServer.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\libfed\DNSServer\DNSServer.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\lib2fc\ESPmDNS\ESPmDNS.cpp.o
Archiving .pioenvs\climatizzatore-stanzetta\libfb5\libFS.a
Compiling .pioenvs\climatizzatore-stanzetta\libb53\libsodium\crypto_aead\chacha20poly1305\sodium\aead_chacha20poly1305.c.o
Compiling .pioenvs\climatizzatore-stanzetta\libb53\libsodium\crypto_core\ed25519\core_ed25519.c.o
Archiving .pioenvs\climatizzatore-stanzetta\lib5ef\libUpdate.a
Compiling .pioenvs\climatizzatore-stanzetta\libb53\libsodium\crypto_core\ed25519\core_ristretto255.c.o
Compiling .pioenvs\climatizzatore-stanzetta\libb53\libsodium\crypto_core\ed25519\ref10\ed25519_ref10.c.o
Compiling .pioenvs\climatizzatore-stanzetta\libb53\libsodium\crypto_hash\crypto_hash.c.o
Compiling .pioenvs\climatizzatore-stanzetta\libb53\libsodium\crypto_hash\sha256\cp\hash_sha256_cp.c.o
Compiling .pioenvs\climatizzatore-stanzetta\libb53\libsodium\crypto_hash\sha256\hash_sha256.c.o
Archiving .pioenvs\climatizzatore-stanzetta\libfed\libDNSServer.a
Compiling .pioenvs\climatizzatore-stanzetta\libb53\libsodium\crypto_onetimeauth\crypto_onetimeauth.c.o
Compiling .pioenvs\climatizzatore-stanzetta\libb53\libsodium\crypto_onetimeauth\poly1305\donna\poly1305_donna.c.o
Compiling .pioenvs\climatizzatore-stanzetta\libb53\libsodium\crypto_onetimeauth\poly1305\onetimeauth_poly1305.c.o
Compiling .pioenvs\climatizzatore-stanzetta\libb53\libsodium\crypto_scalarmult\crypto_scalarmult.c.o
Compiling .pioenvs\climatizzatore-stanzetta\libb53\libsodium\crypto_scalarmult\curve25519\ref10\x25519_ref10.c.o
Compiling .pioenvs\climatizzatore-stanzetta\libb53\libsodium\crypto_scalarmult\curve25519\scalarmult_curve25519.c.o
Compiling .pioenvs\climatizzatore-stanzetta\libb53\libsodium\crypto_stream\chacha20\ref\chacha20_ref.c.o
Compiling .pioenvs\climatizzatore-stanzetta\libb53\libsodium\crypto_stream\chacha20\stream_chacha20.c.o
Compiling .pioenvs\climatizzatore-stanzetta\libb53\libsodium\crypto_stream\crypto_stream.c.o
Compiling .pioenvs\climatizzatore-stanzetta\libb53\libsodium\crypto_verify\sodium\verify.c.o
Compiling .pioenvs\climatizzatore-stanzetta\libb53\libsodium\sodium\codecs.c.o
Compiling .pioenvs\climatizzatore-stanzetta\libb53\libsodium\sodium\core.c.o
Compiling .pioenvs\climatizzatore-stanzetta\libb53\libsodium\sodium\runtime.c.o
Compiling .pioenvs\climatizzatore-stanzetta\libb53\libsodium\sodium\utils.c.o
Archiving .pioenvs\climatizzatore-stanzetta\lib2fc\libESPmDNS.a
Archiving .pioenvs\climatizzatore-stanzetta\lib9f2\libESPAsyncWebServer-esphome.a
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\backend\openssl\cipher-aesgcm.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\backend\ref\cipher-aesgcm.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\backend\ref\cipher-chachapoly.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\backend\ref\dh-curve25519.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\backend\ref\hash-blake2b.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\backend\ref\hash-blake2s.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\backend\ref\hash-sha256.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\backend\sodium\cipher-aesgcm.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\backend\sodium\cipher-chachapoly.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\backend\sodium\dh-curve25519.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\backend\sodium\hash-blake2b.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\backend\sodium\hash-sha256.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\crypto\aes\rijndael-alg-fst.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\crypto\blake2\blake2b.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\crypto\blake2\blake2s.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\crypto\chacha\chacha.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\crypto\donna\curve25519-donna-c64.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\crypto\donna\curve25519-donna.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\crypto\donna\poly1305-donna.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\crypto\sha2\sha256.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\crypto\sha2\sha512.c.o
Archiving .pioenvs\climatizzatore-stanzetta\libb53\libsodium.a
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\crypto\x25519\x25519.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\protocol\cipherstate.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\protocol\dhstate.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\protocol\errors.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\protocol\handshakestate.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\protocol\hashstate.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\protocol\internal.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\protocol\names.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\protocol\patterns.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\protocol\rand_os.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\protocol\rand_sodium.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\protocol\randstate.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\protocol\signstate.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\protocol\symmetricstate.c.o
Compiling .pioenvs\climatizzatore-stanzetta\liba15\noise-c\protocol\util.c.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\Esp.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\FirmwareMSC.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\FunctionalInterrupt.cpp.o
Archiving .pioenvs\climatizzatore-stanzetta\liba15\libnoise-c.a
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\HWCDC.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\HardwareSerial.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\IPAddress.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\IPv6Address.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\MD5Builder.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\Print.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\Stream.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\StreamString.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\Tone.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\USB.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\USBCDC.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\USBMSC.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\WMath.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\WString.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\base64.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\cbuf.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\esp32-hal-adc.c.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\esp32-hal-bt.c.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\esp32-hal-cpu.c.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\esp32-hal-dac.c.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\esp32-hal-gpio.c.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\esp32-hal-i2c-slave.c.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\esp32-hal-i2c.c.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\esp32-hal-ledc.c.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\esp32-hal-matrix.c.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\esp32-hal-misc.c.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\esp32-hal-psram.c.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\esp32-hal-rgb-led.c.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\esp32-hal-rmt.c.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\esp32-hal-sigmadelta.c.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\esp32-hal-spi.c.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\esp32-hal-time.c.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\esp32-hal-timer.c.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\esp32-hal-tinyusb.c.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\esp32-hal-touch.c.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\esp32-hal-uart.c.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\firmware_msc_fat.c.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\libb64\cdecode.c.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\libb64\cencode.c.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\main.cpp.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\stdlib_noniso.c.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\wiring_pulse.c.o
Compiling .pioenvs\climatizzatore-stanzetta\FrameworkArduino\wiring_shift.c.o
Archiving .pioenvs\climatizzatore-stanzetta\libFrameworkArduino.a
Linking .pioenvs\climatizzatore-stanzetta\firmware.elf
Retrieving maximum program size .pioenvs\climatizzatore-stanzetta\firmware.elf
Checking size .pioenvs\climatizzatore-stanzetta\firmware.elf
Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
RAM:   [=         ]  11.3% (used 36892 bytes from 327680 bytes)
Flash: [=====     ]  54.7% (used 1003434 bytes from 1835008 bytes)
Building .pioenvs\climatizzatore-stanzetta\firmware.bin
esptool.py v4.4
Creating esp32c3 image...
Merged 2 ELF sections
Successfully created esp32c3 image.
esp32_create_combined_bin([".pioenvs\climatizzatore-stanzetta\firmware.bin"], [".pioenvs\climatizzatore-stanzetta\firmware.elf"])
esptool.py v4.7.0
Wrote 0x1088e0 bytes to file C:\.esphome\build\climatizzatore-stanzetta\.pioenvs\climatizzatore-stanzetta/firmware-factory.bin, ready to flash to offset 0x0
============================================= [SUCCESS] Took 33.29 seconds =============================================INFO Successfully compiled program.
INFO Connecting to 192.168.1.62
INFO Uploading .esphome\build\climatizzatore-stanzetta\.pioenvs\climatizzatore-stanzetta\firmware.bin (1018080 bytes)
Uploading: [============================================================] 100% Done...

INFO Upload took 10.00 seconds, waiting for result...
INFO OTA successful
INFO Successfully uploaded program.
INFO Starting log output from 192.168.1.62 using esphome API
INFO Successfully connected to climatizzatore-stanzetta @ 192.168.1.62 in 7.036s
INFO Successful handshake with climatizzatore-stanzetta-2298ac @ 192.168.1.62 in 0.584s
[20:59:43][I][app:100]: ESPHome version 2024.4.1 compiled on Apr 24 2024, 20:59:09
[20:59:43][C][wifi:580]: WiFi:
[20:59:43][C][wifi:408]:   Local MAC: XXXXX
[20:59:43][C][wifi:413]:   SSID: 'XXXXXX'
[20:59:43][C][wifi:416]:   IP Address: 192.168.1.62
[20:59:43][C][wifi:420]:   BSSID: XXXXXXX
[20:59:43][C][wifi:421]:   Hostname: 'climatizzatore-stanzetta-2298ac'
[20:59:43][C][wifi:423]:   Signal strength: -61 dB ▂▄▆█
[20:59:43][V][wifi:425]:   Priority: 0.0
[20:59:43][C][wifi:427]:   Channel: 6
[20:59:43][C][wifi:428]:   Subnet: 255.255.255.255
[20:59:43][C][wifi:429]:   Gateway: 192.168.1.1
[20:59:43][C][wifi:430]:   DNS1: 0.0.0.0
[20:59:43][C][wifi:431]:   DNS2: 0.0.0.0
[20:59:43][C][logger:166]: Logger:
[20:59:43][C][logger:167]:   Level: VERBOSE
[20:59:43][C][logger:169]:   Log Baud Rate: 115200
[20:59:43][C][logger:170]:   Hardware UART: USB_CDC
[20:59:43][C][uart.arduino_esp32:137]: UART Bus 0:
[20:59:43][C][uart.arduino_esp32:138]:   TX Pin: GPIO7
[20:59:43][C][uart.arduino_esp32:139]:   RX Pin: GPIO6
[20:59:43][C][uart.arduino_esp32:141]:   RX Buffer Size: 256
[20:59:43][C][uart.arduino_esp32:143]:   Baud Rate: 9600 baud
[20:59:43][C][uart.arduino_esp32:144]:   Data Bits: 8
[20:59:43][C][uart.arduino_esp32:145]:   Parity: EVEN
[20:59:43][C][uart.arduino_esp32:146]:   Stop bits: 1
[20:59:43][C][dallas.sensor:075]: DallasComponent:
[20:59:43][C][dallas.sensor:076]:   Pin: GPIO1
[20:59:43][C][dallas.sensor:077]:   Update Interval: 60.0s
[20:59:43][D][dallas.sensor:082]:   Found sensors:
[20:59:43][D][dallas.sensor:084]:     0x384243b20a646128
[20:59:43][C][dallas.sensor:089]:   Device 'Climatizzatore Stanzetta Temperatura Esterna'
[20:59:43][C][dallas.sensor:089]:     Device Class: 'temperature'
[20:59:43][C][dallas.sensor:089]:     State Class: 'measurement'
[20:59:43][C][dallas.sensor:089]:     Unit of Measurement: '°C'
[20:59:43][C][dallas.sensor:089]:     Accuracy Decimals: 1
[20:59:43][V][dallas.sensor:089]:     Unique ID: 'dallas-384243b20a646128'
[20:59:43][C][dallas.sensor:097]:     Address: 0x384243b20a646128
[20:59:43][C][dallas.sensor:098]:     Resolution: 12
[20:59:43][C][restart:068]: Restart Switch 'Climatizzatore Stanzetta Riavvio'
[20:59:43][C][restart:070]:   Icon: 'mdi:restart'
[20:59:43][C][restart:091]:   Restore Mode: always OFF
[20:59:43][C][captive_portal:088]: Captive Portal:
[20:59:43][C][web_server:169]: Web Server:
[20:59:43][C][web_server:170]:   Address: 192.168.1.62:80
[20:59:43][C][mdns:115]: mDNS:
[20:59:43][C][mdns:116]:   Hostname: climatizzatore-stanzetta-2298ac
[20:59:43][V][mdns:117]:   Services:
[20:59:43][V][mdns:119]:   - _esphomelib, _tcp, 6053
[20:59:43][V][mdns:121]:     TXT: version = 2024.4.1
[20:59:43][V][mdns:121]:     TXT: mac = 70041d2298ac
[20:59:43][V][mdns:121]:     TXT: platform = ESP32
[20:59:43][V][mdns:121]:     TXT: board = esp32-c3-devkitm-1
[20:59:43][V][mdns:121]:     TXT: network = wifi
[20:59:43][V][mdns:121]:     TXT: api_encryption = Noise_NNpsk0_25519_ChaChaPoly_SHA256
[20:59:43][V][mdns:119]:   - _http, _tcp, 80
[20:59:43][C][ota:096]: Over-The-Air Updates:
[20:59:43][C][ota:097]:   Address: 192.168.1.62:3232
[20:59:43][C][ota:100]:   Using Password.
[20:59:43][C][ota:103]:   OTA version: 2.
[20:59:43][C][api:139]: API Server:
[20:59:43][C][api:140]:   Address: 192.168.1.62:6053
[20:59:43][C][api:142]:   Using noise encryption: YES
[20:59:45][V][panasonic_ac.cz_tacg1:252]: Polling AC
[20:59:45][V][panasonic_ac:245]: TX: 70.0A.00.00.00.00.00.00.00.00.00.00.86 (13)
[20:59:45][V][panasonic_ac:247]: RX: 70.20.40.2A.80.A0.FD.00.00.00.00.00.00.2A.00.00.00.00.80.80.FF.80.80.FF.80.80.FF.80.00.00.00.00.00.00.42 (35)
[20:59:45][V][panasonic_ac.cz_tacg1:176]: Current temperature is not supported
[20:59:45][D][climate:396]: 'Climatizzatore Stanzetta' - Sending state:
[20:59:45][D][climate:399]:   Mode: OFF
[20:59:45][D][climate:407]:   Custom Fan Mode: Automatic
[20:59:45][D][climate:413]:   Custom Preset: Normal
[20:59:45][D][climate:416]:   Swing Mode: BOTH
[20:59:45][D][climate:419]:   Current Temperature: nan°C
[20:59:45][D][climate:425]:   Target Temperature: 21.00°C
[20:59:50][V][panasonic_ac.cz_tacg1:252]: Polling AC
[20:59:50][V][panasonic_ac:245]: TX: 70.0A.00.00.00.00.00.00.00.00.00.00.86 (13)
[20:59:50][V][panasonic_ac:247]: RX: 70.20.40.2A.80.A0.FD.00.00.00.00.00.00.2A.00.00.00.00.80.80.FF.80.80.FF.80.80.FF.80.00.00.00.00.00.00.42 (35)
[20:59:50][V][panasonic_ac.cz_tacg1:176]: Current temperature is not supported
[20:59:50][D][climate:396]: 'Climatizzatore Stanzetta' - Sending state:
[20:59:50][D][climate:399]:   Mode: OFF
[20:59:50][D][climate:407]:   Custom Fan Mode: Automatic
[20:59:50][D][climate:413]:   Custom Preset: Normal
[20:59:50][D][climate:416]:   Swing Mode: BOTH
[20:59:50][D][climate:419]:   Current Temperature: nan°C
[20:59:50][D][climate:425]:   Target Temperature: 21.00°C
[20:59:55][V][panasonic_ac.cz_tacg1:252]: Polling AC
[20:59:55][V][panasonic_ac:245]: TX: 70.0A.00.00.00.00.00.00.00.00.00.00.86 (13)
[20:59:55][V][panasonic_ac:247]: RX: 70.20.40.2A.80.A0.FD.00.00.00.00.00.00.2A.00.00.00.00.80.80.FF.80.80.FF.80.80.FF.80.00.00.00.00.00.00.42 (35)
[20:59:55][V][panasonic_ac.cz_tacg1:176]: Current temperature is not supported
[20:59:55][D][climate:396]: 'Climatizzatore Stanzetta' - Sending state:
[20:59:55][D][climate:399]:   Mode: OFF
[20:59:55][D][climate:407]:   Custom Fan Mode: Automatic
[20:59:55][D][climate:413]:   Custom Preset: Normal
[20:59:55][D][climate:416]:   Swing Mode: BOTH
[20:59:55][D][climate:419]:   Current Temperature: nan°C
[20:59:55][D][climate:425]:   Target Temperature: 21.00°C
[21:00:00][V][panasonic_ac.cz_tacg1:252]: Polling AC
[21:00:00][V][panasonic_ac:245]: TX: 70.0A.00.00.00.00.00.00.00.00.00.00.86 (13)
[21:00:00][V][panasonic_ac:247]: RX: 70.20.40.2A.80.A0.FD.00.00.00.00.00.00.2A.00.00.00.00.80.80.FF.80.80.FF.80.80.FF.80.00.00.00.00.00.00.42 (35)
[21:00:00][V][panasonic_ac.cz_tacg1:176]: Current temperature is not supported
[21:00:00][D][climate:396]: 'Climatizzatore Stanzetta' - Sending state:
[21:00:00][D][climate:399]:   Mode: OFF
[21:00:00][D][climate:407]:   Custom Fan Mode: Automatic
[21:00:00][D][climate:413]:   Custom Preset: Normal
[21:00:00][D][climate:416]:   Swing Mode: BOTH
[21:00:00][D][climate:419]:   Current Temperature: nan°C
[21:00:00][D][climate:425]:   Target Temperature: 21.00°C
[21:00:05][V][panasonic_ac.cz_tacg1:252]: Polling AC
[21:00:05][V][panasonic_ac:245]: TX: 70.0A.00.00.00.00.00.00.00.00.00.00.86 (13)
[21:00:05][V][panasonic_ac:247]: RX: 70.20.40.2A.80.A0.FD.00.00.00.00.00.00.2A.00.00.00.00.80.80.FF.80.80.FF.80.80.FF.80.00.00.00.00.00.00.42 (35)
[21:00:05][V][panasonic_ac.cz_tacg1:176]: Current temperature is not supported
[21:00:05][D][climate:396]: 'Climatizzatore Stanzetta' - Sending state:
[21:00:05][D][climate:399]:   Mode: OFF
[21:00:05][D][climate:407]:   Custom Fan Mode: Automatic
[21:00:05][D][climate:413]:   Custom Preset: Normal
[21:00:05][D][climate:416]:   Swing Mode: BOTH
[21:00:05][D][climate:419]:   Current Temperature: nan°C
[21:00:05][D][climate:425]:   Target Temperature: 21.00°C
[21:00:10][V][panasonic_ac.cz_tacg1:252]: Polling AC
[21:00:10][V][panasonic_ac:245]: TX: 70.0A.00.00.00.00.00.00.00.00.00.00.86 (13)
[21:00:10][V][panasonic_ac:247]: RX: 70.20.40.2A.80.A0.FD.00.00.00.00.00.00.2A.00.00.00.00.80.80.FF.80.80.FF.80.80.FF.80.00.00.00.00.00.00.42 (35)
[21:00:10][V][panasonic_ac.cz_tacg1:176]: Current temperature is not supported
[21:00:10][D][climate:396]: 'Climatizzatore Stanzetta' - Sending state:
[21:00:10][D][climate:399]:   Mode: OFF
[21:00:10][D][climate:407]:   Custom Fan Mode: Automatic
[21:00:10][D][climate:413]:   Custom Preset: Normal
[21:00:10][D][climate:416]:   Swing Mode: BOTH
[21:00:10][D][climate:419]:   Current Temperature: nan°C
[21:00:10][D][climate:425]:   Target Temperature: 21.00°C
[21:00:15][V][panasonic_ac.cz_tacg1:252]: Polling AC
[21:00:15][V][panasonic_ac:245]: TX: 70.0A.00.00.00.00.00.00.00.00.00.00.86 (13)
[21:00:15][V][panasonic_ac:247]: RX: 70.20.40.2A.80.A0.FD.00.00.00.00.00.00.2A.00.00.00.00.80.80.FF.80.80.FF.80.80.FF.80.00.00.00.00.00.00.42 (35)
[21:00:15][V][panasonic_ac.cz_tacg1:176]: Current temperature is not supported
[21:00:15][D][climate:396]: 'Climatizzatore Stanzetta' - Sending state:
[21:00:15][D][climate:399]:   Mode: OFF
[21:00:15][D][climate:407]:   Custom Fan Mode: Automatic
[21:00:15][D][climate:413]:   Custom Preset: Normal
[21:00:15][D][climate:416]:   Swing Mode: BOTH
[21:00:15][D][climate:419]:   Current Temperature: nan°C
[21:00:15][D][climate:425]:   Target Temperature: 21.00°C
[21:00:20][V][panasonic_ac.cz_tacg1:252]: Polling AC
[21:00:20][V][panasonic_ac:245]: TX: 70.0A.00.00.00.00.00.00.00.00.00.00.86 (13)
[21:00:20][V][panasonic_ac:247]: RX: 70.20.40.2A.80.A0.FD.00.00.00.00.00.00.2A.00.00.00.00.80.80.FF.80.80.FF.80.80.FF.80.00.00.00.00.00.00.42 (35)
[21:00:20][V][panasonic_ac.cz_tacg1:176]: Current temperature is not supported
[21:00:20][D][climate:396]: 'Climatizzatore Stanzetta' - Sending state:
[21:00:20][D][climate:399]:   Mode: OFF
[21:00:20][D][climate:407]:   Custom Fan Mode: Automatic
[21:00:20][D][climate:413]:   Custom Preset: Normal
[21:00:20][D][climate:416]:   Swing Mode: BOTH
[21:00:20][D][climate:419]:   Current Temperature: nan°C
[21:00:20][D][climate:425]:   Target Temperature: 21.00°C
[21:00:25][V][panasonic_ac.cz_tacg1:252]: Polling AC
[21:00:25][V][panasonic_ac:245]: TX: 70.0A.00.00.00.00.00.00.00.00.00.00.86 (13)
[21:00:25][V][panasonic_ac:247]: RX: 70.20.40.2A.80.A0.FD.00.00.00.00.00.00.2A.00.00.00.00.80.80.FF.80.80.FF.80.80.FF.80.00.00.00.00.00.00.42 (35)
[21:00:25][V][panasonic_ac.cz_tacg1:176]: Current temperature is not supported
[21:00:25][D][climate:396]: 'Climatizzatore Stanzetta' - Sending state:
[21:00:25][D][climate:399]:   Mode: OFF
[21:00:25][D][climate:407]:   Custom Fan Mode: Automatic
[21:00:25][D][climate:413]:   Custom Preset: Normal
[21:00:25][D][climate:416]:   Swing Mode: BOTH
[21:00:25][D][climate:419]:   Current Temperature: nan°C
[21:00:25][D][climate:425]:   Target Temperature: 21.00°C
[21:00:30][V][panasonic_ac.cz_tacg1:252]: Polling AC
[21:00:30][V][panasonic_ac:245]: TX: 70.0A.00.00.00.00.00.00.00.00.00.00.86 (13)
[21:00:30][V][panasonic_ac:247]: RX: 70.20.40.2A.80.A0.FD.00.00.00.00.00.00.2A.00.00.00.00.80.80.FF.80.80.FF.80.80.FF.80.00.00.00.00.00.00.42 (35)
[21:00:30][V][panasonic_ac.cz_tacg1:176]: Current temperature is not supported
[21:00:30][D][climate:396]: 'Climatizzatore Stanzetta' - Sending state:
[21:00:30][D][climate:399]:   Mode: OFF
[21:00:30][D][climate:407]:   Custom Fan Mode: Automatic
[21:00:30][D][climate:413]:   Custom Preset: Normal
[21:00:30][D][climate:416]:   Swing Mode: BOTH
[21:00:30][D][climate:419]:   Current Temperature: nan°C
[21:00:30][D][climate:425]:   Target Temperature: 21.00°C
[21:00:31][D][dallas.sensor:153]: 'Climatizzatore Stanzetta Temperatura Esterna': Got Temperature=22.2°C
[21:00:31][V][sensor:043]: 'Climatizzatore Stanzetta Temperatura Esterna': Received new state 22.187500
[21:00:31][D][sensor:094]: 'Climatizzatore Stanzetta Temperatura Esterna': Sending state 22.18750 °C with 1 decimals of accuracy
[21:00:35][V][panasonic_ac.cz_tacg1:252]: Polling AC
[21:00:35][V][panasonic_ac:245]: TX: 70.0A.00.00.00.00.00.00.00.00.00.00.86 (13)
[21:00:35][V][panasonic_ac:247]: RX: 70.20.40.2A.80.A0.FD.00.00.00.00.00.00.2A.00.00.00.00.80.80.FF.80.80.FF.80.80.FF.80.00.00.00.00.00.00.42 (35)
[21:00:35][V][panasonic_ac.cz_tacg1:176]: Current temperature is not supported
[21:00:35][D][climate:396]: 'Climatizzatore Stanzetta' - Sending state:
[21:00:35][D][climate:399]:   Mode: OFF
[21:00:35][D][climate:407]:   Custom Fan Mode: Automatic
[21:00:35][D][climate:413]:   Custom Preset: Normal
[21:00:35][D][climate:416]:   Swing Mode: BOTH
[21:00:35][D][climate:419]:   Current Temperature: nan°C
[21:00:35][D][climate:425]:   Target Temperature: 21.00°C
[21:00:40][V][panasonic_ac.cz_tacg1:252]: Polling AC
[21:00:40][V][panasonic_ac:245]: TX: 70.0A.00.00.00.00.00.00.00.00.00.00.86 (13)
[21:00:40][V][panasonic_ac:247]: RX: 70.20.40.2A.80.A0.FD.00.00.00.00.00.00.2A.00.00.00.00.80.80.FF.80.80.FF.80.80.FF.80.00.00.00.00.00.00.42 (35)
[21:00:40][V][panasonic_ac.cz_tacg1:176]: Current temperature is not supported
[21:00:40][D][climate:396]: 'Climatizzatore Stanzetta' - Sending state:
[21:00:40][D][climate:399]:   Mode: OFF
[21:00:40][D][climate:407]:   Custom Fan Mode: Automatic
[21:00:40][D][climate:413]:   Custom Preset: Normal
[21:00:40][D][climate:416]:   Swing Mode: BOTH
[21:00:40][D][climate:419]:   Current Temperature: nan°C
[21:00:40][D][climate:425]:   Target Temperature: 21.00°C
[21:00:45][V][panasonic_ac.cz_tacg1:252]: Polling AC
[21:00:45][V][panasonic_ac:245]: TX: 70.0A.00.00.00.00.00.00.00.00.00.00.86 (13)
[21:00:45][V][panasonic_ac:247]: RX: 70.20.44.2C.80.A0.1D.00.00.00.00.00.48.2E.00.00.00.00.80.80.FF.80.80.FF.80.80.FF.80.00.00.00.00.00.00.D0 (35)
[21:00:45][V][panasonic_ac.cz_tacg1:176]: Current temperature is not supported
[21:00:45][D][select:015]: 'Climatizzatore Stanzetta Vertical Swing': Sending state up (index 2)
[21:00:45][D][climate:396]: 'Climatizzatore Stanzetta' - Sending state:
[21:00:45][D][climate:399]:   Mode: HEAT
[21:00:45][D][climate:407]:   Custom Fan Mode: Automatic
[21:00:45][D][climate:413]:   Custom Preset: Normal
[21:00:45][D][climate:416]:   Swing Mode: HORIZONTAL
[21:00:45][D][climate:419]:   Current Temperature: nan°C
[21:00:45][D][climate:425]:   Target Temperature: 22.00°C
[21:00:49][V][json:038]: Attempting to allocate 512 bytes for JSON serialization
[21:00:49][V][json:058]: Size after shrink 144 bytes
[21:00:49][V][json:038]: Attempting to allocate 512 bytes for JSON serialization
[21:00:49][V][json:058]: Size after shrink 180 bytes
[21:00:49][V][json:038]: Attempting to allocate 512 bytes for JSON serialization
[21:00:49][V][json:058]: Size after shrink 164 bytes
[21:00:49][V][json:038]: Attempting to allocate 512 bytes for JSON serialization
[21:00:49][V][json:038]: Attempting to allocate 1024 bytes for JSON serialization
[21:00:49][V][json:058]: Size after shrink 764 bytes
[21:00:49][V][json:038]: Attempting to allocate 512 bytes for JSON serialization
[21:00:49][V][json:058]: Size after shrink 308 bytes
[21:00:49][V][json:038]: Attempting to allocate 512 bytes for JSON serialization
[21:00:49][V][json:058]: Size after shrink 320 bytes
[21:00:50][V][panasonic_ac.cz_tacg1:252]: Polling AC
[21:00:50][V][panasonic_ac:245]: TX: 70.0A.00.00.00.00.00.00.00.00.00.00.86 (13)
[21:00:50][V][panasonic_ac:247]: RX: 70.20.44.2C.80.A0.1D.00.00.00.00.00.48.2E.00.00.00.00.80.80.FF.80.80.FF.80.80.FF.80.00.00.00.00.00.00.D0 (35)
[21:00:50][V][panasonic_ac.cz_tacg1:176]: Current temperature is not supported
[21:00:50][D][climate:396]: 'Climatizzatore Stanzetta' - Sending state:
[21:00:50][D][climate:399]:   Mode: HEAT
[21:00:50][D][climate:407]:   Custom Fan Mode: Automatic
[21:00:50][D][climate:413]:   Custom Preset: Normal
[21:00:50][D][climate:416]:   Swing Mode: HORIZONTAL
[21:00:50][D][climate:419]:   Current Temperature: nan°C
[21:00:50][D][climate:425]:   Target Temperature: 22.00°C
[21:00:50][V][json:038]: Attempting to allocate 512 bytes for JSON serialization
[21:00:50][V][json:058]: Size after shrink 240 bytes
[21:00:55][V][panasonic_ac.cz_tacg1:252]: Polling AC
[21:00:55][V][panasonic_ac:245]: TX: 70.0A.00.00.00.00.00.00.00.00.00.00.86 (13)
[21:00:55][V][panasonic_ac:247]: RX: 70.20.44.2C.80.A0.1D.00.00.00.00.00.48.2E.00.00.00.00.80.80.FF.80.80.FF.80.80.FF.80.00.00.00.00.00.00.D0 (35)
[21:00:55][V][panasonic_ac.cz_tacg1:176]: Current temperature is not supported
[21:00:55][D][climate:396]: 'Climatizzatore Stanzetta' - Sending state:
[21:00:55][D][climate:399]:   Mode: HEAT
[21:00:55][D][climate:407]:   Custom Fan Mode: Automatic
[21:00:55][D][climate:413]:   Custom Preset: Normal
[21:00:55][D][climate:416]:   Swing Mode: HORIZONTAL
[21:00:55][D][climate:419]:   Current Temperature: nan°C
[21:00:55][D][climate:425]:   Target Temperature: 22.00°C
[21:00:55][V][json:038]: Attempting to allocate 512 bytes for JSON serialization
[21:00:55][V][json:058]: Size after shrink 240 bytes
[21:01:00][V][panasonic_ac.cz_tacg1:252]: Polling AC
[21:01:00][V][panasonic_ac:245]: TX: 70.0A.00.00.00.00.00.00.00.00.00.00.86 (13)
[21:01:00][V][panasonic_ac:247]: RX: 70.20.44.2C.80.A0.1D.00.00.00.00.00.48.2E.00.00.00.00.80.80.FF.80.80.FF.80.80.FF.80.00.00.00.00.00.00.D0 (35)
[21:01:00][V][panasonic_ac.cz_tacg1:176]: Current temperature is not supported
[21:01:00][D][climate:396]: 'Climatizzatore Stanzetta' - Sending state:
[21:01:00][D][climate:399]:   Mode: HEAT
[21:01:00][D][climate:407]:   Custom Fan Mode: Automatic
[21:01:00][D][climate:413]:   Custom Preset: Normal
[21:01:00][D][climate:416]:   Swing Mode: HORIZONTAL
[21:01:00][D][climate:419]:   Current Temperature: nan°C
[21:01:00][D][climate:425]:   Target Temperature: 22.00°C
[21:01:00][V][json:038]: Attempting to allocate 512 bytes for JSON serialization
[21:01:00][V][json:058]: Size after shrink 240 bytes
[21:01:05][V][panasonic_ac.cz_tacg1:252]: Polling AC
[21:01:05][V][panasonic_ac:245]: TX: 70.0A.00.00.00.00.00.00.00.00.00.00.86 (13)
[21:01:05][V][panasonic_ac:247]: RX: 70.20.44.2C.80.A0.1D.00.00.00.00.00.48.2E.00.00.00.00.80.80.FF.80.80.FF.80.80.FF.80.00.00.00.00.00.00.D0 (35)
[21:01:05][V][panasonic_ac.cz_tacg1:176]: Current temperature is not supported
[21:01:05][D][climate:396]: 'Climatizzatore Stanzetta' - Sending state:
[21:01:05][D][climate:399]:   Mode: HEAT
[21:01:05][D][climate:407]:   Custom Fan Mode: Automatic
[21:01:05][D][climate:413]:   Custom Preset: Normal
[21:01:05][D][climate:416]:   Swing Mode: HORIZONTAL
[21:01:05][D][climate:419]:   Current Temperature: nan°C
[21:01:05][D][climate:425]:   Target Temperature: 22.00°C
[21:01:05][V][json:038]: Attempting to allocate 512 bytes for JSON serialization
[21:01:05][V][json:058]: Size after shrink 240 bytes
[21:01:10][V][panasonic_ac.cz_tacg1:252]: Polling AC
[21:01:10][V][panasonic_ac:245]: TX: 70.0A.00.00.00.00.00.00.00.00.00.00.86 (13)
[21:01:10][V][panasonic_ac:247]: RX: 70.20.44.2C.80.A0.1D.00.00.00.00.00.4C.2E.00.00.00.00.80.80.FF.80.80.FF.80.80.FF.80.00.00.00.00.00.00.CC (35)
[21:01:10][V][panasonic_ac.cz_tacg1:176]: Current temperature is not supported
[21:01:10][D][climate:396]: 'Climatizzatore Stanzetta' - Sending state:
[21:01:10][D][climate:399]:   Mode: HEAT
[21:01:10][D][climate:407]:   Custom Fan Mode: Automatic
[21:01:10][D][climate:413]:   Custom Preset: Normal
[21:01:10][D][climate:416]:   Swing Mode: HORIZONTAL
[21:01:10][D][climate:419]:   Current Temperature: nan°C
[21:01:10][D][climate:425]:   Target Temperature: 22.00°C
[21:01:10][V][json:038]: Attempting to allocate 512 bytes for JSON serialization
[21:01:10][V][json:058]: Size after shrink 240 bytes

lollo78 avatar Apr 24 '24 19:04 lollo78