IPSLibrary Plugwise Energieverbrauchsmessung

Anscheinend antwortet dein Circle+ nicht auf eine „0008“ Anfrage. Es sollte eine „00DD“ Antwort kommen.
Hab eben gesehen das das aber nicht geloggt wird. Du koenntest mal im Script "Plugwise_Controller an
Zeile 225 folgendes reinschreiben.

logging( "R - ".$buf ." DD Anfrage nach Circle+");

Sollte dann so aussehen

		case "00DD":  	// Antwort auf 0008 - Anfrage nach Circle+
					   	$macplus = substr($buf,12,16);
							logging( "R - ".$buf ." DD Anfrage nach Circle+");
							// Dummy Instanz für Circle+ anlegen
							$myCat = @IPS_GetObjectIDByIdent($macplus, $idCatCircles);
							if ($myCat == false)
								createCircle($macplus, $idCatCircles);

					   	PRINT "PW MC+:".$macplus.", Now searching for Circles...";
							for( $i = 0; $i < 64; $i++)
								{
								$hex = strtoupper(dechex($i));
								$cmd = "0018".$macplus.str_pad($hex, 2 ,'0', STR_PAD_LEFT);
								logging( "S - ".$cmd . " Searching Circles");
						   	PW_SendCommand($cmd);
								}
							break;

Nur folgenden Eintrag
[Visualization\WebFront\Hardware\Plugwise\MENU\Systemsteuerung\Circles suchen] = 0
für den Start des Suchvorganges.

Nein , du bist schon auf der letzten Version ( IPSLibrary Plugwise auf 1.2.1086 )

Eingefügt und zwei mal Circles suchen gestartet und nach „Anfrage nach Circle+“
gesucht ( logfile.log ) mit keinem Ergebnis.

Mein Circle+ ( graue Rückseite ) geht öfters OFFLINE.

Habe meinen alten Weg für die Circles einfügen durchgeführt.
Den Port in IPS geschlossen und dann Source gestartet.
Dort wurden alle Circles gefunden und sind dem Plugwise Netz da zugefügt worden.
Plugwise Source beendet und den Port in IPS geöffnet.
Circles Suchen und wieder nichts gefunden.
Einige male durchgeführt mit keiner Änderung.
Da ich die Circles in der Config schon richtig eingefügt hatte,
doch das „OnlineUpdate“ (Webfront) durchgeführt.
Siehe da, die Circles wurden richtig in den Objektbaum integriert.
Jetzt überall richtig angezeigt.

Plugwise Source hat sich auch mal aufgehängt,
blieb bei Circle+ hängen ( Circle suche ).
Nachdem ich das Circle+ aus und wieder angesteckt hatte ging es wieder.

Hallo 1007,
danke für die Wochenend-Hilfestellung.:slight_smile:
Hat es einen Sinn das Thema, wegen des nicht hinzufügen der Circles in IPS
zu Analysieren?
Oder ist bei mir halt ein Spezialfall aktiv.

Hallo Leute, habe eine jungfreuliche Raspberry Version mit frischem IPS installiert um darauf nur Plugwise laufen zu lassen. Was soll ich sagen, es hagelt Fehlermeldungen ohne Ende. Angefangen mit dem Installationsscript:

IPSModuleManager-Log-IPSModuleManager 2016-05-12 11:49:48.89 Created VariableId WEBDATA1=37590
IPSModuleManager-Log-IPSModuleManager 2016-05-12 11:49:48.89 Created VariableId WEBDATA2=42233
IPSModuleManager-Log-IPSModuleManager 2016-05-12 11:49:48.90 Created VariableId WEBDATA=11794
Abort Processing during Error: Parameter for ScriptID is not inside of the specified bounds (0…65535)
Error in Script /var/lib/symcon/scripts/IPSLibrary/install/IPSInstaller/IPSInstaller.inc.php on Line 534

Danach sieht die Installation wüst aus…in den Meldungen jede Menge Fehler, kein Zeitereignis beim Controller Script, dieses geht dann auf Fehler wenn man es einrichtet… kann mir jemand helfen was da nun los ist?

Bin mit Plugwise echt am verzweifeln, ich glaube ich hab noch nie eine saubere Installation hinbekommen…oder ich bin einfach zu alt für diese Dinge :slight_smile:

Danke für Eure Hilfe im Voraus

Jürgen

hier mal ein paar Beispiele:

12.05.2016 12:14:00*| VariableManager*| [Program\IPSLibrary\data\core\IPSLogger\IPSLogger\HtmlOut_MsgList] = <style>.row-highlight tr:hover {
background-color: rgba(255, 255, 255, 0.1) !important;
color:#808080 !important;}</style>
<table width=„100%“ class=„row-highlight“ style=„font-family:courier; font-size:11px;“><colgroup><col width=„25px“><col width=„40px“><col width=„100px“><col width=„200px“><col></colgroup><tr id=„73“ style=„color:#000000;background:#FF0000;“><td>IPS</td><td>-Err-</td><td title=„PHP“>PHP</td><td>2016-05-12 11:47:30.342</td><td><DIV>Warning: Variable #0 existiert nicht<BR> Error in Script /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php on Line 120<BR> 134 in IPSLibrary/app/core/IPSLogger/IPSLogger.inc.php (call IPSLogger_Out)<BR> 37 in IPSLibrary/app/core/IPSLogger/IPSLogger_PhpErrorHandler.inc.php (call IPSLogger_Err)<BR> in IPSLogger_PhpErrorHandler<BR> 120 in IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php (call GetValue)<BR> 61 in IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php (call ping_circles)</DIV></td></tr><tr id=„74“ style=„color:#000000;background:#FF0000;“><td>IPS</td><td>-Err-</td><td title=„PHP“>PHP</td><td>2016-05-12 11:47:30.353</td><td><DIV>Error: Uncaught exception ‚Exception‘ with message ‚‚Stromzaehler‘ could NOT be found for in Path ‚Visualization.WebFront.Hardware.Plugwise.MENU.Stromzaehler‘!!!‘ in /var/lib/symcon/scripts/IPSLibrary/install/IPSInstaller/IPSInstaller.inc.php:1119<BR> Stack trace:<BR> #0 /var/lib/symcon/scripts/IPSLibrary/install/IPSInstaller/IPSInstaller.inc.php(173): Error(’‚Stromzaehler‘ …’)<BR> #1 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Include.ips.php(2202): get_ObjectIDByPath(‚Visualization.W…‘)<BR> #2 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Include.ips.php(1486): find_id_toshow()<BR> #3 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Include.ips.php(491): update_data1_data2()<BR> #4 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Include.ips.php(2384): update_data1data2()<BR> #5 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php(65): update_webfront_123(‚REFRESH‘)<BR> #6 {main}<BR> thrown<BR> Error in Script /var/lib/symcon/scripts/IPSLibrary/install/IPSInstaller/IPSInstaller.inc.php on Line 1119<BR> 134 in IPSLibrary/app/core/IPSLogger/IPSLogger.inc.php (call IPSLogger_Out)<BR> 33 in IPSLibrary/app/core/IPSLogger/IPSLogger_PhpErrorHandler.inc.php (call IPSLogger_Err)<BR> 121 in IPSLibrary/app/core/IPSLogger/IPSLogger_PhpErrorHandler.inc.php (call IPSLogger_PhpErrorHandler)<BR> in IPSLogger_PhpFatalErrorHandler</DIV></td></tr><tr id=„75“ style=„color:#000000;background:#FF0000;“><td>IPS</td><td>-Err-</td><td title=„PHP“>PHP</td><td>2016-05-12 11:48:00.340</td><td><DIV>Warning: Objekt mit dem Namen Auswahl konnte nicht gefunden werden <BR> Error in Script /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php on Line 119<BR> 134 in IPSLibrary/app/core/IPSLogger/IPSLogger.inc.php (call IPSLogger_Out)<BR> 37 in IPSLibrary/app/core/IPSLogger/IPSLogger_PhpErrorHandler.inc.php (call IPSLogger_Err)<BR> in IPSLogger_PhpErrorHandler<BR> 119 in IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php (call IPS_GetObjectIDByName)<BR> 61 in IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php (call ping_circles)</DIV></td></tr><tr id=„76“ style=„color:#000000;background:#FF0000;“><td>IPS</td><td>-Err-</td><td title=„PHP“>PHP</td><td>2016-05-12 11:48:00.342</td><td><DIV>Warning: Variable #0 existiert nicht<BR> Error in Script /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php on Line 120<BR> 134 in IPSLibrary/app/core/IPSLogger/IPSLogger.inc.php (call IPSLogger_Out)<BR> 37 in IPSLibrary/app/core/IPSLogger/IPSLogger_PhpErrorHandler.inc.php (call IPSLogger_Err)<BR> in IPSLogger_PhpErrorHandler<BR> 120 in IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php (call GetValue)<BR> 61 in IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php (call ping_circles)</DIV></td></tr><tr id=„77“ style=„color:#000000;background:#FF0000;“><td>IPS</td><td>-Err-</td><td title=„PHP“>PHP</td><td>2016-05-12 11:48:00.353</td><td><DIV>Error: Uncaught exception ‚Exception‘ with message ‚‚Stromzaehler‘ could NOT be found for in Path ‚Visualization.WebFront.Hardware.Plugwise.MENU.Stromzaehler‘!!!‘ in /var/lib/symcon/scripts/IPSLibrary/install/IPSInstaller/IPSInstaller.inc.php:1119<BR> Stack trace:<BR> #0 /var/lib/symcon/scripts/IPSLibrary/install/IPSInstaller/IPSInstaller.inc.php(173): Error(’‚Stromzaehler‘ …’)<BR> #1 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Include.ips.php(2202): get_ObjectIDByPath(‚Visualization.W…‘)<BR> #2 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Include.ips.php(1486): find_id_toshow()<BR> #3 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Include.ips.php(491): update_data1_data2()<BR> #4 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Include.ips.php(2384): update_data1data2()<BR> #5 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php(65): update_webfront_123(‚REFRESH‘)<BR> #6 {main}<BR> thrown<BR> Error in Script /var/lib/symcon/scripts/IPSLibrary/install/IPSInstaller/IPSInstaller.inc.php on Line 1119<BR> 134 in IPSLibrary/app/core/IPSLogger/IPSLogger.inc.php (call IPSLogger_Out)<BR> 33 in IPSLibrary/app/core/IPSLogger/IPSLogger_PhpErrorHandler.inc.php (call IPSLogger_Err)<BR> 121 in IPSLibrary/app/core/IPSLogger/IPSLogger_PhpErrorHandler.inc.php (call IPSLogger_PhpErrorHandler)<BR> in IPSLogger_PhpFatalErrorHandler</DIV></td></tr><tr id=„78“ style=„color:#000000;background:#FF0000;“><td>IPS</td><td>-Err-</td><td title=„PHP“>PHP</td><td>2016-05-12 11:48:30.341</td><td><DIV>Warning: Objekt mit dem Namen Auswahl konnte nicht gefunden werden <BR> Error in Script /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php on Line 119<BR> 134 in IPSLibrary/app/core/IPSLogger/IPSLogger.inc.php (call IPSLogger_Out)<BR> 37 in IPSLibrary/app/core/IPSLogger/IPSLogger_PhpErrorHandler.inc.php (call IPSLogger_Err)<BR> in IPSLogger_PhpErrorHandler<BR> 119 in IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php (call IPS_GetObjectIDByName)<BR> 61 in IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php (call ping_circles)</DIV></td></tr><tr id=„79“ style=„color:#000000;background:#FF0000;“><td>IPS</td><td>-Err-</td><td title=„PHP“>PHP</td><td>2016-05-12 11:48:30.343</td><td><DIV>Warning: Variable #0 existiert nicht<BR> Error in Script /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php on Line 120<BR> 134 in IPSLibrary/app/core/IPSLogger/IPSLogger.inc.php (call IPSLogger_Out)<BR> 37 in IPSLibrary/app/core/IPSLogger/IPSLogger_PhpErrorHandler.inc.php (call IPSLogger_Err)<BR> in IPSLogger_PhpErrorHandler<BR> 120 in IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php (call GetValue)<BR> 61 in IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php (call ping_circles)</DIV></td></tr><tr id=„80“ style=„color:#000000;background:#FF0000;“><td>IPS</td><td>-Err-</td><td title=„PHP“>PHP</td><td>2016-05-12 11:48:30.354</td><td><DIV>Error: Uncaught exception ‚Exception‘ with message ‚‚Stromzaehler‘ could NOT be found for in Path ‚Visualization.WebFront.Hardware.Plugwise.MENU.Stromzaehler‘!!!‘ in /var/lib/symcon/scripts/IPSLibrary/install/IPSInstaller/IPSInstaller.inc.php:1119<BR> Stack trace:<BR> #0 /var/lib/symcon/scripts/IPSLibrary/install/IPSInstaller/IPSInstaller.inc.php(173): Error(’‚Stromzaehler‘ …’)<BR> #1 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Include.ips.php(2202): get_ObjectIDByPath(‚Visualization.W…‘)<BR> #2 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Include.ips.php(1486): find_id_toshow()<BR> #3 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Include.ips.php(491): update_data1_data2()<BR> #4 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Include.ips.php(2384): update_data1data2()<BR> #5 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php(65): update_webfront_123(‚REFRESH‘)<BR> #6 {main}<BR> thrown<BR> Error in Script /var/lib/symcon/scripts/IPSLibrary/install/IPSInstaller/IPSInstaller.inc.php on Line 1119<BR> 134 in IPSLibrary/app/core/IPSLogger/IPSLogger.inc.php (call IPSLogger_Out)<BR> 33 in IPSLibrary/app/core/IPSLogger/IPSLogger_PhpErrorHandler.inc.php (call IPSLogger_Err)<BR> 121 in IPSLibrary/app/core/IPSLogger/IPSLogger_PhpErrorHandler.inc.php (call IPSLogger_PhpErrorHandler)<BR> in IPSLogger_PhpFatalErrorHandler</DIV></td></tr><tr id=„81“ style=„color:#000000;background:#FF0000;“><td>IPS</td><td>-Err-</td><td title=„PHP“>PHP</td><td>2016-05-12 11:49:00.341</td><td><DIV>Warning: Objekt mit dem Namen Auswahl konnte nicht gefunden werden <BR> Error in Script /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php on Line 119<BR> 134 in IPSLibrary/app/core/IPSLogger/IPSLogger.inc.php (call IPSLogger_Out)<BR> 37 in IPSLibrary/app/core/IPSLogger/IPSLogger_PhpErrorHandler.inc.php (call IPSLogger_Err)<BR> in IPSLogger_PhpErrorHandler<BR> 119 in IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php (call IPS_GetObjectIDByName)<BR> 61 in IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php (call ping_circles)</DIV></td></tr><tr id=„82“ style=„color:#000000;background:#FF0000;“><td>IPS</td><td>-Err-</td><td title=„PHP“>PHP</td><td>2016-05-12 11:49:00.343</td><td><DIV>Warning: Variable #0 existiert nicht<BR> Error in Script /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php on Line 120<BR> 134 in IPSLibrary/app/core/IPSLogger/IPSLogger.inc.php (call IPSLogger_Out)<BR> 37 in IPSLibrary/app/core/IPSLogger/IPSLogger_PhpErrorHandler.inc.php (call IPSLogger_Err)<BR> in IPSLogger_PhpErrorHandler<BR> 120 in IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php (call GetValue)<BR> 61 in IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php (call ping_circles)</DIV></td></tr><tr id=„83“ style=„color:#000000;background:#FF0000;“><td>IPS</td><td>-Err-</td><td title=„PHP“>PHP</td><td>2016-05-12 11:49:00.354</td><td><DIV>Error: Uncaught exception ‚Exception‘ with message ‚‚Stromzaehler‘ could NOT be found for in Path ‚Visualization.WebFront.Hardware.Plugwise.MENU.Stromzaehler‘!!!‘ in /var/lib/symcon/scripts/IPSLibrary/install/IPSInstaller/IPSInstaller.inc.php:1119<BR> Stack trace:<BR> #0 /var/lib/symcon/scripts/IPSLibrary/install/IPSInstaller/IPSInstaller.inc.php(173): Error(’‚Stromzaehler‘ …’)<BR> #1 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Include.ips.php(2202): get_ObjectIDByPath(‚Visualization.W…‘)<BR> #2 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Include.ips.php(1486): find_id_toshow()<BR> #3 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Include.ips.php(491): update_data1_data2()<BR> #4 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Include.ips.php(2384): update_data1data2()<BR> #5 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php(65): update_webfront_123(‚REFRESH‘)<BR> #6 {main}<BR> thrown<BR> Error in Script /var/lib/symcon/scripts/IPSLibrary/install/IPSInstaller/IPSInstaller.inc.php on Line 1119<BR> 134 in IPSLibrary/app/core/IPSLogger/IPSLogger.inc.php (call IPSLogger_Out)<BR> 33 in IPSLibrary/app/core/IPSLogger/IPSLogger_PhpErrorHandler.inc.php (call IPSLogger_Err)<BR> 121 in IPSLibrary/app/core/IPSLogger/IPSLogger_PhpErrorHandler.inc.php (call IPSLogger_PhpErrorHandler)<BR> in IPSLogger_PhpFatalErrorHandler</DIV></td></tr><tr id=„84“ style=„color:#000000;background:#FF0000;“><td>IPS</td><td>-Err-</td><td title=„PHP“>PHP</td><td>2016-05-12 11:49:30.342</td><td><DIV>Warning: Objekt mit dem Namen Auswahl konnte nicht gefunden werden <BR> Error in Script /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php on Line 119<BR> 134 in IPSLibrary/app/core/IPSLogger/IPSLogger.inc.php (call IPSLogger_Out)<BR> 37 in IPSLibrary/app/core/IPSLogger/IPSLogger_PhpErrorHandler.inc.php (call IPSLogger_Err)<BR> in IPSLogger_PhpErrorHandler<BR> 119 in IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php (call IPS_GetObjectIDByName)<BR> 61 in IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php (call ping_circles)</DIV></td></tr><tr id=„85“ style=„color:#000000;background:#FF0000;“><td>IPS</td><td>-Err-</td><td title=„PHP“>PHP</td><td>2016-05-12 11:49:30.344</td><td><DIV>Warning: Variable #0 existiert nicht<BR> Error in Script /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php on Line 120<BR> 134 in IPSLibrary/app/core/IPSLogger/IPSLogger.inc.php (call IPSLogger_Out)<BR> 37 in IPSLibrary/app/core/IPSLogger/IPSLogger_PhpErrorHandler.inc.php (call IPSLogger_Err)<BR> in IPSLogger_PhpErrorHandler<BR> 120 in IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php (call GetValue)<BR> 61 in IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php (call ping_circles)</DIV></td></tr><tr id=„86“ style=„color:#000000;background:#FF0000;“><td>IPS</td><td>-Err-</td><td title=„PHP“>PHP</td><td>2016-05-12 11:49:30.354</td><td><DIV>Error: Uncaught exception ‚Exception‘ with message ‚‚Stromzaehler‘ could NOT be found for in Path ‚Visualization.WebFront.Hardware.Plugwise.MENU.Stromzaehler‘!!!‘ in /var/lib/symcon/scripts/IPSLibrary/install/IPSInstaller/IPSInstaller.inc.php:1119<BR> Stack trace:<BR> #0 /var/lib/symcon/scripts/IPSLibrary/install/IPSInstaller/IPSInstaller.inc.php(173): Error(’‚Stromzaehler‘ …’)<BR> #1 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Include.ips.php(2202): get_ObjectIDByPath(‚Visualization.W…‘)<BR> #2 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Include.ips.php(1486): find_id_toshow()<BR> #3 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Include.ips.php(491): update_data1_data2()<BR> #4 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Include.ips.php(2384): update_data1data2()<BR> #5 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php(65): update_webfront_123(‚REFRESH‘)<BR> #6 {main}<BR> thrown<BR> Error in Script /var/lib/symcon/scripts/IPSLibrary/install/IPSInstaller/IPSInstaller.inc.php on Line 1119<BR> 134 in IPSLibrary/app/core/IPSLogger/IPSLogger.inc.php (call IPSLogger_Out)<BR> 33 in IPSLibrary/app/core/IPSLogger/IPSLogger_PhpErrorHandler.inc.php (call IPSLogger_Err)<BR> 121 in IPSLibrary/app/core/IPSLogger/IPSLogger_PhpErrorHandler.inc.php (call IPSLogger_PhpErrorHandler)<BR> in IPSLogger_PhpFatalErrorHandler</DIV></td></tr><tr id=„87“ style=„color:#000000;background:#FF0000;“><td>IPS</td><td>-Err-</td><td title=„PHP“>PHP</td><td>2016-05-12 11:49:48.904</td><td><DIV>Warning: Parameter for ScriptID is not inside of the specified bounds (0…65535)<BR> Error in Script /var/lib/symcon/scripts/IPSLibrary/install/IPSInstaller/IPSInstaller.inc.php on Line 534<BR> 134 in IPSLibrary/app/core/IPSLogger/IPSLogger.inc.php (call IPSLogger_Out)<BR> 37 in IPSLibrary/app/core/IPSLogger/IPSLogger_PhpErrorHandler.inc.php (call IPSLogger_Err)<BR> in IPSLogger_PhpErrorHandler<BR> 534 in IPSLibrary/install/IPSInstaller/IPSInstaller.inc.php (call IPS_SetVariableCustomAction)<BR> 553 in IPSLibrary/install/InstallationScripts/Plugwise_Installation.ips.php (call CreateVariable)<BR> 673 in IPSLibrary/install/IPSModuleManager/IPSModuleManager.class.php (call include)<BR> 10 in 30920.ips.php (call InstallModule)</DIV></td></tr><tr id=„88“ style=„color:#000000;background:#FF0000;“><td>IPS</td><td>-Err-</td><td title=„PHP“>PHP</td><td>2016-05-12 12:05:02.985</td><td><DIV>Warning: mkdir(): Datei oder Verzeichnis nicht gefunden<BR> Error in Script /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Include.ips.php on Line 2666<BR> 134 in IPSLibrary/app/core/IPSLogger/IPSLogger.inc.php (call IPSLogger_Out)<BR> 37 in IPSLibrary/app/core/IPSLogger/IPSLogger_PhpErrorHandler.inc.php (call IPSLogger_Err)<BR> in IPSLogger_PhpErrorHandler<BR> 2666 in IPSLibrary/app/hardware/Plugwise/Plugwise_Include.ips.php (call mkdir)<BR> 1089 in IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php (call circle_data_loggen)<BR> 83 in IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php (call plugwise_0049_received)</DIV></td></tr><tr id=„89“ style=„color:#000000;background:#FF0000;“><td>IPS</td><td>-Err-</td><td title=„PHP“>PHP</td><td>2016-05-12 12:13:30.146</td><td><DIV>Warning: Objekt mit dem Namen Auswahl konnte nicht gefunden werden <BR> Error in Script /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php on Line 119<BR> 134 in IPSLibrary/app/core/IPSLogger/IPSLogger.inc.php (call IPSLogger_Out)<BR> 37 in IPSLibrary/app/core/IPSLogger/IPSLogger_PhpErrorHandler.inc.php (call IPSLogger_Err)<BR> in IPSLogger_PhpErrorHandler<BR> 119 in IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php (call IPS_GetObjectIDByName)<BR> 61 in IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php (call ping_circles)</DIV></td></tr><tr id=„90“ style=„color:#000000;background:#FF0000;“><td>IPS</td><td>-Err-</td><td title=„PHP“>PHP</td><td>2016-05-12 12:13:30.148</td><td><DIV>Warning: Variable #0 existiert nicht<BR> Error in Script /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php on Line 120<BR> 134 in IPSLibrary/app/core/IPSLogger/IPSLogger.inc.php (call IPSLogger_Out)<BR> 37 in IPSLibrary/app/core/IPSLogger/IPSLogger_PhpErrorHandler.inc.php (call IPSLogger_Err)<BR> in IPSLogger_PhpErrorHandler<BR> 120 in IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php (call GetValue)<BR> 61 in IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php (call ping_circles)</DIV></td></tr><tr id=„91“ style=„color:#000000;background:#FF0000;“><td>IPS</td><td>-Err-</td><td title=„PHP“>PHP</td><td>2016-05-12 12:13:30.160</td><td><DIV>Error: Uncaught exception ‚Exception‘ with message ‚‚Stromzaehler‘ could NOT be found for in Path ‚Visualization.WebFront.Hardware.Plugwise.MENU.Stromzaehler‘!!!‘ in /var/lib/symcon/scripts/IPSLibrary/install/IPSInstaller/IPSInstaller.inc.php:1119<BR> Stack trace:<BR> #0 /var/lib/symcon/scripts/IPSLibrary/install/IPSInstaller/IPSInstaller.inc.php(173): Error(’‚Stromzaehler‘ …’)<BR> #1 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Include.ips.php(2202): get_ObjectIDByPath(‚Visualization.W…‘)<BR> #2 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Include.ips.php(1486): find_id_toshow()<BR> #3 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Include.ips.php(491): update_data1_data2()<BR> #4 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Include.ips.php(2384): update_data1data2()<BR> #5 /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php(65): update_webfront_123(‚REFRESH‘)<BR> #6 {main}<BR> thrown<BR> Error in Script /var/lib/symcon/scripts/IPSLibrary/install/IPSInstaller/IPSInstaller.inc.php on Line 1119<BR> 134 in IPSLibrary/app/core/IPSLogger/IPSLogger.inc.php (call IPSLogger_Out)<BR> 33 in IPSLibrary/app/core/IPSLogger/IPSLogger_PhpErrorHandler.inc.php (call IPSLogger_Err)<BR> 121 in IPSLibrary/app/core/IPSLogger/IPSLogger_PhpErrorHandler.inc.php (call IPSLogger_PhpErrorHandler)<BR> in IPSLogger_PhpFatalErrorHandler</DIV></td></tr><tr id=„92“ style=„color:#000000;background:#FF0000;“><td>IPS</td><td>-Err-</td><td title=„PHP“>PHP</td><td>2016-05-12 12:14:00.146</td><td><DIV>Warning: Objekt mit dem Namen Auswahl konnte nicht gefunden werden <BR> Error in Script /var/lib/symcon/scripts/IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php on Line 119<BR> 134 in IPSLibrary/app/core/IPSLogger/IPSLogger.inc.php (call IPSLogger_Out)<BR> 37 in IPSLibrary/app/core/IPSLogger/IPSLogger_PhpErrorHandler.inc.php (call IPSLogger_Err)<BR> in IPSLogger_PhpErrorHandler<BR> 119 in IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php (call IPS_GetObjectIDByName)<BR> 61 in IPSLibrary/app/hardware/Plugwise/Plugwise_Controller.ips.php (call ping_circles)</DIV></td></tr></table>

Hallo
Die Fehlermeldung kommt von der Library beim erstellen einer Variablen

	function CreateVariable ($Name, $Type, $ParentId, $Position=0, $Profile="", $Action=null, $ValueDefault='', $Icon='') {
		$VariableId = @IPS_GetObjectIDByIdent(Get_IdentByName($Name), $ParentId);
		if ($VariableId === false) $VariableId = @IPS_GetVariableIDByName($Name, $ParentId);
		if ($VariableId === false) {
 			$VariableId = IPS_CreateVariable($Type);
			IPS_SetParent($VariableId, $ParentId);
			IPS_SetName($VariableId, $Name);
			IPS_SetIdent($VariableId, Get_IdentByName($Name));
			IPS_SetPosition($VariableId, $Position);
  			IPS_SetVariableCustomProfile($VariableId, $Profile);
 			IPS_SetVariableCustomAction($VariableId, $Action);

Fehler kommt bei der letzten Zeile.
Sieht aus beim Installationsscript durch Zeile

    $id = CreateVariable("StartTime", 1,$VisuID_hc, 0, "~UnixTimestamp" , time() - 86400, 0);

Ist die Varaible angelegt worden ?

Visualization\xxxxxxxxx\Hardware\Plugwise\Highcharts\StartTime

Nein die Variable wurde nicht angelegt…

Habs nochmals komplett deinstalliert und frisch installiert…gleicher Fehler…

Abort Processing during Error: Parameter for ScriptID is not inside of the specified bounds (0…65535)
Error in Script /var/lib/symcon/scripts/IPSLibrary/install/IPSInstaller/IPSInstaller.inc.php on Line 534

Hallo 1007,

wenn die Meldung von der Library kommt… was kann ich tun?

Aendere mal in der Plugwise_Installation.ips.php folgendes. Von

    //****************************************************************************
    //  Highcharts Variablen erstellen
    //****************************************************************************
    $id = CreateVariable("StartTime", 1,$VisuID_hc, 0, "~UnixTimestamp" , time() - 86400, 0);
    SetValue($id, time() - 86400);
    $id = CreateVariable("EndTime",   1,$VisuID_hc, 0 , "~UnixTimestamp" ,time() , 0);
    SetValue($id, time() );
    $id = CreateVariable("Now",       0,$VisuID_hc, 0, "~Switch" , true, 0);
    SetValue($id,true);

in

    //****************************************************************************
    //  Highcharts Variablen erstellen
    //****************************************************************************
    $id = CreateVariable("StartTime", 1,$VisuID_hc, 0, "~UnixTimestamp");
    SetValue($id, time() - 86400);
    $id = CreateVariable("EndTime",   1,$VisuID_hc, 0 , "~UnixTimestamp");
    SetValue($id, time() );
    $id = CreateVariable("Now",       0,$VisuID_hc, 0, "~Switch");
    SetValue($id,true);

Ist naemlich falsch hat aber frueher keinen Fehler gebracht.

Hi
danke für deine Hilfe!

Hab auf dem Raspberry die Stelle in der Datei geändert.

Danach das Update Script laufen gelassen…

es bricht mit der folgenden Fehlermeldung ab.
Abort Processing during Error: Parameter for ScriptID is not inside of the specified bounds (0…65535)
Error in Script /var/lib/symcon/scripts/IPSLibrary/install/IPSInstaller/IPSInstaller.inc.php on Line 534

Was ist die letzte Meldung vor dem Error ?

Teste mal den Zweizeiler

  	IPSUtils_Include ("IPSInstaller.inc.php","IPSLibrary::install::IPSInstaller");
	$id = CreateVariable("StartTime", 1,0,0, "~UnixTimestamp",false,0 );

2 Zeiler geht…

Created VariableId StartTime=45710

Hier die letzten Meldungen aus dem Update Log

Bei 43327 Actionscript setzen
Kommunikationsport: 59202 nicht offen
Kommunikationsport: 59202 nicht offen
Kommunikationsport: 59202 nicht offen
Kommunikationsport: 59202 nicht offen
Create Circle000D6F0002900E9E
PW Create Circle: 000D6F0002900E9E
Kommunikationsport: 59202 nicht offen
Kommunikationsport: 59202 nicht offen
Kommunikationsport: 59202 nicht offen
Kommunikationsport: 59202 nicht offenIPSModuleManager-Log-IPSModuleManager 2016-05-13 10:55:48.74 Created Category MENU=15641
IPSModuleManager-Log-IPSModuleManager 2016-05-13 10:55:48.76 Created Category DATA=55027
IPSModuleManager-Log-IPSModuleManager 2016-05-13 10:55:48.76 Created Category DATA1=33107
IPSModuleManager-Log-IPSModuleManager 2016-05-13 10:55:48.76 Created Category DATA2=17756
IPSModuleManager-Log-IPSModuleManager 2016-05-13 10:55:48.76 Created Category GRAPH=33725
IPSModuleManager-Log-IPSModuleManager 2016-05-13 10:55:48.76 Created Category Highcharts=48056
IPSModuleManager-Log-IPSModuleManager 2016-05-13 10:55:48.76 Created VariableId WEBDATA1=17670
IPSModuleManager-Log-IPSModuleManager 2016-05-13 10:55:48.76 Created VariableId WEBDATA2=44116
IPSModuleManager-Log-IPSModuleManager 2016-05-13 10:55:48.76 Created VariableId WEBDATA=11143
Abort Processing during Error: Parameter for ScriptID is not inside of the specified bounds (0…65535)
Error in Script /var/lib/symcon/scripts/IPSLibrary/install/IPSInstaller/IPSInstaller.inc.php on Line 534

So heute Morgen nochmals Jessie auf Raspberry PI3 neu aufgesetzt, IP-Symcon neu installiert, IPS Lib, Highcharts danach Plugwise…

gleicher Fehler wieder => Ist das jetzt ein IPS-Lib Fehler oder Plugwise Fehler?

Kommunikationsport: 15970 nicht offen
Kommunikationsport: 15970 nicht offen
Kommunikationsport: 15970 nicht offen
Kommunikationsport: 15970 nicht offen
Create Circle000D6F0000D32274
PW Create Circle: 000D6F0000D32274IPSModuleManager-Log-IPSModuleManager 2016-05-14 08:56:16.02 Created Instance 000D6F0000D32274=17517, ModuleID={485D0419-BE97-4548-AA9C-C083EB82E61E}
IPSModuleManager-Log-IPSModuleManager 2016-05-14 08:56:16.02 Cr

-14 08:56:16.57 Created Category MENU=55962
IPSModuleManager-Log-IPSModuleManager 2016-05-14 08:56:16.57 Created Category DATA=18146
IPSModuleManager-Log-IPSModuleManager 2016-05-14 08:56:16.57 Created Category DATA1=45296
IPSModuleManager-Log-IPSModuleManager 2016-05-14 08:56:16.57 Created Category DATA2=15411
IPSModuleManager-Log-IPSModuleManager 2016-05-14 08:56:16.57 Created Category GRAPH=39737
IPSModuleManager-Log-IPSModuleManager 2016-05-14 08:56:16.57 Created Category Highcharts=54504
IPSModuleManager-Log-IPSModuleManager 2016-05-14 08:56:16.58 Created VariableId WEBDATA1=10242
IPSModuleManager-Log-IPSModuleManager 2016-05-14 08:56:16.58 Created VariableId WEBDATA2=55432
IPSModuleManager-Log-IPSModuleManager 2016-05-14 08:56:16.58 Created VariableId WEBDATA=46157
Abort Processing during Error: Parameter for ScriptID is not inside of the specified bounds (0…65535)
Error in Script /var/lib/symcon/scripts/IPSLibrary/install/IPSInstaller/IPSInstaller.inc.php on Line 53

Hallo
Ist ein Plugwisefehler der frueher aber nie zu einem Abbruch gefuehrt hat.
Wie hast du die Installation ausgefuehrt nachdem du

  $id = CreateVariable("StartTime", 1,$VisuID_hc, 0, "~UnixTimestamp" , time() - 86400, 0); 

in

  $id = CreateVariable("StartTime", 1,$VisuID_hc, 0, "~UnixTimestamp" ); 

geaendert hast ? Ueber Webinterface oder direkt das Script gestartet hast ?
Damit sollte der Fehler aber nicht mehr auftauchen.

Moin,

bei einer jungfräulichen Installation ist die fragliche Datei noch nicht da oder?

deshalb Erstinstallation über Webinterface… danach Update über Script… aber die Datei hab ich nicht mehr angpasst, ich dachte du hast das dann geändert im Source?

In welcher Reihenfolge müsste ich die Stelle in der Datei ändern wenn du das nicht in deiner Lib gemacht hast?

Oder bin ich verkehrt?

Gruß
Jürgen

Habs inzwischen auf Github geaendert.

geht… du bist mein Held :slight_smile:

Vielen Dank für die Hilfe !!

Schönes WE und schöne Pfingsten

Jürgen