Anoxym

Results 17 comments of Anoxym

Thanks for the answer :) , I need to find how to modify the code to use RS495

Hi, In average I have like 1 to 2 sec of delay before the light (relay) turns on Here is the automation YAML for one nspanel : ``` alias: NSPanel...

Hmm okay, got it, so if I hadn’t changed the entity ID, it would’ve just used the local one, right? What ID were you planning to use?

So in example this : switch.panel_chambre2_relay_1_prises Instead of switch.panel_chambre2_relay_prises should works?

ok thanks ;) I thought it was better not to use TX/RX but rather GPIOs to control the high or low state during signal transmission.

Unknown as state tells that the serial link doesn't works ? The cables are connected behind the PREMTB100. And I did not connect the 3.3V to the ESP as it...

I will check logs tonight but yes I have changed GPIO numbers for TX/RX : ` uart: - id: ac_serial tx_pin: GPIO43 rx_pin: number: GPIO44 # Keep in sync with...

Ok thanks! I only have this in log : ``` [01:25:54][D][lg-controller:1354]: update [01:25:54][E][lg-controller:746]: unknown fan mode, using Medium [01:25:54][E][lg-controller:770]: unknown swing mode [01:25:54][D][lg-controller:849]: sending A8.20.00.00.00.00.05.14.40.00.80.00.F4 (13) [01:25:54][W][component:237]: Component lg_controller.climate took...

Maybe GPIO43/44 doesn't work with the code ? The only difference is that I didn't connect the 3.3V to the ESP since it's already powered. I connected the LIN TX...

I have changed the wiring and now I have : ``` [16:28:33][D][lg-controller:1354]: update [16:28:33][D][lg-controller:1450]: line busy, not sending yet ```