-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sinric Pro did not connect #408
Comments
Difficult to guess.
can you share the full debug logs?
https://help.sinric.pro/pages/troubleshooting
Server is online
…On Thu, 5 Dec 2024 at 4:02 PM icebear74 ***@***.***> wrote:
This is my first project, i try to include sinric, but it wont connect ..
in debuglog this is the only i see : [SinricPro:Websocket]: disconnected
The Key / secret are correct ..
Is there a Problem with your Server ?
Greeting
Holger
—
Reply to this email directly, view it on GitHub
<#408>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZAZZTZLHVDZEGJADMH7SD2EAJAXAVCNFSM6AAAAABTB6WPZKVHI2DSMVQWIX3LMV43ASLTON2WKOZSG4YTSNZZGM2TKOI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
it was the SSL thing ... D1 Mini seems to have not enough memory to do ssl ... |
How i can report back the actual state ? I have this in my callback function .. |
bool onPowerState(const String &deviceId, bool &state) {
…..
return true; // command was executed successfully
}
…On Thu, 5 Dec 2024 at 4:35 PM icebear74 ***@***.***> wrote:
How i can report back the actual state ? I have this in my callback
function ..
bool onPowerState(const String &deviceId, bool &state) {
powerState = state;
if (state) {
firstStart = true;
} else {
Serial.println("Dunkel");
dunkel();
pixels.show();
}
—
Reply to this email directly, view it on GitHub
<#408 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZAZZWPLKOQPJRGRMOZYSD2EAM4LAVCNFSM6AAAAABTB6WPZKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMJZG42TIOJRGE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
hmm but how to report the state back to google ? eg when i switch manualy ? |
Every device has a sendxxxEvent function. and switch example |
thanx .. works fine .. but .. it seems there is a bug in brightness control .. |
"Make the light darker" should result in a call to |
it calls onBrightness with value 0 .. :( |
SinricPro just pass the values back from GH or Alexa to modules. try setting it to 100 and gradually lowering to find out the adjustments |
but why is called onBrightness and not onAdjustBrightness ?! |
Google Home always sends the new percentage value not the adjusted value Behavior Boris described is how Alexa works. |
Well .. Than brightness control is useless for me, when it send 0% for "Darker" ... |
That's how GH interprets. |
Google answer correct .. with other lights it works fine .. (Google answers, thats it makes the light darker) .. in german for sure :) |
when i figure out right, there is a flag to set in the trait to interpret it correct .. perhaps you take a look ? |
perhaps also this commandOnlyBrightness .... |
You can still calculate the adjusted value based on current brightness - new brightness. Harmonizing GH, Alexa and SmartThings needs to handled in a separate issue. |
This issue has gone quiet. Spooky quiet. We currently close issues after 14 days of inactivity. It’s been at least 7 days since the last update here. If we missed this issue or if you want to keep it open, please reply here. As a friendly reminder, the best way to fix this or any other problem is to provide a detailed error description including a serial log. Thanks for being a part of the SinricPro community! |
This is my first project, i try to include sinric, but it wont connect ..
in debuglog this is the only i see : [SinricPro:Websocket]: disconnected
The Key / secret are correct ..
Is there a Problem with your Server ?
Greeting
Holger
The text was updated successfully, but these errors were encountered: