Heiko Krupp
Heiko Krupp
Don't know if this really works. Depends on how flexible the Echo is with accepting different UDP answers AND using differen setup.xml files. You would also need a friendly name...
Here is an Implementation of multiple WeMo Devices on one ESP8266: https://github.com/kakopappa/arduino-esp8266-alexa-multiple-wemo-switch It's rather simple by design but requires a webserver for each emulated wemo device. Not the way I'd...
I'm looking into a HUE Bridg emulation version for 3 Reasons: 1. Only one webserver 2. Would allow for Dimming (should this ever come in a Sonoff-Device) 3. RGB-LED Support...
Ok, UPnP part seems to work now, Echo requests description.xml and then tries to get the configured lights. Will continue work on http part then.
Success on HTTP part. Echo now registers a Hue smart home device emulated by the sonoff. The detection process is now understood. Now it's time to implement the required API...
Basic Hue emulation now working. Switching on/off devices now works and every channel is listed as own device on virtual HUE bridge.
Hi Don, I used your code to provide a HUE Emulation mode with 4 different friendly names. So we now have a multi channel solution without different webservers and completely...
Hi, no, you didn't miss a build-parameter. Just did a build on my own including #pragma message to see if #ifdef LWIP_IPV6 is set. And yes, it is but the...
Ok, I'll trust you ;-) Then I need to find what's got messed up and when... Thx, Altelch. Am 23.09.2020 um 18:46 schrieb david gauchard: > > That example will...
Hi, IPv6 works with 8.5.0. Somehow platformio.ini isn't evaluated after changing DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH to DPIO_FRAMEWORK_ARDUINO_LWIP2_IPV6_HIGHER_BANDWIDTH Did also put a #pragma message ("IPv6 compile time enabled!") into support_wifi.ino in WifiBegin after #ifdef...