Limit to 15 devices independent of #define ESPALEXA_MAXDEVICES
Luddi96 opened this issue · 1 comments
Hi, I have the problem, that, independent of the define ESPALEXA_MAXDEVICES, Alexa will only find 15.
See the debug serial output: [Nodemcu V1.0 - ESP8266], Lib version 2.4.7
Constructing device 1
Adding device 1
Constructing device 2
Adding device 2
Constructing device 3
Adding device 3
Constructing device 4
Adding device 4
Constructing device 5
Adding device 5
Constructing device 6
Adding device 6
Constructing device 7
Adding device 7
Constructing device 8
Adding device 8
Constructing device 9
Adding device 9
Constructing device 10
Adding device 10
Constructing device 11
Adding device 11
Constructing device 12
Adding device 12
Constructing device 13
Adding device 13
Constructing device 14
Adding device 14
Constructing device 15
Adding device 15
Constructing device 16
Adding device 16
Constructing device 17
Adding device 17
Constructing device 18
Adding device 18
Constructing device 19
Adding device 19
Constructing device 20
Adding device 20
Espalexa Begin...
MAXDEVICES 25
Done
....
Responding search req...
Responding to description.xml ...
Send setup.xmlNot-Found HTTP call:
URI: /api/2WLEDHardQrI3WHYTHoMcXHgEspsM8ZZRpSKtBQr/lights
Body:
AlexaApiCall
ok
l0
lAll
Not-Found HTTP call:
URI: /api/2WLEDHardQrI3WHYTHoMcXHgEspsM8ZZRpSKtBQr/lights/180991840
Body:
AlexaApiCall
ok
l180991840
0
Not-Found HTTP call:
URI: /api/2WLEDHardQrI3WHYTHoMcXHgEspsM8ZZRpSKtBQr/lights/180991841
Body:
AlexaApiCall
ok
l180991841
1
Not-Found HTTP call:
URI: /api/2WLEDHardQrI3WHYTHoMcXHgEspsM8ZZRpSKtBQr/lights/180991842
Body:
AlexaApiCall
ok
l180991842
2
Not-Found HTTP call:
URI: /api/2WLEDHardQrI3WHYTHoMcXHgEspsM8ZZRpSKtBQr/lights/180991843
Body:
AlexaApiCall
ok
l180991843
3
Not-Found HTTP call:
URI: /api/2WLEDHardQrI3WHYTHoMcXHgEspsM8ZZRpSKtBQr/lights/180991844
Body:
AlexaApiCall
ok
l180991844
4
Not-Found HTTP call:
URI: /api/2WLEDHardQrI3WHYTHoMcXHgEspsM8ZZRpSKtBQr/lights/180991845
Body:
AlexaApiCall
ok
l180991845
5
Not-Found HTTP call:
URI: /api/2WLEDHardQrI3WHYTHoMcXHgEspsM8ZZRpSKtBQr/lights/180991846
Body:
AlexaApiCall
ok
l180991846
6
Not-Found HTTP call:
URI: /api/2WLEDHardQrI3WHYTHoMcXHgEspsM8ZZRpSKtBQr/lights/180991847
Body:
AlexaApiCall
ok
l180991847
7
Not-Found HTTP call:
URI: /api/2WLEDHardQrI3WHYTHoMcXHgEspsM8ZZRpSKtBQr/lights/180991848
Body:
AlexaApiCall
ok
l180991848
8
Not-Found HTTP call:
URI: /api/2WLEDHardQrI3WHYTHoMcXHgEspsM8ZZRpSKtBQr/lights/180991849
Body:
AlexaApiCall
ok
l180991849
9
Not-Found HTTP call:
URI: /api/2WLEDHardQrI3WHYTHoMcXHgEspsM8ZZRpSKtBQr/lights/180991850
Body:
AlexaApiCall
ok
l180991850
10
Not-Found HTTP call:
URI: /api/2WLEDHardQrI3WHYTHoMcXHgEspsM8ZZRpSKtBQr/lights/180991851
Body:
AlexaApiCall
ok
l180991851
11
Not-Found HTTP call:
URI: /api/2WLEDHardQrI3WHYTHoMcXHgEspsM8ZZRpSKtBQr/lights/180991852
Body:
AlexaApiCall
ok
l180991852
12
Not-Found HTTP call:
URI: /api/2WLEDHardQrI3WHYTHoMcXHgEspsM8ZZRpSKtBQr/lights/180991853
Body:
AlexaApiCall
ok
l180991853
13
Not-Found HTTP call:
URI: /api/2WLEDHardQrI3WHYTHoMcXHgEspsM8ZZRpSKtBQr/lights/180991854
Body:
AlexaApiCall
ok
l180991854
14
Not-Found HTTP call:
URI: /api/2WLEDHardQrI3WHYTHoMcXHgEspsM8ZZRpSKtBQr/lights/180991855
Body:
AlexaApiCall
ok
l180991855
15
Update: With Lib v 2.4.2 Alexa finds all devices, however, always reports "Device does not respond". However it turns lights on and off. With Lib v. 2.4.6 and 2.4.7 it only finds 15 devices, also switches these without an error.