ldittmar81 / webmatic

WebMatic ist eine alternative Weboberfläche für HomeMatic und wird auf der CCU als Addon installiert. Im Gegensatz zur originale WebUI, bietet WebMatic eine Vielzahl von Möglichkeiten um die Oberfläche nach eigenem Wunsch zu gestallten. Außerdem hat man eine HomeMatic-Bediensoftware, die auf jedem Betriebssystem und jede Gerätegröße lauffähig ist.
http://webmatic.lmdsoft.de/
GNU General Public License v3.0
25 stars 11 forks source link

ReGaHss: Error: IseESP::ExecDP: WARNING: incorrect use of Device() (use Channel()) #83

Open stan23 opened 6 years ago

stan23 commented 6 years ago

The script in https://github.com/ldittmar81/webmatic/blob/master/webmatic/cgi/service.cgi triggers a ReGaHss error in RasperryMatic 2.31.25.20180120, maybe also in older versions.

This can be fixed by replacing objInner = dom.GetObject(objDP.Device()); by objInner = dom.GetObject(objDP.Channel());

Reference: https://homematic-forum.de/forum/viewtopic.php?f=39&t=42198

jens-maus commented 6 years ago

You are submitting your PR against the wrong repository. Please submit it against ldittmar81/webmatic.

stan23 commented 6 years ago

Anfängerfehler :)