Christian Schwinne

Results 284 comments of Christian Schwinne

Hi, no, you still need a physical echo device on the same network as the ESP8266 unfortunately. Thank you for the log, it indicates that there was no call made...

It works with an ESP32 Ethernet board like the QuinLED ESP32-ABE, but it won't work with a non-ESP Arduino (e.g. Uno/Due with W5500 shield)

I'm not sure, if a server is working, Espalexa should in principly be too. I haven't used Espalexa standalone with Ethernet, but it works embedded in the [WLED](https://wled.me) project, where...

Hi! Seems like they changed the service type of the discovery packet again (from upnp:rootdevice to ssdp:all). I will publish a small update tomorrow, hopefully it will make the discovery...

Sorry, I forgot to do this as well due to holidays :) Just released lib version 2.4.4, which should fix it!

I'll have to investigate this soon. Seems that the discovery requests are correctly replied to, but the Echo doesn't follow up with requesting `description.xml` for some reason...

Thank you, indeed it seems like the Echo does not request the description.xml. If it did, you should find `Responding to description.xml ... ` in the log. `HTTP Req espalexa`...

@CommittotheIndian unfortunately not, that version was just implementing new state functions, a small feature request by another user. I have not yet managed to reproduce this discovery problem in my...

Lately I didn't have time to look into the issue reports and I'm sorry about it. The amount of times the library has not worked has been increasing the last...

Hi Michael, sorry for my late response and for the error in the readme! I recently changed the toPercent() method from being a function of the Espalexa class to being...