Skip to content
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

Js-Controller 3.3.11 (State "s" has no existing) #184

Closed
crunchip77 opened this issue May 24, 2021 · 18 comments
Closed

Js-Controller 3.3.11 (State "s" has no existing) #184

crunchip77 opened this issue May 24, 2021 · 18 comments
Assignees
Labels
bug Something isn't working question Further information is requested

Comments

@crunchip77
Copy link

crunchip77 commented May 24, 2021

mit dem neuen JS -Controller tauchen folgende Meldungen auf, die Zweite Meldung kam schon öfter mal vor, obwohl das Laden funktioniert
eingestellt ist Ladestart 20%, Ladestopp 95%
`

fully-tablet-control.0 2021-05-24 10:35:15.307 warn (22378) State "s" has no existing object, this might lead to an error in future versions
fully-tablet-control.0 2021-05-24 10:35:15.256 warn (22378) 24.05.21 10:35 hd10firewz Tablet charging function has detected a malfunction, the tablet is not charging, please check it !!!
fully-tablet-control.0 2021-05-24 10:45:22.078 warn (22378) 24.05.21 10:45 hd10firewz Tablet is charging the problem has been fixed.

`

@xXBJXx xXBJXx self-assigned this May 24, 2021
@xXBJXx xXBJXx added the question Further information is requested label May 24, 2021
@xXBJXx
Copy link
Owner

xXBJXx commented May 24, 2021

fully-tablet-control.0 2021-05-24 10:35:15.256 warn (22378) 24.05.21 10:35 hd10firewz Tablet charging function has detected a malfunction, the tablet is not charging, please check it !!!
fully-tablet-control.0 2021-05-24 10:45:22.078 warn (22378) 24.05.21 10:45 hd10firewz Tablet is charging the problem has been fixed.

