Alain Turbide

Results 168 comments of Alain Turbide

> Hello, This DSC -esphome working with esp32? I would like using ESP32-POE-ISO with LAN whitout wifi. Thx. Read this discussion for info: https://github.com/Dilbert66/esphome-dsckeybus/issues/56#issuecomment-1247513372

No worries. I just want to make sure it isnt a firmware issue that I need to address.

If you get bored, i've pushed another update that changes a timer function to see if it helps your dhcp connectivity.

The best way really to debug what is going on with your wifi connectivity is if you have a laptop or computer that you can connect to the esp32 usb...

Uncomment the "time:' section in your yaml and the interval: section. I've added the time related functions as are not the issue. The time: section is needed.

Sorry my version of the dsc library does not support the dsc classic series. You can try the original library here which does support it: https://github.com/taligentx/dscKeybusInterface

Remove and re-add the device from the esphome integration. Also have a look at the device logs for hints.

The best way really to debug what is going on is if you have a laptop or computer that you can connect to the esp usb port. You can then...

I'll have to setup an esp8266 to test the code again. I usually develop with an esp32 nowadays. Edit: Ok, I setup my esp8266 and did notice a crash. Looking...