Skip to content
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

ReGaHSS: .Name() -> Absturz der ReGaHSS bei schreibendem Zugriff auf Objekte des Typs OT_DEVICES #2601

Closed
BadenPower opened this issue Jan 10, 2024 · 0 comments
Labels
🐛 bug-report Something isn't working 🏷️ ReGaHss This refs the ReGaHss component 👍 important This is an important issue/ticket with high priority

Comments

@BadenPower
Copy link

Describe the issue you are experiencing

Wird bei einem Objekt des Objektyps OT_DEVICES versucht mit der Methode .Name() den Objektnamen zu ändern, dann stürzt der ReGaHss-Prozess ab.

Describe the behavior you expected

Erwartet würde die Änderung des Namens.

Steps to reproduce the issue

Ausführung des folgenden Skriptes unter "Skript testen":

WriteLine("Start");
WriteLine(dom.BuildLabel());
boolean lResult;
object lObj;
lObj = dom.CreateObject(OT_DEVICES,"objectDEVICES");
if(lObj)
{
  WriteLine(lObj.ID());
  WriteLine(lObj.Name());
  lResult = lObj.Name("NewName");
  WriteLine(dom.DeleteObject(lObj));
}
WriteLine("Ende");

What is the version this bug report is based on?

CCU3 mit ReGaHSS-Version R1.00.0388.0235

Which base platform are you running?

rpi3 (RaspberryPi3)

Which HomeMatic/homematicIP radio module are you using?

n/a

Anything in the logs that might be useful for us?

bestehend seit:
unbekannt (bereits mit ReGaHss-Version R1.00.0388.0102)

Additional information

Keine Ausgabe, da Absturz des ReGaHSS-Prozesses.

@BadenPower BadenPower added the 🐛 bug-report Something isn't working label Jan 10, 2024
@jens-maus jens-maus added 🏷️ ReGaHss This refs the ReGaHss component 👍 important This is an important issue/ticket with high priority labels Jan 10, 2024
@jens-maus jens-maus added this to the future release milestone Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug-report Something isn't working 🏷️ ReGaHss This refs the ReGaHss component 👍 important This is an important issue/ticket with high priority
Projects
Development

No branches or pull requests

2 participants