diese Meldungen kommen immer dann wen der lade zustand unter 18% kommt und wider über 20% kommt.
Wenn sie öfter bei dir auftauchen dann ist vllt der lade Strom zu schwach um das Tablet schnell genug aufzuladen hast du bei der ( Helligkeit's Einstellung unter Absenken beim Laden )
Screenshot_269.png
etwas eingestellt ? falls nicht trage da mal was ein und schau ob es besser wird.

fully-tablet-control.0 2021-05-24 10:35:15.307 warn (22378) State "s" has no existing object, this might lead to an error in future versions

Diese Meldung ist mir zwar bekannt aber ich kann kein state finden der nur ( s ) heißt hast du in deinen Objekten ein state der nur heißt? falls ja mache bitte ein screenshot und poste es mir mal.

@crunchip77
Copy link
Author

ist bei mir so eingestellt
image

leider nein, gibt keinen state "s", ich hatte es so verstanden, das dieser eben in den Objekten fehlt und daher die Meldung kommt

@xXBJXx
Copy link
Owner

xXBJXx commented May 27, 2021

hmm das schaut gut aus must mal den Batterie wert logen und schauen ob er unter 18% fehlt und ob zu der zeit das Ladegerät an ist so schaut es bei mir aus
Screenshot_278

den state s gibt es nicht und es wird auch keiner geschrieben hab jedenfalls nichts im code gefunden.
Wann kommt die Meldung immer beim Start oder auch im betrieb ?

@crunchip77
Copy link
Author

ok, dann werd ich das mal mitloggen, trat bisher erst 4 mal auf in den letzten Wochen. Vorher waren da keine Probleme.
Die Meldung kam beim Start, als ich auf den Controller 3.3.11 gewechselt hatte.
Instanz gerade mal neu gestartet, da kommt keine Meldung mehr, sehr seltsam

@xXBJXx
Copy link
Owner

xXBJXx commented May 27, 2021

ok ich prüfe grade noch mal den Code der fürs laden zuständig ist ob da eventuell was ist kann ich zwar nicht glauben aber ich prüfe es trotzdem noch mal.

xXBJXx added a commit that referenced this issue May 27, 2021
State "s" has no existing object message fixed [(issue #184)](#184)
@xXBJXx
Copy link
Owner

xXBJXx commented May 27, 2021

Ich habe in der Lade Steuerung doch was gefunden, und zwar immer dann, wenn der ladezustand unter 18% fällt, wird das Ladegerät nochmals angesteuert da hat er statt der id nur das erste Zeichen aus dem string. genommen und als Id gesetzt und dann versucht es zu beschreiben daher kam da immer nur (State "s" has no existing object).

Das währe mir nie aufgefallen da meine Geräte eigentlich nie in den Bereich kommen, wo die Meldung kommt.

@xXBJXx xXBJXx added the bug Something isn't working label May 27, 2021
@crunchip77
Copy link
Author

Ah, cool, also war das sozusagen ein dummer (positiver Zufall).
Trotz alledem, logge ich mal die Daten mit, wollte eh mal sehen, wann geladen, bzw wie lange der Akku hält.
Möglicherweise, liegt das auch an der Kamera, (camshot Funktion im Gebrauch), das ich hier und da den Ladezustand unterschritten hatte

@xXBJXx
Copy link
Owner

xXBJXx commented May 27, 2021

Ja ein das war ein positiver Zufall.
wenn die Kamera dauerhaft an ist kann das schon sein das da das Ladegerät Probleme hat das schnell genug abzufangen loge es mal mit.
bei mir Dauer das laden 4 Std und das entladen 6-7 je nachdem ob Nacht oder tag.
Ich lasse das issue noch bis Sonntag offen falls noch was ist.

@crunchip77
Copy link
Author

crunchip77 commented May 29, 2021

hatte ich noch vergessen zu erwähnen, ansonsten zwecks Laden/Entladen nichts auffälliges gewesen

(22109) State value to set for "fully-tablet-control.0.device.hd10firewz.device_info.displayWidthPixels" has to be type "string" but received type "number" (22109) State value to set for "fully-tablet-control.0.device.hd10firewz.device_info.displayHeightPixels" has to be type "string" but received type "number"

@xXBJXx
Copy link
Owner

xXBJXx commented May 29, 2021

lösche mal die 2 dp sie werden dann richtig erstellt

@crunchip77
Copy link
Author

Hatte zwecks Meldung, manuell auf number gestellt. Wenn ich beide DP's lösche kommen sie wieder mit string, oder muss ich den Adapter neu von Git ziehen?

@xXBJXx
Copy link
Owner

xXBJXx commented May 29, 2021

welche version hast du installiert ?

@crunchip77
Copy link
Author

crunchip77 commented May 29, 2021

0.3.1-beta.1, also schon etwas hinterher, ich zieh mal neu

@xXBJXx
Copy link
Owner

xXBJXx commented May 29, 2021

lade mal von git ist bereits 0.3.6 und upload nicht vergessen

@crunchip77
Copy link
Author

habs gemerkt, hatte ich gar nicht darauf geachtet, wurde ja schon in 0.3.4 gefixt,
ok, passt nun

@xXBJXx
Copy link
Owner

xXBJXx commented May 29, 2021

ich bin grade an einer neuen admin config Seite am bestem sobald die fertig ist und der adapter darauf angepasst wurde werde ich mal schauen das der adapter in die repo kommt kann aber noch ein wenig dauern hab momentan nicht viel zeit dran zu basteln.
So könnte es dan ungefähr ausschauen ist aber noch nicht final
newGui

@crunchip77
Copy link
Author

ja das wäre gut, da man nicht immer darauf achtet, zwecks Version " wie ich in dem Fall :-) "
das siehst viel versprechend aus 👍

@xXBJXx
Copy link
Owner

xXBJXx commented May 31, 2021

da es keine weiteren Probleme gibt schließe ich das issue falls nötig bitte wieder öffnen.

@xXBJXx xXBJXx closed this as completed May 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants