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
Using Ha-Bridge to control a Domoticz GROUP using the 'Domoticz Tab' to create the device.
It uses the command: http://IP:8080/json.htm?type=command¶m=switchlight&idx=15&switchcmd=On
It should use: http://IP:8080/json.htm?type=command¶m=switchscene&idx=15&switchcmd=On
note 'switchscene' rather than 'switchlight'.
(n.b. Domoticz 'scenes' are correctly constructed using the 'swicthscene' api command)
The text was updated successfully, but these errors were encountered:
Will look t the code when decoding the devices and apply this. Thanks
Sorry, something went wrong.
So, what is the type in the Domoticz tab that it shows before you create the device?
Never mind, I see the type is 'Group' that is returned and that is the issue in the build url for the helper.
bwssytems
Successfully merging a pull request may close this issue.
Using Ha-Bridge to control a Domoticz GROUP using the 'Domoticz Tab' to create the device.
It uses the command:
http://IP:8080/json.htm?type=command¶m=switchlight&idx=15&switchcmd=On
It should use:
http://IP:8080/json.htm?type=command¶m=switchscene&idx=15&switchcmd=On
note 'switchscene' rather than 'switchlight'.
(n.b. Domoticz 'scenes' are correctly constructed using the 'swicthscene' api command)
The text was updated successfully, but these errors were encountered: