We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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());
objInner = dom.GetObject(objDP.Device());
objInner = dom.GetObject(objDP.Channel());
Reference: https://homematic-forum.de/forum/viewtopic.php?f=39&t=42198
The text was updated successfully, but these errors were encountered:
You are submitting your PR against the wrong repository. Please submit it against ldittmar81/webmatic.
Sorry, something went wrong.
Anfängerfehler :)
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: