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: Error: IseESP::ExecDP: WARNING: incorrect use of Device() (use Channel()) #83

Open
stan23 opened this issue Mar 3, 2018 · 2 comments

Comments

@stan23
Copy link
Contributor

stan23 commented Mar 3, 2018

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
Copy link
Collaborator

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

@stan23
Copy link
Contributor Author

stan23 commented Mar 3, 2018

Anfängerfehler :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants