Alain Turbide

Results 168 comments of Alain Turbide

Can you try modifying file httpsserver.cpp line 66 to use TLS_server_method() instead of TLSv1_2_server_method() to see if that helps. TLSv1_2 restricts you to only that method and is deprecated. ```...

The issue is more likely related to the upstream Espressif openssl-api library itself which uses mbedtls and not with this esp32_https_server library. Looks like Expressif is discontinuing it's support for...

I was getting consistent lockups accessing a page using the chrome Android browser due to this bug in the readline function. The increment fix took care of that issue. I...

I have not experienced or heard of these issues but then again I'm not running the latest HA version. I do use the latest epshome 2022.5.0. HA does have issues...

I would recommend a d1 mini pro esp32. It's basically an esp32 that can fit in the same footprint as a d1 mini so works fine in pcb's designed for...

No issues at all. I have one like that. Just set dscWritePin to 5 , dsClockpin to 22 and dscReadPin to 21.

You can't call a macro but you can send any key sequence to one are all partitions using the alarm_keypress_partition service. The cmd to arm all is \ + 0...

Ah ok, I see what you are doing. i had forgotten about the function key trigger codes. You are correct. I am developing for 2 different systems: DSC and Vista...

Tks for testing. I've corrected the partition status on armed and re-added the missing partition msg sensor. Stuff got changed when I was testing. A couple things to note, you...

I've also added a beep function (for use in the card) but I need to fix the timing on that.