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: .ChannelType() -> fehlerhafte Kanaltyp-Zuweisung bei schreibendem Methodenaufruf #2605

Closed
BadenPower opened this issue Jan 11, 2024 · 0 comments
Labels
🐛 bug-report Something isn't working 🏷️ ReGaHss This refs the ReGaHss component

Comments

@BadenPower
Copy link

Describe the issue you are experiencing

Wird die Methode .ChannelType() mit Parameter (Schreibzugriff) ausgeführt, dann wird immer der Wert 0 mit dem Datentyp integer hinterlegt und nicht der angegebene Wert.

Describe the behavior you expected

Erwartet würde, dass der angegebene Kanaltyp dem Kanal-Objekt zugewiesen wird.

Steps to reproduce the issue

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

WriteLine("Start");
WriteLine(dom.BuildLabel());
object lChannel = dom.GetObject(ID_CHANNEL_STATE_VARIABLES);
if(lChannel)
{
  WriteLine(lChannel.ChannelType());
  WriteLine(lChannel.ChannelType(ictStateVariables));
  WriteLine(lChannel.ChannelType());
}
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

Ausgabe des Skriptes:

Start
R1.00.0388.0235
23
true
0
Ende
@BadenPower BadenPower added the 🐛 bug-report Something isn't working label Jan 11, 2024
@jens-maus jens-maus added the 🏷️ ReGaHss This refs the ReGaHss component label Jan 11, 2024
@BadenPower BadenPower changed the title ReGaHSS: .ChannelType() -> fehlerhalte Kanaltyp-Zuweisung bei schreibendem Methodenaufruf ReGaHSS: .ChannelType() -> fehlerhafte Kanaltyp-Zuweisung bei schreibendem Methodenaufruf Jan 11, 2024
@jens-maus jens-maus added this to the future release milestone Jan 12, 2024
@jens-maus jens-maus moved this to In progress in ReGaHss improvements/fixes Jan 12, 2024
@jens-maus jens-maus moved this from In progress to Done in ReGaHss improvements/fixes Jan 12, 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
Projects
Development

No branches or pull requests

2 participants