Giter Site home page Giter Site logo

Comments (30)

Apollon77 avatar Apollon77 commented on May 25, 2024

Please also summarize here. Ip or also ble? Is Ble activated? If yes try to disable if not needed to make sure it do not come from there. A full debug log (also running some time like 1h or such) was in Forum? If not please post here

from iobroker.homekit-controller.

mac89muc avatar mac89muc commented on May 25, 2024

for the moment I'm using the adapter only for bluetooth connections - ip is disabled. Log direct from the disk - one file 1h before scheduled restart and one file 1h after scheduled restart.

1h vor restart.txt
1h nach restart.txt

from iobroker.homekit-controller.

Apollon77 avatar Apollon77 commented on May 25, 2024

only bluetooth ... oookk ... Then I have a suspicion ... there seems to be an issue in nobile in the latest version ... we had a comparable report in ble adapter about "high CPU usage" ... but there it was seen that also one field gets longer an longer ... so we need to look into this -> AlCalzone/ioBroker.ble#778

Bitte poste mal die Ausgabe von:

npm list @abandonware/bluetooth-hci-socket
npm list @abandonware/noble

from iobroker.homekit-controller.

mac89muc avatar mac89muc commented on May 25, 2024

npm list @abandonware/bluetooth-hci-socket ergibt

[email protected] /usr/local/iobroker └─┬ [email protected] └─┬ @abandonware/[email protected] └── @abandonware/[email protected]

npm list @abandonware/noble

[email protected] /usr/local/iobroker ├─┬ [email protected] │ └── @abandonware/[email protected] └─┬ [email protected] └─┬ [email protected]
beides jeweils im iobroker Verzeichnis ausgeführt (bei macOS - /usr/local/iobroker)

from iobroker.homekit-controller.

Apollon77 avatar Apollon77 commented on May 25, 2024

ook, thenm first of all, UPDATE homekit-controlelr to the latest version!! you areusing completely buggy versions and we fixed that end of decekber and applied the better version >1month ago.

Please install 0.5.7, then check again

from iobroker.homekit-controller.

Apollon77 avatar Apollon77 commented on May 25, 2024

ANd also update ble adapter to latest beta 0.13.3

from iobroker.homekit-controller.

mac89muc avatar mac89muc commented on May 25, 2024

OK - weird no updates are shown for HomeKit-controller - is it a beta?... I try to update via GitHub.

I have deactivated the ble adapter long ago because of a notice that both adapters side by side can cause errors..
I'll try to update the ble adapter

image

from iobroker.homekit-controller.

Apollon77 avatar Apollon77 commented on May 25, 2024

Ohh yes stilbeta ... my fault ... so please update both. Csn be done via Admin - expertmode - custom install (github icon) - choose first tab "from npm". then you always get the current beta version

from iobroker.homekit-controller.

mac89muc avatar mac89muc commented on May 25, 2024

Tried it with the ble adapter - dumb question how can I update the existing instance to the beta? after the update process it's still showing the regular version. if I install a second instance then there's the updated beta version but on the first instance still the regular version.

Would be annoying if I have to pair all the ble devices to the new instance when I update the HomeKit-controller..

image

image

from iobroker.homekit-controller.

Apollon77 avatar Apollon77 commented on May 25, 2024

this should not happen. try to reload UI ... else try "iob upload ble" But you also need to update homekit-controller

AFter that the npom list from above should show updated hci socket verionnnumer and also noble

from iobroker.homekit-controller.

mac89muc avatar mac89muc commented on May 25, 2024

Still the same - iobroker update shows

Adapter "ble" :0.13.0 installed 0.13.3

Do I have to change the repository (actual Stable)

from iobroker.homekit-controller.

Apollon77 avatar Apollon77 commented on May 25, 2024

If you have amultihost system .... doid you installed the new verison on the correct host?

from iobroker.homekit-controller.

Apollon77 avatar Apollon77 commented on May 25, 2024

and also honestly ... ble was just seen ... here we write about homekit-controller :-) was just because both use noble and such and aso both are pot affected

from iobroker.homekit-controller.

mac89muc avatar mac89muc commented on May 25, 2024

no multihost just a single installation.
I know it's about HomeKit-controller but it's the same with HomeKit-controller - installed version is 0.5.7 but in the instance it's showing 0.5.1.
I just want to avoid any problems so I don't have to pair my device again and in the worst case I have to adjust my scripts..

Any suggestions how I can fix the version of the installed instance to the right version (of the beta)?

from iobroker.homekit-controller.

Apollon77 avatar Apollon77 commented on May 25, 2024

Ok dann alles anders. Starte einfach den prozess nachd em update und schau ins log da steht welche version gestartet wird ... dann ist die anzeige im Admin erstmal egal

from iobroker.homekit-controller.

mac89muc avatar mac89muc commented on May 25, 2024

Ok, dann ist die Admin Übersicht wohl falsch angezeigt - laut Log 0.5.7 -

2023-02-16 11:55:08.838 - �[34mdebug�[39m: homekit-controller.0 (889) States create User PubSub Client 2023-02-16 11:55:08.906 - �[34mdebug�[39m: homekit-controller.0 (889) States connected to redis: 127.0.0.1:9000 2023-02-16 11:55:09.116 - �[34mdebug�[39m: homekit-controller.0 (889) Plugin sentry Initialize Plugin (enabled=true) 2023-02-16 11:55:09.458 - �[32minfo�[39m: homekit-controller.0 (889) starting. Version 0.5.7 (non-npm: Apollon77/ioBroker.homekit-controller) in /usr/local/iobroker/node_modules/iobroker.homekit-controller, node: v16.17.0, js-controller: 4.0.24

npm list @abandonware/noble ergibt -

[email protected] /usr/local/iobroker ├─┬ [email protected] (git+ssh://[email protected]/AlCalzone/ioBroker.ble.git#5e6f6a67ffbe3be6298661e369c1747bf85bc9ba) │ └── @abandonware/[email protected] └─┬ [email protected] (git+ssh://[email protected]/Apollon77/ioBroker.homekit-controller.git#c788d24ba9c12f0e09da78fc8bbdb15b9463cc5e) └─┬ [email protected] └── @abandonware/[email protected] deduped

npm list @abandonware/bluetooth-hci-socket zeigt -

[email protected] /usr/local/iobroker └── (empty)
sollte wohl anderes Ergebnis liefern, oder??

Ich lösche jetzt also mal den täglichen scheduled restart des homekit-controllers und beobachte die RAM Nutzung, oder?
Den BLE Adapter kann ich weiterhin deaktiviert lassen - hat keine Auswirkung auf den Test/Funktion?

Gruß

from iobroker.homekit-controller.

Apollon77 avatar Apollon77 commented on May 25, 2024

Ahhhhhhhhh ... jeetzt ... stimmt ... ist ja ein macos ... da wird /bluetooth-hci-socketgar nicht genutzt und installiert ...ok ... dann schau mal ob es nochpassiert ... sonst muss ich da in noble reinschauen ... puhhhh

from iobroker.homekit-controller.

mac89muc avatar mac89muc commented on May 25, 2024

Ok - dann lösche ich den restart und schaue ob der RAM weiterhin in die Höhe schießt..
Danke schon mal bis hier her.

from iobroker.homekit-controller.

mac89muc avatar mac89muc commented on May 25, 2024

Zwischeninfo - aktuell liegt die Speichernutzung lt. macOS Aktivitätsanzeige wieder bei > 1 GB

image

from iobroker.homekit-controller.

Apollon77 avatar Apollon77 commented on May 25, 2024

Ok, dann müssen wir bei noble reinschauen ... yyeeaaayyy :-(

from iobroker.homekit-controller.

mac89muc avatar mac89muc commented on May 25, 2024

mmhhh - ich aktivier zwischenzeitlich mal wieder den scheduled restart.
RAM aktuell bei > 2 GB

image

from iobroker.homekit-controller.

Apollon77 avatar Apollon77 commented on May 25, 2024

Ja, werde bissl zeit brauchen bis ich dazu komme, sorry

from iobroker.homekit-controller.

mac89muc avatar mac89muc commented on May 25, 2024

OK, wenn noch Infos benötigt werden gib Bescheid.

from iobroker.homekit-controller.

Apollon77 avatar Apollon77 commented on May 25, 2024

New noble version prepared ... needs to be releaed now ... abandonware/noble#298 ... maybe fixes the issue

from iobroker.homekit-controller.

Apollon77 avatar Apollon77 commented on May 25, 2024

Oook, Please try 0.5.8 of the adapter if this is better

from iobroker.homekit-controller.

mac89muc avatar mac89muc commented on May 25, 2024

unfortunately no improvements concerning the ram - upgraded to 0.5.8 and the value increases again to more than 1,6 GB after 20 hours.

from iobroker.homekit-controller.

Apollon77 avatar Apollon77 commented on May 25, 2024

Ok, but then at least good to know that it was not about this :-( But bad because we need to look deeper and "again" :-(

from iobroker.homekit-controller.

stale avatar stale commented on May 25, 2024

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.
Dieses Problem wurde automatisch als veraltet markiert, da es in letzter Zeit keine Aktivitäten gab. Es wird geschlossen, wenn nicht innerhalb der nächsten 7 Tage weitere Aktivitäten stattfinden. Bitte überprüft, ob das Problem auch in der aktuellsten Version des Adapters noch relevant ist, und teilt uns dies mit. Überprüft auch, ob alle relevanten Details, Logs und Reproduktionsschritte enthalten sind bzw. aktualisiert diese. Vielen Dank für Eure Unterstützung.

from iobroker.homekit-controller.

stale avatar stale commented on May 25, 2024

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.
Dieses Problem wurde automatisch als veraltet markiert, da es in letzter Zeit keine Aktivitäten gab. Es wird geschlossen, wenn nicht innerhalb der nächsten 7 Tage weitere Aktivitäten stattfinden. Bitte überprüft, ob das Problem auch in der aktuellsten Version des Adapters noch relevant ist, und teilt uns dies mit. Überprüft auch, ob alle relevanten Details, Logs und Reproduktionsschritte enthalten sind bzw. aktualisiert diese. Vielen Dank für Eure Unterstützung.

from iobroker.homekit-controller.

stale avatar stale commented on May 25, 2024

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.
Dieses Problem wurde aufgrund von Inaktivität automatisch geschlossen. Bitte öffnet ein neues Issue, falls dies noch relevant ist und stellt sicher das alle relevanten Details, Logs und Reproduktionsschritte enthalten sind. Vielen Dank für Eure Unterstützung.

from iobroker.homekit-controller.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.