When attempting to set the thermostat clock using the SC command, the following error occurs:
An error occurred while calling method 'ThingHandler.handleCommand()' on 'org.openhab.binding.openthermgateway.handler.OpenThermGatewayHandler@16ce045': Unsupported gateway code 'SC'
The error is caused by a bug in the code where the SetClock is wrongly mapped to the ST command instead of the SC command.
Please see this post on openHAB Community forums.
When attempting to set the thermostat clock using the
SC
command, the following error occurs:An error occurred while calling method 'ThingHandler.handleCommand()' on 'org.openhab.binding.openthermgateway.handler.OpenThermGatewayHandler@16ce045': Unsupported gateway code 'SC'
The error is caused by a bug in the code where the SetClock is wrongly mapped to the
ST
command instead of theSC
command.I will fix this error and create a PR when ready.