Aruna Tennakoon

Results 291 comments of Aruna Tennakoon

[email protected] - please drop me an email when you have a chance.

Server side requests are logged in the Activity Log tab in the Portal. To see messages coming into SDK and going out, you have to enable debug logs. Uncomment this...

``` bool myPowerState = false; bool onPowerState(const String &deviceId, bool &state) { myPowerState = state; } ```

myPowerState is global. state is local

You can't change the state, it's only available with in the function scope. If your intention is to update the state in the server, you have to send an event...

Looks like you are comping from an Android mobile phone and esp8266 core is not setup correctly. Try uninstalling everything and reinstalling again or use a PC On Sun, 18...

The error message seems to be coming from the ESP8266 core. It's either ESP8266 core not installed correctly or a bug in Arduinodriod. example sketches we provided in the examples...

Hi @ghulamsarwar123 Did a quick test, Google Home does not show the speed selector in the app, however, it's possible to control via voice. Alexa shows the speed selector and...

Google Home: That’s the default behavior of google home app and we can’t change that. Google Home app doesn’t show the speed slider however speed / speed off can be...

1. Can you share the Arduino sketch without the secrets 2 screenshot of the portal dashboard 3 voice command that doesn’t work I will try to reproduce the issue