Dominik

Results 158 comments of Dominik

You can use any of the following pairs: ``` UART0 - TX: GPIO1, RX: GPIO3 UART1 - TX: GPIO9, RX: GPIO10 (Only on ESP32) UART2 - TX: GPIO16, RX: GPIO17...

Can you post the verbose log when the automation runs?

I can only point you to [HeishaMon](https://github.com/Egyras/HeishaMon#where-to-get-connectors). They have connectors for the CN-CNT port, maybe they are from the same line.

@bigjme93 Sure, if your remote controller has an eco button on it you can just install your modules and post the verbose logs after toggling the eco mode on and...

Quiet is already implemented, so it should work out of the box. Eco mode is a different mode on some Panasonic ACs.

Do you happen to have the service manual available somewhere? Unfortunately without asking Panasonic or trying there's not much I can do. You might take a look at which official...

Yes, looking at the service manual it seems unlikely that these units will work with this library. Of course, I'm more than open to adding another device if somebody is...

Can you connect to the ESP directly via USB? It's hard to see what's wrong with all the connection issues.

As mentioned, the AC unit and all sensors/switches will automatically be exposed over MQTT as soon as you enable MQTT, you shouldn't have to define any topics manually unless you...

Looking at the ESPHome source it seems like the MQTT climate has no support for custom presets, so there's nothing I can do for now.