Homematic speed in IPS4.x

Hi All ,

Today i upgraded from 3.X to 4.3 , after some initial troubles all seems to run now.

But the speed of scripts using Homematic is very slow.

a simple :

<?
HM_WriteValueFloat(45279 ,"LEVEL",0.5);
?>

Takes 2000ms

The script turning off my living room lights runs for 8-10 seconds.
Before script run time for the room of was about 1000ms

If i put back a backup of my old dir , it works fast again (800 - 1300 ms)
Returning to 4.3 , and always 8000+ ms

Scripts not using homematic seem to work normally.

Is this a know problem ?
Does anybody have a solution ?

Thanks!!

Probably you have used „localhost“ in the Host field. Try using 127.0.0.1. Somehow DNS resolution is slow/broken.

paresy

YES , that fixed it…thanks.

Back to +/- 1000ms for the complete script.

(I’ll continue this thread in German, hope you don’t mind…:))

Gleiches Problem war bei mir mit IPS 4.3. Mit 127.0.0.1 geht es zwar wieder flott, aber dafür werden weder Fensterkontakte noch manche Schalterzustände an IPS zurückgemeldet. Dabei funktionieren Batterie-HM-Schalter noch eher als netzversorgte HM-Zwischenstecker. Ändert man zurück auf localhost, ist alles wieder okay (bis eben auf die HM-Performance…). Hardware ist bei mir der LAN-Adapter und HM-Software ist die V1.520. Was nun tun?

Das kann rein technischen dieses Problem nicht verursachen, sondern würde meiner Meinung nach zufällig im Zusammenhang stehen. Es muss einen anderen Grund für die fehlenden Zustände.

paresy

Kam mir auch komisch vor, läuft ja schließlich auf dasselbe hinaus. Also diesmal über die lokale Konsole geändert, Dienste angehalten, Switch und HM-LAN-Adapter resetted, Rechner neu gestartet und siehe da - es geht!
Danke für die prompte Antwort, Paresy… :slight_smile: