-
Notifications
You must be signed in to change notification settings - Fork 10
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
Adapter start turns the TV on #116
Comments
In fact the adapter ist just doing a "ping" on network level to detect if it is on ... could it be that this token confirmation needs the TV to be on? |
The token has been entered in the adapter config, so there is no reason to query it again. Hitting the switches (like MUTE) do the trick, so the connection had been authorized before. |
Ok, now I understood the code :-) The klibrary was doing a WOL on connect ... meehhhhh Please try GitHub version and please try all combinations with adapters starts when TV is on or in standbuy and if the "power" commands work then. The TV will now only be WOL if no token is specified. PS: GitHub installs can take 10+minutes with npm6 right now, just wait |
Now the TV does not start at all. |
Is the log showing anything? |
And try new GitHub version again please |
No changes with git#3bdbb62be11e734807d267d09b123c57250a6ef1 Log:
|
Can you please post a debug log? And : What yopu do exactly when you get these "Empty commands will not be executed" logs? |
Debug log see below.
|
Please try GitHub version ... but else it works now right? Just this additional log message ws the issue, right? |
New Debug Log.
|
Ok, then I'm running out of ideas ... Try GitHub version again please ... now it could be that the TV turns on on adapterdstart again ... but does it work afterwards again? |
True, starting the adapter starts the TV now.
|
power.on should turn it on ... but it seems that because there is no connection that it does not do anything ... Try github ... I tried something ... could help |
Restarting Instance still fires the TV on, Access/ Token PopUp showing on the TV screen.
|
Can you please try the official beta npm version if they behave "the same"? |
Version 0.5.11
|
So, it's the same now between beta and Github ... Ok, ALso next try on Github please |
Adapter restart does not turn on the TV
|
I can not see any "power.on" control action in the log?? Can you show a log for this please? |
And use newest GitHib version for it ... :-) Tried something else and added some log to see more |
Adapter start still wakes up the TV.
|
You are too fast ... You turn the TV off and this "turn off" is not yet reflected in the reality for the adapter. For the adapter the system is still online because it seems thatthe TV needs some time to be really off (aka not respond to network ping anymore). Please try again ... turn it off and let it run until Power.on state is set with an ack=true by the adapter!! The code waits up to 20s seconds |
Keine Ahnung was hier passiert. Und eigentlich auch keine Lust mehr zu testen... |
Tja, ich habe kein Samsung TV, also ist das einzige was ich tun kann hier rumexperiementieren. Ich verstehe das das testen blöd ist, ich habe aber keine andere Option, sorry ... |
Reopen because basically still exists |
23:53: TV ist ausgeschaltet, Datenpunkte gelöscht, Adapter neustart, TV springt an.
23:57: TV per Datenpunkt power.off ausgeschaltet
00:01: power.on gesetzt, es passiert erstmal nix. Nach fast einer Minuten Gedenkzeit geht der TV an.
|
TV aus, Adapter Neustart, der TV geht wieder an:
|
@Apollon77 ich probiere mich mal dran |
@winnyschuster Danke! Kurz meine gesammelten Infos bisher: Das TV geht beim Adapter start an weil die Library ein WOL sendet sobald eine MAC Adresse gesetzt ist (beste Annahme), weil als ich die MAC weggelassen habe wenn Token gesetzt ist, ging der TV nicht an ... aber leider auch danach nicht auch wenn ich danach die Mac gesetzt hab :-( Hoffe Du kommst weiter. Danke! Und Danke auch @Grothesk242 für Deine Geduld |
@Apollon77 Danke dir für die Zusammenfassung! Ich melde mich wenn und ob ich etwas gefunden habe |
@winnyschuster Hast DU schon eine chance gehabt reinzuschauen? |
@Apollon77 leider nur sehr kurz ohne Ergebnis, kämpfe schon das ganze Jahr mit gesundheitlichen Problemen, die sich dann kurz nach dem Post erheblich verschlechtert haben. Habe jetzt sozusagen einen Zweitwohnsitz im Krankenhaus -:( Habe fast alle Aktivitäten hier und im Forum und Discord einstellen müssen. Dauert wohl auch noch bis Ende des Jahres, bin aber wieder da sobald ich den Kopf frei bekomme. Sorry fürs nicht Bescheid geben... |
@winnyschuster Alles gut. Gute Besserung!! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 7 days. Please check if the issue is still relevant in the most current version of the adapter and tell us. Also check that all relevant details, logs and reproduction steps are included and update them if needed. Thank you for your contributions. |
This issue has been automatically closed because of inactivity. Please open a new issue if still relevant and make sure to include all relevant details, logs and reproduction steps. Thank you for your contributions. |
Vielleicht kann ich meine 2 cents dazugeben und ein bisschen helfen. Im Moment versuche ich den Code des Adapters an sich zu durchdringen. EIn Samsung Gerät zum Testen habe ich hier zum Glück auch. Die Library für SamsungTV ist naja etwas bescheiden und soweit ich das sehe, ist die MAC tatsächlich nur dazu da das WOL Packet zu setzen. Das wird allerdings auch der einzige Weg sein das Gerät zu starten, da die API zumindest hier am Gerät nicht mehr verfügbar ist, sobald ich das Gerät ausschalte. |
Jeder Input bzw Ideen sind willkommen. Ich habe zuletzte aufgegeben weil ich ihne entsprechendes TV gerät nur im Dunklen rumgestochert habe :-( |
Ich bin dran. Mein PC steht allerdings immer noch im Umzugskarton. Dauert daher länger, aber ich hatte eine gute Implementierung gefunden für ein anderes Smart Home System an der ich mich orientieren will |
Starting the adapter always powers the TV on, when in Stand-By.
It's a SamsungTV (Tizen) model.
Start log:
The text was updated successfully, but these errors were encountered: