ESP8266 WiFi gateway issue
-
I don't know if i understan you right here, @Hek
if i like to use the start button in vera should it look like this
// Enable inclusion mode
define MY_INCLUSION_MODE_FEATURE
// Enable Inclusion mode button on gateway
#define MY_INCLUSION_BUTTON_FEATURE
// Set inclusion mode duration (in seconds)
define MY_INCLUSION_MODE_DURATION 60
// Digital pin used for inclusion mode button
#define MY_INCLUSION_MODE_BUTTON_PIN 3 -
Hmm. ok so message reaches gateway. Good start. It should reply back to Vera. with a
0;0;3;0;5;1Unfortunately there is no debug log for this in the code. So I can't see if the message is sent to your controller. So either you'll have to look in the Vera log or add a
Serial.println(_ethernetMessage);To see that the message is actually sent back to vera.
