Closed
Description
Device
MINI_SMART_SOCKET
Version
1.15.0-dev.git68310b6d
Question
Hello,
I build the firmware for MINI_SMART_SOCKET by myself. But I´m missing the Relay. I can switch the LEDs and change the color, but can´t switch the relay. The Website only show one switch for the LEDs.
I have standard config and this custom.h:
#undef ALEXA_SUPPORT
#define ALEXA_SUPPORT 0
#undef DOMOTICZ_SUPPORT
#define DOMOTICZ_SUPPORT 0
#undef THINGSPEAK_SUPPORT
#define THINGSPEAK_SUPPORT 0
#undef API_SUPPORT
#define API_SUPPORT 0
The relay is on GPIO15.
If I call "gpio 15" in DEBUG or telnet, I get
INPUT @ GPIO15 (LOW)
The GPIO15 must be an output. What´s wrong?
How can a get back the relay-switch? Any idea?
Greetings, kuppe