question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Falsche Anzeige "Betriebszeit" im Maintenance-Kanal von IP-Rauchmeldern (HmIP-SWSD)

See original GitHub issue

Describe the issue you are experiencing

Im Maintenance-Kanal von HmIP-SWSD’s gibt es ein Feld für die “Betriebszeit”. Hier wird ind er WebUI der CCU/RaspberryMatic ein unrealistischer/falscher Wert angezeigt.

  1. Liest man den Wert von TIME_OF_OPERATION mit einem üblichen Script-Einzeiler aus… WriteLine(dom.GetObject('HmIP-RF.000A5A4998xxxx:0.TIME_OF_OPERATION').Value()); … kommt da bei meinem SWSD (knapp 3 Jahre in Betrieb) aktuell 0 raus, gestern waren es noch 128. Das gleiche Verhalten bzw. diese Werte sind auch in der WebUI zu sehen.

  2. Liest man den Wert über xmlrpc.GetParamset() vom MAINTENANCE (:0) Kanal aus bekommt man einen realisitischeren Wert zurückgeliefert:

string kanalname = "Rauchmeldername:0";
object oCh = channels.Get(kanalname);
object oInterface = dom.GetObject(oCh.Interface());
string sDevSerial = oCh.Address();
WriteLine(xmlrpc.GetParamset(oInterface, sDevSerial, "VALUES"));

Dies liefert zwischen den <i4>XXXX</i4> XML tags von TIME_OF_OPERATION dann sinnvolle bzw. von den Werten von (1.) abweichende Werte.

Describe the behavior you expected

Idealerweise würde die Betriebszeit korrekt angezeigt, am besten gleich in Tage umgerechnet.

Steps to reproduce the issue

  1. SWSD bei eingeblendeten Maintenace-Kanälen unter > Status und Bedienung > Geräte anwählen
  2. Feld “Betriebszeit” betrachten
  3. Scripte zum Auslesen (ReGa / XMLRPC) testen …

What is the version this bug report is based on?

3.65.11.20221005

Which base platform are you running?

rpi4 (RaspberryPi4)

Which HomeMatic/homematicIP radio module are you using?

RPI-RF-MOD

Anything in the logs that might be useful for us?

-

Additional information

Diskussion, Scripte und Screenshots zum Thema im Homematik-Forum >>hier

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:1
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
Baxxy13commented, Oct 22, 2022

Script hinzugefügt.

0reactions
jp112sdlcommented, Oct 24, 2022

@jens-maus Hab dir mal ne E-Mail mit meinen Erkenntnissen geschickt.

Read more comments on GitHub >

github_iconTop Results From Across the Web

RaspberryMatic - Bountysource
Im Maintenance -Kanal von HmIP-SWSD's gibt es ein Feld für die "Betriebszeit". Hier wird ein unrealistischer/falscher Wert angezeigt.
Read more >
Archiv › technikkram.net
05/26 - Was kann die Homematic IP Smart Home Wiegand-Schnittstelle HmIP-FWI ... Push Meldung welcher HomeMatic IP Rauchmelder HmIP-SWSD hat ausgelöst.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found