-
Notifications
You must be signed in to change notification settings - Fork 166
Google Home Integration #478
Comments
GH has a different command format from Alexa. You have to hanlde it properly You should consider moving to Sinric Pro https://sinric.pro. You just need to handle the SDK callbacks correctly once and it works. |
I
Iam using sinric pro. I use code in example switch-advanced but I press turn on in sinric dashboard the relay turn off. Also the same thing when I use alexa. Why? |
Depends on how your relay is connected (NO / NC). |
Well... that's the diagram from example... and is not helpful here. |
Iam using NC wiring. But I can use it perfectly before some days. What I can do? |
Any reason for this? N/O is the usual wiring. Except you have a special reason for using N/C wiring.
This is strange, because we didn't change anything.
1.) Change the wiring matching the sketch. For No. 2 you have to understand how the sketch is working. Do you? |
No. Can you give the code? |
Can you answer my questions? |
Ok, if you don't understand the code...change the wiring... |
Yes |
Iam using 4 channel relay board. Nodemcu D1 to relay D1 and so on. What can i change further? |
If you want to invert the relay output you have to invert the digitalWrite's |
I don't know how the code works. Can you please give a sample code to invert the digitalWrite 's |
|
I write |
To answer this question finally: to
|
Thanks for the great support. |
First thanks for your great work
I have successfully connected to Google home and Alexa. But the problem is when I say turn on the bulb the bulb "turn off". And vise versa.
I use the code - switch - advanced you provide. Help me out of this.
The text was updated successfully, but these errors were encountered: