-
Notifications
You must be signed in to change notification settings - Fork 27
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
Homematic Manager, Ladevorgang endlos #121
Comments
Kriege da mit der Version 2.6.2 Javascript Errors Unhandled Error |
Auch bei mir ist der Ladevorgang endlos, obwohl eine Verbindung zu BidCos mit grünem Hakeb erfolgreich ist. Habe Windos 10 Defender Firewall deaktiviert, auch der App entsprechende Rechte vergeben. Keine Änderung. Zu Java Script Errors kann ich nichts sagen, sehe keine, wo wäre das Logfile zu finden? Ab Homemativ Manager Version 2.3.0 kommt der Ladevorgang nicht zum Ende. Deinstallieren und Version 2.2.0 funktioniert sofort einwandfrei. Woran kan das liegen? |
Hallo |
Sorry... kommando zurück. Beim nächsten Start war das Problem leider wieder da :( |
Auch bei mir war der Ladevorgang endlos. Die Lösung war die alte Version zunächst deinstallieren und anschliessend die aktuelle installieren. Ich hatte bisher einfach die neue Version drüber installiert, das hat das Problem verursacht. |
Auch bei mir war der Ladevorgang endlos (mit 2.5.0 und 2.6.2). Bisher leider keine der genannten Lösungen geholfen, weder Java Update, noch FW deaktivieren, noch deinstallieren/neuinstallieren. |
Bei mir leider auch: Unendlicher Ladevorgang - nichts kommt. Die Verbindung zur CCU scheint aber zu funktionieren; im Fenster wird oben angezeigt, dass BidCos, HmIP verbunden sind. Änderungen an Firewall, Neuinstallation verschiedener Versionen hat nichts gebracht. Gibt es hierzu einen Tipp? |
Leider bei mir auch unter der 2.7.0, gibt es ein logfile wo ich sehen kann was passiert ? |
Hello there, |
Hi all, |
Same here. I tried 2.7.0 standalone, 2.6.1 standalone and 2.7.0 setup. Win 10, Firewall turned off. CCU3. Loading never finishes, list is empty. Green check-marks at the top do appear (BidCos-RF, HmIP, Virtual Devices). I tried all kinds of settings (Auth on/off, TLS on/off, unhandled exceptions on/off) Any way of debugging this issue? Edit: woah, after reading @real-fakeuser's post I found 3(!) HMM folders in AppData/Roaming. And there are |
I figured out what is happening: The UI is requesting the application's internal configuration data from the main process so quickly that it hasn't finished initializing it yet. In the source code file www/js/homematic-manager.js, at line 174, change
This will delay the getConfig call by a second, giving the main process time to initialize. If the application still hangs, try increasing the value from 1000 to 1500, 2000 or even higher. Sadly, I cannot provide a new binary to y'all. BTW, updating your Java installation has NOTHING to do with this app. It's written in JavaScript and does not need Java at all. |
Workaround (for Windows):
(Adapt the path in the CD commands if you installed Homematic Manager to a different directory.)
This hack can surely be adopted to the Mac and Linux releases. You just need to find the app.asar file after installation. |
Sorry, another update. This fix didn't work for a friend who had the "Ladevorgang" problem in macOS. The difference is that in his Homematic Manager the various device types like Bidcos-RF, HMIP, etc. are NOT displayed below the IP of his CCU. On my machine, the device types are displayed. So he's having another problem... |
Thank you for that detailed step-by-step explanation! Worked for me on Windows 10 machine after having problems to connect Homematic-Manager with my RaspberryPi where homegear is running with a nanoCUL stick. |
Thanks for the detailed instructions, @mnemo70. However, they don't work for me on Win10. I added an |
I had the same error. The issue is that there might not be enough time to "findInterfaces()" this results in config.daemons to be undefined. There is one simple workaround:
But increase setTimeout to something over 5000 since findInterfaces() times out after 5000ms I choose 6000. This means there is 6000ms delay when starting but this is ok for me. Another option would be to only responde with the correct config once its correctly loaded. |
If I set the timeout to 5000 I get the empty user interface. |
Have you tried to increase it further? I've testet with 10000ms |
I have the same problem CCU3 / Win10 blue 'Loading' on the screen and not more.. I try with big timeout , same effort. Andreas |
Same Problem with my installation. #121 (comment) helps. Now Homematic Manager starts fine. |
Same issue on my Win10 machine, also here #121 (comment) helped, but I had to set the timeout to 20000 (i.e. 20s) - I wonder what's wrong on my machine. But then I'm glad that I could get this rather nice tool to work with the described hack. |
still works fine! Thanks! |
Same issue. Tried the workaround and didn't resolve my problem. Did someone already identify where the problem is originating? Is it a configuration mistake that must be fixed manually or something else. I didn't go into the source code yet to find out what exactly is going on during the load. |
Did you try increasing the timeout to 10000 ms in the workaround? |
@mnemo70 |
OK... |
@mnemo70 hm-manager
myccu3 resolves in the 192.168.200.0 subnet. |
@mnemo70 I figured out what the problem was: My ccu3 still had the firewall turned up to 11, which was intentional but is kind of embarressing, considering... |
I was suspecting something like that. :) Good that it's working now! |
Bei mir klappt es auch nicht. Obiges Modifizieren haben ich gemacht. IP und rotokolle werden im Fernster angezeigt. Ansonsten n nur "Ladevorgang...". Ewig. Nur halt abhängig vom Timeout oben, d.h. 1000, 5000, 10000, usw. (alles probiert) nur später. Firewall auch zur Probe ganz aufgemacht. Hat noch jemand eine Idee? |
Mit Windows 11 nicht ans laufen bekommen. Die Executable auf Windows 8 Kombatibilitätsmodus setzen und die Firewall ist für Privat und Öffentlich aktiv. Es funktioniert ohne etwaiges modifizieren von Dateien |
Hi all
Habe mir eben den Homematic Manager 2.5.0 installiert. Die Verbindung zur Debmatic steht.
Jedoch werden keine devices importiert, Manager steht bei Ladevorgang ... und list ist leer.
Kennt jemand Abhilfe ?
The text was updated successfully, but these errors were encountered: