Seite 13 von 17

Re: HomeHub 4.1

Verfasst: 13.05.2024, 21:24
von gnom
Freut mich.

Ansonsten - Feedback welcome

Re: HomeHub 4.1

Verfasst: 14.05.2024, 21:47
von steingarten
Keiner Apple Geräte um die Funktionalität zu überprüfen?

Re: HomeHub 4.1

Verfasst: 15.05.2024, 09:15
von steingarten
Georgee hat geschrieben:
11.05.2024, 14:52
showtime funktioniert auf iPad iPhone nicht. Angegeben wird NaN.
Wurde behoben.

Download aktuelle Version:
2024-05-15 09_13_26-homematic-community_homehub_ HomeHub – PHP-basierte Visualisierung für homematic.png


Geänderte Datei für dieses Problem:
https://github.com/homematic-community/ ... ipt.js.php

Re: HomeHub 4.1

Verfasst: 15.05.2024, 10:06
von Georgee
Vielen Dank. Klappt.

Re: HomeHub 4.1

Verfasst: 20.05.2024, 10:32
von log22
Liebe Entwickler, bei mir bricht der initiale Import nach homehub mit folgendem Fehler ab:

Code: Alles auswählen

Warning: simplexml_load_string(): Entity: line 1: parser error : Start tag expected, '<' not found in /var/www/html/homehub/import.php on line 35

Warning: simplexml_load_string(): ?> in /var/www/html/homehub/import.php on line 35

Warning: simplexml_load_string(): ^ in /var/www/html/homehub/import.php on line 35

Warning: simplexml_load_string(): Entity: line 1: parser error : Start tag expected, '<' not found in /var/www/html/homehub/import.php on line 38

Warning: simplexml_load_string(): ?> in /var/www/html/homehub/import.php on line 38

Warning: simplexml_load_string(): ^ in /var/www/html/homehub/import.php on line 38

Notice: Trying to get property 'device' of non-object in /var/www/html/homehub/import.php on line 43

Warning: Invalid argument supplied for foreach() in /var/www/html/homehub/import.php on line 43

Fatal error: Uncaught Error: Call to a member function xpath() on bool in /var/www/html/homehub/import.php:60 Stack trace: #0 {main} thrown in /var/www/html/homehub/import.php on line 60
In Zeile 60 geht es um die virtuelle Fernbedienung HM-RCV-50.
Wo liegt hier das Problem? Bzw. kann man auch den kompletten stack trace sehen?

Re: HomeHub 4.1

Verfasst: 20.05.2024, 12:12
von steingarten
log22 hat geschrieben:
20.05.2024, 10:32
Liebe Entwickler, bei mir bricht der initiale Import nach homehub mit folgendem Fehler ab:

Code: Alles auswählen

Warning: simplexml_load_string(): Entity: line 1: parser error : Start tag expected, '<' not found in /var/www/html/homehub/import.php on line 35

Warning: simplexml_load_string(): ?> in /var/www/html/homehub/import.php on line 35

Warning: simplexml_load_string(): ^ in /var/www/html/homehub/import.php on line 35

Warning: simplexml_load_string(): Entity: line 1: parser error : Start tag expected, '<' not found in /var/www/html/homehub/import.php on line 38

Warning: simplexml_load_string(): ?> in /var/www/html/homehub/import.php on line 38

Warning: simplexml_load_string(): ^ in /var/www/html/homehub/import.php on line 38

Notice: Trying to get property 'device' of non-object in /var/www/html/homehub/import.php on line 43

Warning: Invalid argument supplied for foreach() in /var/www/html/homehub/import.php on line 43

Fatal error: Uncaught Error: Call to a member function xpath() on bool in /var/www/html/homehub/import.php:60 Stack trace: #0 {main} thrown in /var/www/html/homehub/import.php on line 60
In Zeile 60 geht es um die virtuelle Fernbedienung HM-RCV-50.
Wo liegt hier das Problem? Bzw. kann man auch den kompletten stack trace sehen?

Wir lautet die Ausgabe von

interface.php?devicelist.cgi

Re: HomeHub 4.1

Verfasst: 20.05.2024, 13:09
von log22
@steingarten, bin leider blutiger Anfänger.
Kannst du mich anleiten, wie ich da ran komme?

Re: HomeHub 4.1

Verfasst: 20.05.2024, 15:16
von Slice
Hi,
log22 hat geschrieben:
20.05.2024, 13:09
bin leider blutiger Anfänger.
Kannst du mich anleiten, wie ich da ran komme?
was bekommst Du für eine Ausgabe wenn Du im Browser die URL:
http://IPAdresse/homehubverzeichnis/int ... celist.cgi
bei Deiner Installation aufrufst?

Grüße,
Slice

Re: HomeHub 4.1

Verfasst: 20.05.2024, 21:33
von log22
Hmm, das sieht so aus.
Kann ich mir nicht erklären. Hab nur nach Anleitung config.php angepasst und CCU IP und Title geändert.

Re: HomeHub 4.1

Verfasst: 20.05.2024, 21:39
von steingarten
log22 hat geschrieben:
20.05.2024, 21:33
Hmm, das sieht so aus.
Kann ich mir nicht erklären. Hab nur nach Anleitung config.php angepasst und CCU IP und Title geändert.
Mach mal Rechtsklick Quelltext anzeigen. Das würde mich interessieren.