You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connecting to WiFi Connecting.... Connected to FAL IP address: 192.168.0.124 Constructing device 1 Adding device 1 Constructing device 2 Adding device 2 Adding device 3 Espalexa Begin... MAXDEVICES 10 Done
At the http://[eps-ip]/espalexa I get the following data: Hello from Espalexa!
Value of device 1 (Light 1): 0 (Dimmable light) Value of device 2 (Light 2): 255 (Dimmable light) Value of device 3 (Light 3): 128 (Dimmable light)
Free Heap: 243968 Uptime: 1044707
Espalexa library v2.7.0 by Christian Schwinne 2021
At the http://[eps-ip]/api/api/lights I get the following data: {"770350592":{"state":{"on":false,"bri":254,"alert":"none","mode":"homeautomation","reachable":true},"type":"Dimmable light","name":"Light 1","modelid":"LWB010","manufacturername":"Philips","productname":"E1","uniqueid":"B8:D6:1A:5B:D5:3C:00:11-01","swversion":"espalexa-2.7.0"},"770350593":{"state":{"on":true,"bri":254,"alert":"none","mode":"homeautomation","reachable":true},"type":"Dimmable light","name":"Light 2","modelid":"LWB010","manufacturername":"Philips","productname":"E1","uniqueid":"B8:D6:1A:5B:D5:3C:00:11-02","swversion":"espalexa-2.7.0"},"770350594":{"state":{"on":true,"bri":127,"alert":"none","mode":"homeautomation","reachable":true},"type":"Dimmable light","name":"Light 3","modelid":"LWB010","manufacturername":"Philips","productname":"E1","uniqueid":"B8:D6:1A:5B:D5:3C:00:11-03","swversion":"espalexa-2.7.0"}}
At the Alexa app I'm trying to discover the new devices at the Devices -> + -> Add Device -> Others -> Wi-Fi -> Discover Devices
I tried to reboot my Echo several times, downgraded the Espalexa to the version 2.4.0 (I saw some people saying that with this version is working), but nothing is working for me.
I don't know more what can I do, can someone help me?
Best regards,
André
The text was updated successfully, but these errors were encountered:
Hello, I'm trying to make Alexa discover the devices of the ESPAlexa Basic Sketch, but Alexa don't find any new device.
I'm using the following devices and libraries:
(I have tryed to use the NodeMCU V3 ESP8266, but without success too.)
At the serial monitor I get this information (I included the
#define ESPALEXA_DEBUG
command at the sketch):ets Jul 29 2019 12:21:46
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff0030,len:1344 load:0x40078000,len:13836 load:0x40080400,len:3608 entry 0x400805f0
Connecting to WiFi Connecting.... Connected to FAL IP address: 192.168.0.124 Constructing device 1 Adding device 1 Constructing device 2 Adding device 2 Adding device 3 Espalexa Begin... MAXDEVICES 10 Done
At the http://[eps-ip]/espalexa I get the following data:
Hello from Espalexa!
Value of device 1 (Light 1): 0 (Dimmable light) Value of device 2 (Light 2): 255 (Dimmable light) Value of device 3 (Light 3): 128 (Dimmable light)
Free Heap: 243968 Uptime: 1044707
Espalexa library v2.7.0 by Christian Schwinne 2021
At the http://[eps-ip]/api/api/lights I get the following data:
{"770350592":{"state":{"on":false,"bri":254,"alert":"none","mode":"homeautomation","reachable":true},"type":"Dimmable light","name":"Light 1","modelid":"LWB010","manufacturername":"Philips","productname":"E1","uniqueid":"B8:D6:1A:5B:D5:3C:00:11-01","swversion":"espalexa-2.7.0"},"770350593":{"state":{"on":true,"bri":254,"alert":"none","mode":"homeautomation","reachable":true},"type":"Dimmable light","name":"Light 2","modelid":"LWB010","manufacturername":"Philips","productname":"E1","uniqueid":"B8:D6:1A:5B:D5:3C:00:11-02","swversion":"espalexa-2.7.0"},"770350594":{"state":{"on":true,"bri":127,"alert":"none","mode":"homeautomation","reachable":true},"type":"Dimmable light","name":"Light 3","modelid":"LWB010","manufacturername":"Philips","productname":"E1","uniqueid":"B8:D6:1A:5B:D5:3C:00:11-03","swversion":"espalexa-2.7.0"}}
At the Alexa app I'm trying to discover the new devices at the
Devices -> + -> Add Device -> Others -> Wi-Fi -> Discover Devices
I tried to reboot my Echo several times, downgraded the Espalexa to the version 2.4.0 (I saw some people saying that with this version is working), but nothing is working for me.
I don't know more what can I do, can someone help me?
Best regards,
André
The text was updated successfully, but these errors were encountered: