kakopappa / sinric

Amazon Alexa Smart home skill / Google Home Action for ESP8266 / ESP32 / Arduino
https://sinric.com
285 stars 166 forks source link

Updating power state on server does not forward the command to the board #444

Open frosty656 opened 3 years ago

frosty656 commented 3 years ago

I am looking to be able to set the power state on the server and have that change carried out by my board. But when I do this the message is sent but there is nothing coming back.

kakopappa commented 3 years ago

If you are using setPowerStateOnServer function to set the state manually, it doesn’t not return a value

On Wed, 30 Sep 2020 at 7:24 AM Jacob Frost notifications@github.com wrote:

I am looking to be able to set the power state on the server and have that change carried out by my board. But when I do this the message is sent but there is nothing coming back.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kakopappa/sinric/issues/444, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABZAZZXOZ6YCV3R2YLPRZYLSIJ3DHANCNFSM4R6OA7CA .

frosty656 commented 3 years ago

Is there a way for me to manually trigger a device by its ID?

kakopappa commented 3 years ago

Here’s the example https://github.com/kakopappa/sinric/blob/master/arduino_examples/switch_with_push_button.ino

On Wed, 30 Sep 2020 at 7:56 AM Jacob Frost notifications@github.com wrote:

Is there a way for me to manually trigger a device by its ID?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kakopappa/sinric/issues/444#issuecomment-701097153, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABZAZZR3OETIJ6G7KQLNIEDSIJ65TANCNFSM4R6OA7CA .